mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-27 08:00:11 +00:00
Updated libc/libc_r that fixes the FreeBSD-SA-02:28.resolv resolver bug.
Submitted by: Trevor Johnson <trevor@jpj.net>
This commit is contained in:
parent
30d90946d1
commit
29a487cb1f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=101299
@ -17,8 +17,13 @@ CLEANFILES+= ${LIBS} ld.so
|
||||
all: ${LIBS} ld.so
|
||||
|
||||
.for lib in ${LIBS} ld.so
|
||||
.if exists(${.CURDIR}/${lib}.gz.uu)
|
||||
${lib}: ${lib}.gz.uu
|
||||
uudecode -p ${.CURDIR}/${lib}.gz.uu | gunzip > ${lib}
|
||||
.elif exists(${.CURDIR}/${lib}.bz2.uu)
|
||||
${lib}: ${.CURDIR}/${lib}.bz2.uu
|
||||
uudecode -p ${.CURDIR}/${lib}.bz2.uu | bzip2 -d > ${lib}
|
||||
.endif
|
||||
.endfor
|
||||
|
||||
beforeinstall:
|
||||
|
3388
lib/compat/compat22/libc.so.3.1.bz2.uu
Normal file
3388
lib/compat/compat22/libc.so.3.1.bz2.uu
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
3761
lib/compat/compat22/libc_r.so.3.0.bz2.uu
Normal file
3761
lib/compat/compat22/libc_r.so.3.0.bz2.uu
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user