• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisão095017c17b846cd8361202e839311a7896caa73f (tree)
Hora2023-03-19 12:52:57
Autormatsuand <30614168+matsuand@user...>
Commitermatsuand

Mensagem de Log

[BLFS] Update.

IO-Socket-SSL-2.081
JSON-4.10
Net-SSLeay-1.92
URI-5.17
apache-2.4.55
apr-util-1.6.3
apr-1.7.2
cmake-3.25.2
fontconfig-2.14.2
fop-2.8
freetype-2.13.0
fuse-3.14.0
glib2-2.74.6
gpgme-1.18.0
jansson-2.14
libarchive-3.6.2
libpng-1.6.39
libtirpc-1.3.3
libuv-1.44.2
libyaml-0.2.5
lynx-2.8.9
nghttp2-1.52.0
ntp-4.2.8p15
samba-4.17.5
scons-4.5.0
serf-1.3.9
sqlite-3.41.0
subversion-1.14.2
tidy-html-5.8.0

Mudança Sumário

Diff

--- a/BLFS/IO-Socket-SSL.sh
+++ b/BLFS/IO-Socket-SSL.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=IO-Socket-SSL
6-VER=2.072
6+VER=2.081
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.gz
99 TARGETDIR=$TARGET
--- a/BLFS/JSON.sh
+++ b/BLFS/JSON.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=JSON
6-VER=4.06
6+VER=4.10
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.gz
99 TARGETDIR=$TARGET
--- a/BLFS/Net-SSLeay.sh
+++ b/BLFS/Net-SSLeay.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=Net-SSLeay
6-VER=1.90
6+VER=1.92
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.gz
99 TARGETDIR=$TARGET
--- a/BLFS/URI.sh
+++ b/BLFS/URI.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=URI
6-VER=5.09
6+VER=5.17
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.gz
99 TARGETDIR=$TARGET
--- a/BLFS/apache.sh
+++ b/BLFS/apache.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=httpd
6-VER=2.4.53
6+VER=2.4.55
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.bz2
99 TARGETDIR=$TARGET
@@ -49,11 +49,16 @@ useradd -c "Apache Server" -d /srv/www -g apache \
4949 -s /bin/false -u 25 apache
5050
5151 Patching
52-patch -Np1 -i $DLD/httpd-$VER-blfs_layout-3.patch \
52+patch -Np1 -i $DLD/httpd-$VER-blfs_layout-1.patch \
5353 1> $LOG/$TARGET.0_patch.log 2>&1 || exit 1
5454
5555 sed '/dir.*CFG_PREFIX/s@^@#@' -i support/apxs.in
5656
57+sed -e '/HTTPD_ROOT/s:${ap_prefix}:/etc/httpd:' \
58+ -e '/SERVER_CONFIG_FILE/s:${rel_sysconfdir}/::' \
59+ -e '/AP_TYPES_CONFIG_FILE/s:${rel_sysconfdir}/::' \
60+ -i configure
61+
5762 Configuring
5863 ./configure --enable-authnz-fcgi \
5964 --enable-layout=BLFS \
--- a/BLFS/apr-util.sh
+++ b/BLFS/apr-util.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=apr-util
6-VER=1.6.1
6+VER=1.6.3
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.bz2
99 TARGETDIR=$TARGET
--- a/BLFS/apr.sh
+++ b/BLFS/apr.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=apr
6-VER=1.7.0
6+VER=1.7.2
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.bz2
99 TARGETDIR=$TARGET
@@ -25,9 +25,8 @@ TimeStart
2525
2626 cd $TARGETDIR
2727
28-sed -e "/shift/i \
29-\ if (xt->tm_mon < 0 || xt->tm_mon >= 12) return APR_EBADDATE;" \
30- -i time/unix/time.c
28+sed -e '/^case "$0"/s;$0;$(readlink -f $0);' \
29+ -i apr-config.in
3130
3231 Configuring
3332 ./configure --prefix=/usr \
--- a/BLFS/cmake.sh
+++ b/BLFS/cmake.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=cmake
6-VER=3.23.2
6+VER=3.25.2
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.gz
99 TARGETDIR=$TARGET
--- a/BLFS/fontconfig.sh
+++ b/BLFS/fontconfig.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=fontconfig
6-VER=2.14.0
6+VER=2.14.2
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.xz
99 TARGETDIR=$TARGET
--- a/BLFS/fop.sh
+++ b/BLFS/fop.sh
@@ -41,8 +41,8 @@ cp $DLD/{pdf,font}box-2.0.27.jar fop/lib
4141 cd fop
4242
4343 echo Building \(ant compile\)...
44-LC_ALL=en_US.UTF-8
45-PATH=$PATH:/tmp/apache-maven-3.8.6/bin
44+LC_ALL=en_US.UTF-8 \
45+PATH=$PATH:/tmp/apache-maven-3.8.6/bin \
4646 ant all javadocs \
4747 1> $LOG/$TARGET.2_build.log 2>&1 || (echo Error detected!)
4848
--- a/BLFS/freetype.sh
+++ b/BLFS/freetype.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=freetype
6-VER=2.12.0
6+VER=2.13.0
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.xz
99 TARGETDIR=$TARGET
--- a/BLFS/fuse.sh
+++ b/BLFS/fuse.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=fuse
6-VER=3.11.0
6+VER=3.14.0
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.xz
99 TARGETDIR=$TARGET
@@ -25,6 +25,7 @@ TimeStart
2525 cd $TARGETDIR
2626
2727 sed -i '/^udev/,$ s/^/#/' util/meson.build
28+sed -i 's/HAVE_CONFIG_H/HAVE_LIBFUSE_PRIVATE_CONFIG_H/' meson.build
2829
2930 mkdir build
3031 cd build
--- a/BLFS/glib2.sh
+++ b/BLFS/glib2.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=glib
6-VER=2.72.2
6+VER=2.74.6
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.xz
99 TARGETDIR=$TARGET
@@ -11,7 +11,7 @@ TARGETDIR=$TARGET
1111 echo $TARGET
1212
1313 . $WRK/_checkRequired.sh \
14- pcre
14+ pcre2
1515 . $WRK/_checkOptions.sh \
1616 libxslt dbus gtk-doc elfutils
1717 . $WRK/_checkTarball.sh
@@ -26,10 +26,8 @@ TimeStart
2626 cd $TARGETDIR
2727
2828 Patching
29-patch -Np1 -i $DLD/glib-$VER-fix_xdgmime-1.patch \
30- 1> $LOG/$TARGET.0_patch.log 2>&1 || exit 1
3129 patch -Np1 -i $DLD/glib-$VER-skip_warnings-1.patch \
32- 1>> $LOG/$TARGET.0_patch.log 2>&1 || exit 1
30+ 1> $LOG/$TARGET.0_patch.log 2>&1 || exit 1
3331
3432 mkdir build
3533 cd build
--- a/BLFS/gpgme.sh
+++ b/BLFS/gpgme.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=gpgme
6-VER=1.17.1
6+VER=1.18.0
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.bz2
99 TARGETDIR=$TARGET
@@ -27,11 +27,14 @@ TimeStart
2727
2828 cd $TARGETDIR
2929
30-sed -e 's/3\.9/3.10/' \
30+sed -e 's/3\.9/3.11/' \
3131 -e 's/:3/:4/' \
32- -e '23653 s/distutils"/setuptools"/' \
3332 -i configure
3433
34+Patching
35+patch -Np1 -i $DLD/gpgme-$VER-gpg_error_1_46-1.patch \
36+ 1> $LOG/$TARGET.0_patch.log 2>&1 || exit 1
37+
3538 Configuring
3639 ./configure --prefix=/usr --disable-gpg-test \
3740 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1
--- a/BLFS/jansson.sh
+++ b/BLFS/jansson.sh
@@ -23,6 +23,9 @@ TimeStart
2323
2424 cd $TARGETDIR
2525
26+sed -e "/DT/s;| sort;| sed 's/@@libjansson.*//' &;" \
27+ -i test/suites/api/check-exports
28+
2629 Configuring
2730 ./configure --prefix=/usr \
2831 --disable-static \
--- a/BLFS/libarchive.sh
+++ b/BLFS/libarchive.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=libarchive
6-VER=3.6.1
6+VER=3.6.2
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.xz
99 TARGETDIR=$TARGET
@@ -37,6 +37,8 @@ Installing
3737 porg -lp $TARGET -E$PWD "make install" \
3838 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1
3939
40+sed -i "s/iconv //" /usr/lib/pkgconfig/libarchive.pc
41+
4042 TimeEnd
4143
4244 cd ..
--- a/BLFS/libpng.sh
+++ b/BLFS/libpng.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=libpng
6-VER=1.6.37
6+VER=1.6.39
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.xz
99 TARGETDIR=$TARGET
--- a/BLFS/libtirpc.sh
+++ b/BLFS/libtirpc.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=libtirpc
6-VER=1.3.2
6+VER=1.3.3
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.bz2
99 TARGETDIR=$TARGET
--- a/BLFS/libuv.sh
+++ b/BLFS/libuv.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=libuv
6-VER=1.44.1
6+VER=1.44.2
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$APPNAME-v$VER.tar.gz
99 TARGETDIR=$APPNAME-v$VER
--- a/BLFS/libyaml.sh
+++ b/BLFS/libyaml.sh
@@ -3,10 +3,10 @@
33 . ./_blfsset.sh
44
55 APPNAME=libyaml
6-VER=0.2.4
6+VER=0.2.5
77 TARGET=$APPNAME-$VER
8-TARGETBALL=$DLD/$APPNAME-dist-$VER.tar.gz
9-TARGETDIR=$TARGET
8+TARGETBALL=$DLD/yaml-$VER.tar.gz
9+TARGETDIR=yaml-$VER
1010
1111 echo $TARGET
1212
@@ -24,10 +24,6 @@ TimeStart
2424
2525 cd $TARGETDIR
2626
27-echo Bootstrapping...
28-./bootstrap \
29- 1> $LOG/$TARGET.0_boot.log 2>&1 || exit 1
30-
3127 Configuring
3228 ./configure --prefix=/usr --disable-static \
3329 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1
--- a/BLFS/lynx.sh
+++ b/BLFS/lynx.sh
@@ -25,6 +25,10 @@ TimeStart
2525
2626 cd $TARGETDIR
2727
28+Patching
29+patch -p1 -i $DLD/lynx-${VER}rel.$VERREL-security_fix-1.patch \
30+ 1> $LOG/$TARGET.0_patch.log 2>&1 || exit 1
31+
2832 Configuring
2933 ./configure --prefix=/usr \
3034 --sysconfdir=/etc/lynx \
--- a/BLFS/nghttp2.sh
+++ b/BLFS/nghttp2.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=nghttp2
6-VER=1.47.0
6+VER=1.52.0
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.xz
99 TARGETDIR=$TARGET
--- a/BLFS/ntp.sh
+++ b/BLFS/ntp.sh
@@ -33,10 +33,11 @@ cd $TARGETDIR
3333
3434 sed -e 's/"(\\S+)"/"?([^\\s"]+)"?/' \
3535 -i scripts/update-leap/update-leap.in
36+sed -e 's/#ifndef __sun/#if !defined(__sun) \&\& !defined(__GLIBC__)/' \
37+ -i libntp/work_thread.c
3638
3739 Configuring
38-./configure CFLAGS="-O2 -g -fPIC -fcommon $CFLAGS" \
39- --prefix=/usr \
40+./configure --prefix=/usr \
4041 --bindir=/usr/sbin \
4142 --sysconfdir=/etc \
4243 --enable-linuxcaps \
--- a/BLFS/samba.sh
+++ b/BLFS/samba.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=samba
6-VER=4.16.1
6+VER=4.17.5
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.gz
99 TARGETDIR=$TARGET
@@ -32,8 +32,6 @@ cd $TARGETDIR
3232 python3 -m venv pyvenv &&
3333 ./pyvenv/bin/pip3 install cryptography pyasn1 iso8601
3434
35-echo "^samba4.rpc.echo.*on.*ncacn_np.*with.*object.*nt4_dc" >> selftest/knownfail
36-
3735 Configuring
3836 PYTHON=$PWD/pyvenv/bin/python3 \
3937 CPPFLAGS="-I/usr/include/tirpc" \
@@ -70,7 +68,7 @@ install -v -m644 examples/smb.conf.default /etc/samba" \
7068 1>> $LOG/$TARGET.3_install.log 2>&1 || exit 1
7169 sed -e "s;log file =.*;log file = /var/log/samba/%m.log;" \
7270 -e "s;path = /usr/spool/samba;path = /var/spool/samba;" \
73- -i /etc/samba/smb.conf.defaul
71+ -i /etc/samba/smb.conf.default
7472
7573 sed -e "s/MYGROUP/WORKGROUP/" \
7674 -e "s/writable = yes/writable = yes\n create mask = 0644\n directory mask = 0755/" /etc/samba/smb.conf.default > /etc/samba/smb.conf
--- a/BLFS/scons.sh
+++ b/BLFS/scons.sh
@@ -3,9 +3,9 @@
33 . ./_blfsset.sh
44
55 APPNAME=scons
6-VER=4.0.1
6+VER=4.5.0
77 TARGET=$APPNAME-$VER
8-TARGETBALL=$DLD/${APPNAME}-$VER.tar.gz
8+TARGETBALL=$DLD/SCons-$VER.tar.gz
99 TARGETDIR=SCons-$VER
1010
1111 echo $TARGET
--- a/BLFS/serf.sh
+++ b/BLFS/serf.sh
@@ -25,6 +25,10 @@ TimeStart
2525
2626 cd $TARGETDIR
2727
28+Patching
29+patch -Np1 -i $DLD/serf-$VER-openssl3_fixes-1.patch \
30+ 1> $LOG/$TARGET.0_patch.log 2>&1 || exit 1
31+
2832 sed -i "/Append/s:RPATH=libdir,::" SConstruct
2933 sed -i "/Default/s:lib_static,::" SConstruct
3034 sed -i "/Alias/s:install_static,::" SConstruct
--- a/BLFS/sqlite.sh
+++ b/BLFS/sqlite.sh
@@ -3,10 +3,10 @@
33 . ./_blfsset.sh
44
55 APPNAME=sqlite
6-VER=3.38.5
6+VER=3.41.0
77 TARGET=$APPNAME-$VER
8-TARGETBALL=$DLD/${APPNAME}-autoconf-3380500.tar.gz
9-TARGETDIR=${APPNAME}-autoconf-3380500
8+TARGETBALL=$DLD/${APPNAME}-autoconf-3410000.tar.gz
9+TARGETDIR=${APPNAME}-autoconf-3410000
1010
1111 echo $TARGET
1212
--- a/BLFS/subversion.sh
+++ b/BLFS/subversion.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=subversion
6-VER=1.14.1
6+VER=1.14.2
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.bz2
99 TARGETDIR=$TARGET
@@ -35,6 +35,12 @@ TimeStart
3535
3636 cd $TARGETDIR
3737
38+grep -rl '^#!.*python$' | xargs sed -i '1s/python/&3/'
39+
40+sed -e 's/File.exists?/File.exist?/' \
41+ -i subversion/bindings/swig/ruby/svn/util.rb \
42+ subversion/bindings/swig/ruby/test/test_wc.rb
43+
3844 Configuring
3945 PYTHON=python3 \
4046 ./configure --prefix=/usr \
@@ -47,7 +53,7 @@ $([ ${OPTION_openjdk} -eq 1 ] && echo --enable-javahl) \
4753 1> $LOG/$TARGET.1_conf.log 2>&1 || exit 1
4854
4955 Making
50-make \
56+make -j1 \
5157 1> $LOG/$TARGET.2_make.log 2>&1 || exit 1
5258
5359 if [ ${OPTION_openjdk} -eq 1 ]; then
--- a/BLFS/tidy-html.sh
+++ b/BLFS/tidy-html.sh
@@ -3,7 +3,7 @@
33 . ./_blfsset.sh
44
55 APPNAME=tidy-html5
6-VER=5.6.0
6+VER=5.8.0
77 TARGET=$APPNAME-$VER
88 TARGETBALL=$DLD/$TARGET.tar.gz
99 TARGETDIR=$TARGET
@@ -43,6 +43,7 @@ porg -lp $TARGET -E$SRC "make install" \
4343 1> $LOG/$TARGET.3_install.log 2>&1 || exit 1
4444
4545 porg -lp+ $TARGET "\
46+rm -fv /usr/lib/libtidy.a && \
4647 install -v -m755 tab2space /usr/bin" \
4748 1> $LOG/$TARGET.4_install.log 2>&1 || exit 1
4849