diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2023-06-25 16:35:37 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-02 23:21:26 +0700 |
commit | a1408dc28e71cc2d69a5dc153a6a7c0b0e516f9d (patch) | |
tree | 62cb1f43b6af18b98016fb2176fde840c5a6691d /network/cherokee | |
parent | bf5cc34dd4e3aed7a60f2e378cdcc7c2b0ddf549 (diff) |
network/cherokee: Updated for version 20230111_ce1ca8a.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/cherokee')
-rw-r--r-- | network/cherokee/cherokee.SlackBuild | 8 | ||||
-rw-r--r-- | network/cherokee/cherokee.info | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/network/cherokee/cherokee.SlackBuild b/network/cherokee/cherokee.SlackBuild index b0eff407bcec..207850d16f17 100644 --- a/network/cherokee/cherokee.SlackBuild +++ b/network/cherokee/cherokee.SlackBuild @@ -7,8 +7,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=cherokee -VERSION=${VERSION:-20180709_9a75e65} -BUILD=${BUILD:-2} +VERSION=${VERSION:-20230111_ce1ca8a} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -96,6 +96,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +sed -i "s|\[2\.71|[2.69|" configure.ac m4/{nls,po,progtest}.m4 + # Apply all the patches in $CWD/patches (thanks Gentoo) for patch in $CWD/patches/* ; do patch -p1 < $patch @@ -117,7 +119,7 @@ CXXFLAGS="$SLKCFLAGS" \ --with-mysql=$MYSQL \ --enable-ipv6=$IPV6 \ --enable-admin=$ADMIN \ - --disable-pam \ + --enable-pam \ --disable-static \ --enable-trace=$TRACE diff --git a/network/cherokee/cherokee.info b/network/cherokee/cherokee.info index 87c519de3a13..83b3c5d9bd06 100644 --- a/network/cherokee/cherokee.info +++ b/network/cherokee/cherokee.info @@ -1,8 +1,8 @@ PRGNAM="cherokee" -VERSION="20180709_9a75e65" +VERSION="20230111_ce1ca8a" HOMEPAGE="http://www.cherokee-project.com" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/cherokee-20180709_9a75e65.tar.xz" -MD5SUM="2f08188ca102fd6a7ad2ea3cc1c26f84" +DOWNLOAD="http://ponce.cc/slackware/sources/repo/cherokee-20230111_ce1ca8a.tar.xz" +MD5SUM="f78e7cf58fd398a7207e537b98e6d14d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |