From: Jan Rękorajski Date: Fri, 22 Oct 2021 20:36:18 +0000 (+0200) Subject: - rediff patch, rebuild with openssl 3.0.0, rel 2 X-Git-Tag: auto/th/ckermit-9.0.302-2 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=47189d5aeb2624bc0540e3d5ae03faaef0da53d9;hp=c09d4c891eec9e39f2ef977d0bc49ab59c4aef71;p=packages%2Fckermit.git - rediff patch, rebuild with openssl 3.0.0, rel 2 --- diff --git a/ckermit.spec b/ckermit.spec index 816a476..6bd32c3 100644 --- a/ckermit.spec +++ b/ckermit.spec @@ -6,7 +6,7 @@ Summary: The quintessential all-purpose communications program Summary(pl.UTF-8): Kwintesencja programów komunikacyjnych Name: ckermit Version: 9.0.302 -Release: 1 +Release: 2 License: Special (see Copyright Notice) Group: Applications/Communications Source0: ftp://kermit.columbia.edu/kermit/archives/cku302.tar.gz diff --git a/cku-makefile.patch b/cku-makefile.patch index 2547eb4..df06492 100644 --- a/cku-makefile.patch +++ b/cku-makefile.patch @@ -1,8 +1,9 @@ ---- ckermit-7.0.197/makefile~ Sun Feb 27 23:05:52 2000 -+++ ckermit-7.0.197/makefile Thu Jul 13 19:08:11 2000 -@@ -4692,6 +4692,45 @@ - -ldes -lkrb4 -ldes425 -lssl -lsslcrypto \ - -lkrb5 -lcom_err -lk5crypto -lcrypt -lresolv -lpam -ldl" +diff -urNp -x '*.orig' ckermit-9.0.302.org/makefile ckermit-9.0.302/makefile +--- ckermit-9.0.302.org/makefile 2011-08-21 17:12:07.000000000 +0200 ++++ ckermit-9.0.302/makefile 2021-10-22 22:35:06.702445806 +0200 +@@ -6834,6 +6834,45 @@ linux+krb5+openssl+zlib+shadow+pam: + -lm -lncurses -ltermcap -lssl -lcrypto -lgssapi_krb5 \ + -lkrb5 -lcom_err -lk5crypto -lcrypt -lresolv -lpam -ldl -lz" +linux-PLD+krb5+openssl+zlib+pam+shadow: + @echo 'Making C-Kermit $(CKVER) for Linux on i386 with PAM,KRB5,SSL...'