diff options
Diffstat (limited to 'source/n')
-rw-r--r-- | source/n/ModemManager/slack-desc | 4 | ||||
-rwxr-xr-x | source/n/bind/bind.SlackBuild | 2 | ||||
-rw-r--r-- | source/n/httpd/doinst.sh | 5 | ||||
-rwxr-xr-x | source/n/httpd/httpd.SlackBuild | 5 | ||||
-rw-r--r-- | source/n/httpd/httpd.url | 4 |
5 files changed, 11 insertions, 9 deletions
diff --git a/source/n/ModemManager/slack-desc b/source/n/ModemManager/slack-desc index 8dd384bc9..dcec28670 100644 --- a/source/n/ModemManager/slack-desc +++ b/source/n/ModemManager/slack-desc @@ -11,8 +11,8 @@ ModemManager: ModemManager: ModemManager provides a unified high level API for communicating with ModemManager: mobile broadband modems. ModemManager: -ModemManager: For more info, see: -ModemManager: https://www.freedesktop.org/wiki/Software/ModemManager +ModemManager: Homepage: https://www.freedesktop.org/wiki/Software/ModemManager +ModemManager: ModemManager: ModemManager: ModemManager: diff --git a/source/n/bind/bind.SlackBuild b/source/n/bind/bind.SlackBuild index 9dca3e5c9..e9e234ba4 100755 --- a/source/n/bind/bind.SlackBuild +++ b/source/n/bind/bind.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=bind -VERSION=${VERSION:-9.12.2-P1} +VERSION=${VERSION:-9.12.2-P2} BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: diff --git a/source/n/httpd/doinst.sh b/source/n/httpd/doinst.sh index e233c362b..b45fd2aaf 100644 --- a/source/n/httpd/doinst.sh +++ b/source/n/httpd/doinst.sh @@ -20,8 +20,7 @@ preserve_perms() { cat ${NEW} > ${NEW}.incoming mv ${NEW}.incoming ${NEW} fi - # Don't use config() -- we always want to install this, changed or unchanged. - #config ${NEW} + config ${NEW} } if [ ! -e var/log/httpd ]; then @@ -55,8 +54,6 @@ fi # Keep same perms when installing rc.httpd.new: preserve_perms etc/rc.d/rc.httpd.new -# Always install the new rc.httpd: -mv etc/rc.d/rc.httpd.new etc/rc.d/rc.httpd # Handle config files. Unless this is a fresh installation, the # admin will have to move the .new files into place to complete diff --git a/source/n/httpd/httpd.SlackBuild b/source/n/httpd/httpd.SlackBuild index cb7db3d77..3c15fd8f2 100755 --- a/source/n/httpd/httpd.SlackBuild +++ b/source/n/httpd/httpd.SlackBuild @@ -191,6 +191,11 @@ cat $CWD/rc.httpd > $PKG/etc/rc.d/rc.httpd.new mkdir -p $PKG/etc/logrotate.d cat $CWD/logrotate.httpd > $PKG/etc/logrotate.d/httpd.new +# Add symlink that letsencrypt wants: +( cd $PKG/usr/sbin + ln -sf apachectl apache2ctl +) + mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc zcat $CWD/doinst.sh.gz > $PKG/install/doinst.sh diff --git a/source/n/httpd/httpd.url b/source/n/httpd/httpd.url index 152982ae4..f9402a477 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.34.tar.bz2 -http://www.apache.org/dist/httpd/httpd-2.4.34.tar.bz2.asc +http://www.apache.org/dist/httpd/httpd-2.4.35.tar.bz2 +http://www.apache.org/dist/httpd/httpd-2.4.35.tar.bz2.asc |