Skip to content

Commit

Permalink
mail/php-dmarc-srg: update to 2.2.1
Browse files Browse the repository at this point in the history
2.2 (2024-08-27)

* WebUI: More correct filtering reports by disposition value
* WebUI: add actual fail count to the report list (#96)
* WebUI: implemented use of abbreviated form for numbers in the list of
  reports
* WebUI: added a toolbar and column management to the report list. The
  default column set was changed
* Implemented destroying user sessions if user_management is set to false
* Added ignoring unknown tags in XML report files
* Fixed undefined property usage in utils/reports_cleaner.php (#131)
* Fixed an error occuring when adding a user without the level parameter via
  utils/users_admin.php
* Improved error message when passing invalid time to Report dialog
* Updated the "Utilities" section in README.md
* Other minor changes and updates
* Some code optimization and refactoring

2.2.1 (2024-08-28)

* Fixed an error "Undefined array key" occurring when processing an
  incorrect report file (#132)
  • Loading branch information
taca committed Nov 11, 2024
1 parent 9f5658e commit d2f3f1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions mail/php-dmarc-srg/Makefile
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
# $NetBSD: Makefile,v 1.3 2024/06/04 04:18:18 taca Exp $
# $NetBSD: Makefile,v 1.4 2024/11/11 15:39:56 taca Exp $

DISTNAME= dmarc-srg-${GITHUB_RELEASE}
PKGNAME= ${PHP_PKG_PREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_GITHUB:=liuch/}
GITHUB_PROJECT= dmarc-srg
GITHUB_TYPE= tag
GITHUB_TAG= v${GITHUB_RELEASE}
GITHUB_RELEASE= 2.1
GITHUB_RELEASE= 2.2.1

MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/liuch
Expand Down
8 changes: 4 additions & 4 deletions mail/php-dmarc-srg/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.1 2024/06/03 15:12:19 taca Exp $
$NetBSD: distinfo,v 1.2 2024/11/11 15:39:56 taca Exp $

BLAKE2s (dmarc-srg-2.1.tar.gz) = daebe45d86a1087277bc62d6a3dd003939f2e91627dd4445ed2812fdde56ce41
SHA512 (dmarc-srg-2.1.tar.gz) = d2569e8d9593d76c751042e7eb36dfb2d903788f9f8ad92acd62949ab62bf55ae2dea5be2e37a3bd64726e9de76a7a0916d7c4ff1f91a126b1b3cea3105ff898
Size (dmarc-srg-2.1.tar.gz) = 168814 bytes
BLAKE2s (dmarc-srg-2.2.1.tar.gz) = 3524acb3393b2f1fcd12386d042544c70020a171a0d9715f50d72069cd1e62fa
SHA512 (dmarc-srg-2.2.1.tar.gz) = 844ab46d0e0a7e79333718a67733d7ffaa099d187caeb3a5ac81f1f486ba698ad3f017a384d9971f746becd397e07f18226e848b2caa6205a92257da97620548
Size (dmarc-srg-2.2.1.tar.gz) = 173153 bytes

0 comments on commit d2f3f1d

Please sign in to comment.