mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
network/opendmarc: Updated for version 1.4.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
db6fbc95bc
commit
29c1d22fd7
2 changed files with 6 additions and 5 deletions
|
@ -25,8 +25,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=opendmarc
|
||||
VERSION=${VERSION:-1.4.1.1}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.4.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -114,6 +114,7 @@ find -L . \
|
|||
for i in $CWD/patches/* ; do
|
||||
case $i in
|
||||
*/z04_moreHeadersFailureReportVsBeta1.patch) : ;;
|
||||
*/pull178.diff) : ;;
|
||||
*) patch -p1 <$i ;;
|
||||
esac
|
||||
done
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="opendmarc"
|
||||
VERSION="1.4.1.1"
|
||||
VERSION="1.4.2"
|
||||
HOMEPAGE="http://www.trusteddomain.org/opendmarc/"
|
||||
DOWNLOAD="https://github.com/trusteddomainproject/OpenDMARC/archive/rel-opendmarc-1-4-1-1/OpenDMARC-rel-opendmarc-1-4-1-1.tar.gz"
|
||||
MD5SUM="18fe4c7bedbc6f893e96b0b47dfcc280"
|
||||
DOWNLOAD="https://github.com/trusteddomainproject/OpenDMARC/archive/rel-opendmarc-1-4-2/OpenDMARC-rel-opendmarc-1-4-2.tar.gz"
|
||||
MD5SUM="658d951db84a0305b0c5d9312eff5b64"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue