diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-07-19 18:26:45 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-07-20 08:59:50 +0200 |
commit | 3db41f6c7650f0cff2bb0010c9db60bfb74e6b02 (patch) | |
tree | 9281976b0f7db8ddbea01190471bcbfa939bc4df /source/n/iputils/iputils.SlackBuild | |
parent | 612d5685be4b6dc368aa4d02e96ead63bdb6e904 (diff) | |
download | current-3db41f6c7650f0cff2bb0010c9db60bfb74e6b02.tar.gz |
Fri Jul 19 18:26:45 UTC 201920190719182645
a/aaa_elflibs-15.0-x86_64-9.txz: Rebuilt.
Upgraded: libbz2.so.1.0.8, libexpat.so.1.6.9, libglib-2.0.so.0.6000.5,
libgmodule-2.0.so.0.6000.5, libgobject-2.0.so.0.6000.5,
libgthread-2.0.so.0.6000.5, libidn2.so.0.3.6.
Removed: libicudata.so.63.1, libicui18n.so.63.1, libicuio.so.63.1,
libicutest.so.63.1, libicutu.so.63.1, libicuuc.so.63.1.
Added: libpcre2-8.so.0.8.0, libpsl.so.5.3.2. These are needed by wget which
is used by slackpkg, so they should be in here. Thanks to OutSiderBR.
ap/lxc-2.0.11_fad08f383-x86_64-1.txz: Upgraded.
Updated from 2.0 git branch.
Ported init script updates from sysvinit-scripts.
d/ccache-3.7.2-x86_64-1.txz: Upgraded.
l/libsigc++-2.10.2-x86_64-1.txz: Upgraded.
n/curl-7.65.3-x86_64-1.txz: Upgraded.
This is a bugfix release:
Fix a regression that caused the progress meter not to appear.
For more information, see:
https://curl.haxx.se/changes.html
n/iputils-20190709-x86_64-1.txz: Upgraded.
Diffstat (limited to 'source/n/iputils/iputils.SlackBuild')
-rwxr-xr-x | source/n/iputils/iputils.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/iputils/iputils.SlackBuild b/source/n/iputils/iputils.SlackBuild index 137ec39b..b4fee0c8 100755 --- a/source/n/iputils/iputils.SlackBuild +++ b/source/n/iputils/iputils.SlackBuild @@ -74,7 +74,7 @@ find . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -zcat $CWD/iputils.docbook.revert.diff.gz | patch -p1 -R --verbose || exit 1 +zcat $CWD/iputils.docbook.revert.diff.gz | patch -p1 --verbose || exit 1 # Configure and build: export CFLAGS="$SLKCFLAGS" |