upgrade to silc-server 1.0.2; no functional change

This commit is contained in:
brad 2005-12-14 21:35:23 +00:00
parent 46d49b543a
commit d1a318349d
6 changed files with 19 additions and 31 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.28 2005/12/14 02:11:40 brad Exp $
# $OpenBSD: Makefile,v 1.29 2005/12/14 21:35:23 brad Exp $
COMMENT= "Secure Internet Live Conferencing (SILC) server"
DISTNAME= silc-server-1.0.1
DISTNAME= silc-server-1.0.2
CATEGORIES= net
HOMEPAGE= http://www.silcnet.org/

View File

@ -1,4 +1,4 @@
MD5 (silc-server-1.0.1.tar.gz) = 3f73322063ec97f5847745b8d49f1680
RMD160 (silc-server-1.0.1.tar.gz) = 8205ba0f0e4215478c66d636342596668531e81f
SHA1 (silc-server-1.0.1.tar.gz) = b056b226ff0e87feca201d315029ef48237477e9
SIZE (silc-server-1.0.1.tar.gz) = 1225711
MD5 (silc-server-1.0.2.tar.gz) = 249b6743f28335ca9dcd674a91a35960
RMD160 (silc-server-1.0.2.tar.gz) = d995bb71bac8e49db770ecd7cbbdfe667eb4ff04
SHA1 (silc-server-1.0.2.tar.gz) = 12ec4313e2d92ad64ebee6f09a6473532aa6c0f1
SIZE (silc-server-1.0.2.tar.gz) = 1209262

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-apps_silcd_Makefile_in,v 1.2 2005/11/04 00:09:56 naddy Exp $
--- apps/silcd/Makefile.in.orig Tue May 10 12:59:04 2005
+++ apps/silcd/Makefile.in Tue Jul 5 00:12:52 2005
@@ -605,8 +605,8 @@ etc-install-server:
$OpenBSD: patch-apps_silcd_Makefile_in,v 1.3 2005/12/14 21:35:23 brad Exp $
--- apps/silcd/Makefile.in.orig Wed Dec 14 08:47:35 2005
+++ apps/silcd/Makefile.in Wed Dec 14 16:25:31 2005
@@ -604,8 +604,8 @@ etc-install-server:
fi
examples-install:
@ -12,7 +12,7 @@ $OpenBSD: patch-apps_silcd_Makefile_in,v 1.2 2005/11/04 00:09:56 naddy Exp $
generate-server-key:
-@if test '!' -f $(etcdir)/silcd.pub ; then \
@@ -614,11 +614,8 @@ generate-server-key:
@@ -613,11 +613,8 @@ generate-server-key:
fi
install-data-hook: \

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-lib_Makefile_in,v 1.7 2005/07/24 00:28:33 brad Exp $
--- lib/Makefile.in.orig Tue May 10 12:59:04 2005
+++ lib/Makefile.in Mon Jul 4 22:45:40 2005
@@ -568,7 +568,6 @@ install-data-am:
$OpenBSD: patch-lib_Makefile_in,v 1.8 2005/12/14 21:35:23 brad Exp $
--- lib/Makefile.in.orig Wed Dec 14 08:47:35 2005
+++ lib/Makefile.in Wed Dec 14 16:25:31 2005
@@ -553,7 +553,6 @@ install-data-am:
install-exec-am:
@$(NORMAL_INSTALL)

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-lib_silccrypt_sha256_c,v 1.1 2005/12/14 02:11:40 brad Exp $
--- lib/silccrypt/sha256.c.orig Tue Dec 13 20:46:47 2005
+++ lib/silccrypt/sha256.c Tue Dec 13 20:47:01 2005
@@ -58,7 +58,7 @@ static inline unsigned RORc(unsigned wor
}
#else
-#define RORc(x, y) ( ((((unsigned long)(x)&0xFFFFFFFFUL)>>(unsignedlong)((y)&31)) | ((unsigned long)(x)<<(unsigned long)(32-((y)&31)))) &0xFFFFFFFFUL)
+#define RORc(x, y) ( ((((unsigned long)(x)&0xFFFFFFFFUL)>>(unsigned long)((y)&31)) | ((unsigned long)(x)<<(unsigned long)(32-((y)&31)))) &0xFFFFFFFFUL)
#endif /* _MSC_VER */
/* Various logical functions */

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-lib_silcsim_Makefile_in,v 1.1 2005/07/24 00:28:33 brad Exp $
--- lib/silcsim/Makefile.in.orig Mon Jul 4 23:56:27 2005
+++ lib/silcsim/Makefile.in Mon Jul 4 23:56:43 2005
@@ -511,7 +511,6 @@ info-am:
$OpenBSD: patch-lib_silcsim_Makefile_in,v 1.2 2005/12/14 21:35:24 brad Exp $
--- lib/silcsim/Makefile.in.orig Wed Dec 14 08:47:35 2005
+++ lib/silcsim/Makefile.in Wed Dec 14 16:25:31 2005
@@ -509,7 +509,6 @@ info-am:
install-data-am:
@$(NORMAL_INSTALL)