mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 19:36:28 -04:00
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
This commit is contained in:
parent
893da65e0d
commit
18bbf7c315
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=146326
2 changed files with 13 additions and 11 deletions
|
@ -5,9 +5,12 @@
|
||||||
# $FreeBSD$
|
# $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
|
PORTNAME= compat5x
|
||||||
PORTVERSION= 5.4.0.6
|
PORTVERSION= 5.4.0.8
|
||||||
PORTREVISION= 1
|
|
||||||
CATEGORIES= misc
|
CATEGORIES= misc
|
||||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||||
MASTER_SITE_SUBDIR=lesi/compat5x
|
MASTER_SITE_SUBDIR=lesi/compat5x
|
||||||
|
@ -68,7 +71,6 @@ do-build:
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${MKDIR} ${TARGET_DIR}
|
${MKDIR} ${TARGET_DIR}
|
||||||
(cd ${WRKSRC} && ${RM} liblwres.so.3)
|
|
||||||
(cd ${WRKSRC} && ${INSTALL_DATA} *.so.* ${TARGET_DIR})
|
(cd ${WRKSRC} && ${INSTALL_DATA} *.so.* ${TARGET_DIR})
|
||||||
.if ${ARCH} == amd64
|
.if ${ARCH} == amd64
|
||||||
${MKDIR} ${TARGET32_DIR}
|
${MKDIR} ${TARGET32_DIR}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
MD5 (compat5x-alpha-5.4.0.6.tar.bz2) = 1866fd02d3344a97d5869f627a3f1f35
|
MD5 (compat5x-alpha-5.4.0.8.tar.bz2) = ecdcec1f12a9f55afd2752d585584394
|
||||||
SIZE (compat5x-alpha-5.4.0.6.tar.bz2) = 3270233
|
SIZE (compat5x-alpha-5.4.0.8.tar.bz2) = 3262263
|
||||||
MD5 (compat5x-amd64-5.4.0.6.tar.bz2) = 719cb8f74b26651229ba336e99761dbd
|
MD5 (compat5x-amd64-5.4.0.8.tar.bz2) = c0b3b659fe4271d375d23ac453af1c70
|
||||||
SIZE (compat5x-amd64-5.4.0.6.tar.bz2) = 5866121
|
SIZE (compat5x-amd64-5.4.0.8.tar.bz2) = 5854812
|
||||||
MD5 (compat5x-i386-5.4.0.6.tar.bz2) = a0829570f2f1609392e0dc2341d41c5a
|
MD5 (compat5x-i386-5.4.0.8.tar.bz2) = be90899b2655bbd08506ba22224d444c
|
||||||
SIZE (compat5x-i386-5.4.0.6.tar.bz2) = 2715673
|
SIZE (compat5x-i386-5.4.0.8.tar.bz2) = 2713375
|
||||||
MD5 (compat5x-sparc64-5.4.0.6.tar.bz2) = 58066163a7fd2665ce2942c9c15792b4
|
MD5 (compat5x-sparc64-5.4.0.8.tar.bz2) = b9e5d83a74883fe9c00941a48bf25af3
|
||||||
SIZE (compat5x-sparc64-5.4.0.6.tar.bz2) = 2786448
|
SIZE (compat5x-sparc64-5.4.0.8.tar.bz2) = 2782880
|
||||||
|
|
Loading…
Add table
Reference in a new issue