network/cherokee: Updated for version 20230111_ce1ca8a.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bf5cc34dd4
commit
a1408dc28e
|
@ -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
|
||||
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue