diff options
author | lesi <lesi@FreeBSD.org> | 2005-10-25 12:34:10 +0000 |
---|---|---|
committer | lesi <lesi@FreeBSD.org> | 2005-10-25 12:34:10 +0000 |
commit | 37db62e43b18751fc4953b5556bac934be92a3d7 (patch) | |
tree | 60808d8ba8decc7c4752dfcf44e9219fe1ecb3c4 /misc/compat5x | |
parent | dcc0b3880d64e8e61baf271805754c2f58d005ea (diff) | |
download | FreeBSD-ports-37db62e43b18751fc4953b5556bac934be92a3d7.zip FreeBSD-ports-37db62e43b18751fc4953b5556bac934be92a3d7.tar.gz |
Upgrade to 5.4-RELEASE-p8 libraries for potential SSL 2.0 rollback
vulnerability.
While here, add a note about libc.so.5 tweak for localedata.
Reminded by: delphij
Security: FreeBSD-SA-05:21.openssl
Diffstat (limited to 'misc/compat5x')
-rw-r--r-- | misc/compat5x/Makefile | 8 | ||||
-rw-r--r-- | misc/compat5x/distinfo | 16 |
2 files changed, 13 insertions, 11 deletions
diff --git a/misc/compat5x/Makefile b/misc/compat5x/Makefile index 99b9c40..d37e21b 100644 --- a/misc/compat5x/Makefile +++ b/misc/compat5x/Makefile @@ -5,9 +5,12 @@ # $FreeBSD$ # +# NOTE: libc.so.5 is built with _PATH_LOCALE defined to +# "/usr/local/share/compat/locale" in src/include/paths.h so data installed by +# misc/localedata works out of the box if installed in default PREFIX. + PORTNAME= compat5x -PORTVERSION= 5.4.0.6 -PORTREVISION= 1 +PORTVERSION= 5.4.0.8 CATEGORIES= misc MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR=lesi/compat5x @@ -68,7 +71,6 @@ do-build: do-install: ${MKDIR} ${TARGET_DIR} - (cd ${WRKSRC} && ${RM} liblwres.so.3) (cd ${WRKSRC} && ${INSTALL_DATA} *.so.* ${TARGET_DIR}) .if ${ARCH} == amd64 ${MKDIR} ${TARGET32_DIR} diff --git a/misc/compat5x/distinfo b/misc/compat5x/distinfo index 384be4c..83cdc24 100644 --- a/misc/compat5x/distinfo +++ b/misc/compat5x/distinfo @@ -1,8 +1,8 @@ -MD5 (compat5x-alpha-5.4.0.6.tar.bz2) = 1866fd02d3344a97d5869f627a3f1f35 -SIZE (compat5x-alpha-5.4.0.6.tar.bz2) = 3270233 -MD5 (compat5x-amd64-5.4.0.6.tar.bz2) = 719cb8f74b26651229ba336e99761dbd -SIZE (compat5x-amd64-5.4.0.6.tar.bz2) = 5866121 -MD5 (compat5x-i386-5.4.0.6.tar.bz2) = a0829570f2f1609392e0dc2341d41c5a -SIZE (compat5x-i386-5.4.0.6.tar.bz2) = 2715673 -MD5 (compat5x-sparc64-5.4.0.6.tar.bz2) = 58066163a7fd2665ce2942c9c15792b4 -SIZE (compat5x-sparc64-5.4.0.6.tar.bz2) = 2786448 +MD5 (compat5x-alpha-5.4.0.8.tar.bz2) = ecdcec1f12a9f55afd2752d585584394 +SIZE (compat5x-alpha-5.4.0.8.tar.bz2) = 3262263 +MD5 (compat5x-amd64-5.4.0.8.tar.bz2) = c0b3b659fe4271d375d23ac453af1c70 +SIZE (compat5x-amd64-5.4.0.8.tar.bz2) = 5854812 +MD5 (compat5x-i386-5.4.0.8.tar.bz2) = be90899b2655bbd08506ba22224d444c +SIZE (compat5x-i386-5.4.0.8.tar.bz2) = 2713375 +MD5 (compat5x-sparc64-5.4.0.8.tar.bz2) = b9e5d83a74883fe9c00941a48bf25af3 +SIZE (compat5x-sparc64-5.4.0.8.tar.bz2) = 2782880 |