diff options
Diffstat (limited to 'source')
-rwxr-xr-x | source/d/rust/rust.SlackBuild | 2 | ||||
-rw-r--r-- | source/n/httpd/httpd.url | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/source/d/rust/rust.SlackBuild b/source/d/rust/rust.SlackBuild index 4ee81b83..45a29156 100755 --- a/source/d/rust/rust.SlackBuild +++ b/source/d/rust/rust.SlackBuild @@ -271,7 +271,7 @@ mkdir -p $PKG/usr/doc/$PKGNAM-$VERSION cp -a *.md COPYRIGHT* COPYING* LICENSE* $PKG/usr/doc/$PKGNAM-$VERSION # Include licenses from third party vendors: mkdir $PKG/usr/doc/$PKGNAM-$VERSION/vendor -( cd src/vendor +( cd vendor tar cf - $(find . -maxdepth 2 | grep -e README -e LICENSE -e COPYING -e CHANGELOG -e PERFORMANCE -e UPGRADE ) | ( cd $PKG/usr/doc/$PKGNAM-$VERSION/vendor ; tar xf - ) ) diff --git a/source/n/httpd/httpd.url b/source/n/httpd/httpd.url index 811decbb..d8812b9c 100644 --- a/source/n/httpd/httpd.url +++ b/source/n/httpd/httpd.url @@ -1,2 +1,2 @@ -http://www.apache.org/dist/httpd/httpd-2.4.43.tar.bz2 -http://www.apache.org/dist/httpd/httpd-2.4.43.tar.bz2.asc +http://www.apache.org/dist/httpd/httpd-2.4.46.tar.bz2 +http://www.apache.org/dist/httpd/httpd-2.4.46.tar.bz2.asc |