mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
- Upgrade to 8.1.18.
This commit is contained in:
parent
a583e8ee3c
commit
8b8576518b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=264835
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= conserver
|
||||
PORTVERSION= 8.1.17
|
||||
PORTVERSION= 8.1.18
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= http://www.conserver.com/ \
|
||||
ftp://ftp.conserver.com/conserver/
|
||||
|
@ -1,3 +1,2 @@
|
||||
MD5 (conserver-8.1.17.tar.gz) = 9bd085daa5450ca7b45e4187ec6eff1f
|
||||
SHA256 (conserver-8.1.17.tar.gz) = 731fd058108eed768c8387896559b31b92b387aead306997f9063b5172889d91
|
||||
SIZE (conserver-8.1.17.tar.gz) = 322906
|
||||
SHA256 (conserver-8.1.18.tar.gz) = 3c73cebf732419c41c7c860032e41d83c1f152fe3115a30dc9851820b7864e14
|
||||
SIZE (conserver-8.1.18.tar.gz) = 323247
|
||||
|
@ -1,10 +1,10 @@
|
||||
--- conserver/cutil.c.orig 2009-10-22 20:40:33.466802736 +0900
|
||||
+++ conserver/cutil.c 2009-10-22 20:40:53.459082364 +0900
|
||||
--- conserver/cutil.c.orig 2010-11-02 12:42:57.000000000 +0900
|
||||
+++ conserver/cutil.c 2010-11-20 20:32:52.490682415 +0900
|
||||
@@ -2283,7 +2283,7 @@
|
||||
if ((ifc.ifc_len - r) < sizeof(*ifr))
|
||||
break;
|
||||
#ifdef HAVE_SA_LEN
|
||||
- if (sa->sa_len > sizeof(ifr->ifr_irfu))
|
||||
- if (sa->sa_len > sizeof(ifr->ifr_ifru))
|
||||
+ if (sa->sa_len > sizeof(ifr->ifr_addr))
|
||||
r += sizeof(ifr->ifr_name) + sa->sa_len;
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user