pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

kermit: Update to 10.0beta12



Module Name:	pkgsrc-wip
Committed By:	Greg Troxel <gdt%lexort.com@localhost>
Pushed By:	gdt
Date:		Tue Mar 25 09:15:01 2025 -0400
Changeset:	78efb8a4b61fcb619029c51b294048a2cd0276aa

Modified Files:
	kermit/Makefile
	kermit/distinfo
Removed Files:
	kermit/patches/patch-ckuusx.c

Log Message:
kermit: Update to 10.0beta12

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=78efb8a4b61fcb619029c51b294048a2cd0276aa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 kermit/Makefile               |  5 +++--
 kermit/distinfo               |  7 +++----
 kermit/patches/patch-ckuusx.c | 19 -------------------
 3 files changed, 6 insertions(+), 25 deletions(-)

diffs:
diff --git a/kermit/Makefile b/kermit/Makefile
index 74a51923de..0993dbc536 100644
--- a/kermit/Makefile
+++ b/kermit/Makefile
@@ -2,10 +2,11 @@
 
 # https://www.kermitproject.org/ftp/kermit/test/tar/index.html
 # https://www.kermitproject.org/ftp/kermit/test/tar/cku405-beta09.tar.gz
+# https://www.kermitproject.org/ftp/kermit/test/tar/cku416-beta12.tar.gz
 VERSION=	10.0
-VERSIONDIST=	405
+VERSIONDIST=	416
 VERSIONSEP=	-
-VERSIONRC=	beta10
+VERSIONRC=	beta12
 DISTNAME=	cku${VERSIONDIST}${VERSIONSEP}${VERSIONRC}
 PKGNAME=	kermit-${VERSION}${VERSIONRC}
 CATEGORIES=	comms
diff --git a/kermit/distinfo b/kermit/distinfo
index 6b97fdc7f5..533835a82c 100644
--- a/kermit/distinfo
+++ b/kermit/distinfo
@@ -1,8 +1,7 @@
 $NetBSD: distinfo,v 1.28 2020/07/30 03:03:07 gutteridge Exp $
 
-BLAKE2s (cku405-beta10.tar.gz) = bc25564859d82edcbcd612eb656b298714660326019f92d0af4a6a0b6f3a7a9a
-SHA512 (cku405-beta10.tar.gz) = bfe52d8df02ee5a229603b8924757cf196258b64e5237b5552417275efbaa9b554b95d6b88f85b6c2bfb39433a4ff01e2f5a78e1428b875054d2803c40493dc1
-Size (cku405-beta10.tar.gz) = 2331103 bytes
+BLAKE2s (cku416-beta12.tar.gz) = 397b5d4a4b0e8cf851019740592b4b18499c41cf06bee35d5e7d64bdc77ace21
+SHA512 (cku416-beta12.tar.gz) = 670db9720ebf75e18f3baacb5899d1e1acc5fac812d8292a15d44a1fa38ca9ba40b9808681c378e6a826d8327ee8ac3b74b7a432584b984c0c8c039a4eceff5f
+Size (cku416-beta12.tar.gz) = 2353340 bytes
 SHA1 (patch-ckupty.c) = 97cb6cca9b90d4c9a3a2faf9161310cb51fd2a58
-SHA1 (patch-ckuusx.c) = 4482c383b25cac5382863b811b6e13b3a64c85c1
 SHA1 (patch-makefile) = 6d72725dc07bdbdab1ace45f8add3d578b9a2934
diff --git a/kermit/patches/patch-ckuusx.c b/kermit/patches/patch-ckuusx.c
deleted file mode 100644
index b09e2fa585..0000000000
--- a/kermit/patches/patch-ckuusx.c
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-am,v 1.1 2011/05/14 19:27:53 hans Exp $
-
-This patch needs an explanation, and perhaps trying to build without it.
-
-Not yet submitted upstream.
-
---- ckuusx.c.orig	2022-09-26 17:53:45.000000000 +0000
-+++ ckuusx.c
-@@ -99,10 +99,6 @@ _PROTOTYP(int ck_tn_encrypting, (void));
- _PROTOTYP(int ck_tn_decrypting, (void));
- #endif /* CK_ENCRYPTION */
- 
--#ifdef BSD44
--#include <errno.h>
--#endif /* BSD44 */
--
- extern xx_strp xxstring;
- 
- #ifdef OS2


Home | Main Index | Thread Index | Old Index