diff options
Diffstat (limited to 'source/n')
-rw-r--r-- | source/n/FTBFSlog | 3 | ||||
-rw-r--r-- | source/n/iproute2/slack-desc | 6 | ||||
-rwxr-xr-x | source/n/php/php.SlackBuild | 2 |
3 files changed, 7 insertions, 4 deletions
diff --git a/source/n/FTBFSlog b/source/n/FTBFSlog index 859555ed5..af7ad674b 100644 --- a/source/n/FTBFSlog +++ b/source/n/FTBFSlog @@ -1,3 +1,6 @@ +Wed Aug 3 19:33:03 UTC 2022 + php: fix alpine version. Thanks to nobodino. ++--------------------------+ Mon Feb 7 20:57:55 UTC 2022 All packages tested and found to compile properly. +--------------------------+ diff --git a/source/n/iproute2/slack-desc b/source/n/iproute2/slack-desc index 53932e634..b4e1fa5c0 100644 --- a/source/n/iproute2/slack-desc +++ b/source/n/iproute2/slack-desc @@ -9,11 +9,11 @@ iproute2: iproute2 (IP routing utilities) iproute2: iproute2: These are tools used to administer many advanced IP routing features -iproute2: in the kernel. See Configure.help in the kernel documentation -iproute2: (search for iproute2) for more information on which kernel options -iproute2: these tools are used with. +iproute2: in the kernel. iproute2: iproute2: These utilities were written by Alexey Kuznetsov. The current iproute2: maintainer of iproute2 is Stephen Hemminger. iproute2: iproute2: +iproute2: +iproute2: diff --git a/source/n/php/php.SlackBuild b/source/n/php/php.SlackBuild index 5bbf8d5b2..c25e7d043 100755 --- a/source/n/php/php.SlackBuild +++ b/source/n/php/php.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=php VERSION=${VERSION:-$(echo php-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -ALPINE=2.25 +ALPINE=2.26 BUILD=${BUILD:-2} # Automatically determine the architecture we're building on: |