diff options
-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 b0eff407bcecc..207850d16f171 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 87c519de3a137..83b3c5d9bd06c 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="" |