Skip to content

Commit

Permalink
network/opendmarc: Updated for version 1.4.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
pyllyukko committed Jun 22, 2024
1 parent ee8422d commit 08bb5aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
5 changes: 3 additions & 2 deletions network/opendmarc/opendmarc.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -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}

Expand Down Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions network/opendmarc/opendmarc.info
Original file line number Diff line number Diff line change
@@ -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=""
Expand Down

0 comments on commit 08bb5aa

Please sign in to comment.