Upgrade to 7.2.2.

Notified by:	"Vladimir A. Jakovenko" <vovik@lucky.net>
This commit is contained in:
Jun Kuriyama 2002-06-24 00:32:52 +00:00
parent 317084cc66
commit fb8a622cc8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61848
4 changed files with 2 additions and 29 deletions

View file

@ -6,8 +6,7 @@
#
PORTNAME= conserver
PORTVERSION= 7.1.4
PORTREVISION= 1
PORTVERSION= 7.2.2
CATEGORIES= comms
MASTER_SITES= ftp://ftp.conserver.com/conserver/
PKGNAMESUFFIX= -com

View file

@ -1 +1 @@
MD5 (conserver-7.1.4.tar.gz) = 274e74ac7d5c5b670d867614a0877658
MD5 (conserver-7.2.2.tar.gz) = b0da5dca02aaf0af33608bd64d095c1f

View file

@ -1,11 +0,0 @@
--- conserver/access.c.orig Mon Jan 21 19:48:49 2002
+++ conserver/access.c Wed Feb 27 10:19:12 2002
@@ -117,7 +117,7 @@
netmask = htonl(netmask);
if (~netmask & pattern_addr)
netmask = 0xffffffff; /* compare entire addresses */
- hostaddr = *(unsigned long int *)addr;
+ hostaddr = *(unsigned int *)addr;
Debug("Access check: host=%lx(%lx/%lx)", hostaddr & netmask,
hostaddr, netmask);

View file

@ -1,15 +0,0 @@
--- conserver/consent.c.orig Wed Oct 17 04:03:05 2001
+++ conserver/consent.c Wed Feb 27 09:49:59 2002
@@ -66,6 +66,12 @@
BAUD baud[] = {
{"Netwk", 0},
+#ifdef B115200
+ {"115200", 115200},
+#endif
+#ifdef B57600
+ {"57600", B57600},
+#endif
#if defined(B38400)
{"38400", B38400},
#endif