non port: mail/opendmarc/Makefile |
SVNWeb
|
Number of commits found: 23 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] b587cc2 (Only the first 10 of 577 ports in this commit are shown above. )
mail: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ashish@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam David <adam@FreeBSD.org>
* Adam McDougall <mcdouga9@egr.msu.edu>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Deiter <tiamat@komi.mts.ru>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com>
* Alex Perel <veers@disturbed.net> (Only the first 15 lines of the commit message are shown above )
|
Fri, 24 Dec 2021
|
[ 17:39 Mikael Urankar (mikael) Author: Dan Mahoney ] 9d3c1f8
mail/opendmarc: Update to 1.4.2
- Update to 1.4.2
- Change master site to github
- Resolve CVE-2021-34555 and many other CVEs
PR: 260594
|
Tue, 19 Oct 2021
|
[ 11:14 Stefan Eßer (se) ] 138b7cf
mail/opendmarc: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 15 Sep 2019
|
[ 09:51 pi ]
mail/opendmarc: fix multiple addresses in From vulnerability
- please note that it might only be a partial fix, see
https://github.com/trusteddomainproject/OpenDMARC/pull/48#issuecomment-530375590
PR: 240505
Reported by: protonmail
Approved by: ports-secteam (delphij)
Obtained from: https://github.com/trusteddomainproject/OpenDMARC/pull/48
MFH: 2019Q3
Security: https://protonmail.com/blog/bellingcat-cyberattack-phishing/
|
Mon, 10 Sep 2018
|
[ 13:14 mat ] (Only the first 10 of 995 ports in this commit are shown above. )
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
Sun, 1 Jul 2018
|
[ 10:17 dinoex ] (Only the first 10 of 30 ports in this commit are shown above. )
- bump MILTER_SOVER to fix linking on FREEBSD-12
- bump PORTREVISION on ports using libmilter
- rename WITH_SENDMAIL_PORT to WITH_MILTER_PORT
- rename WITH_SENDMAIL_BASE to WITH_MILTER_BASE
- rename WITH_SENDMAIL_STATIC_MILTER to WITH_MILTER_STATIC
- cleanup ifdefs
- fix build on batv-filter with libmilter from ports
|
Wed, 13 Sep 2017
|
[ 14:45 pi ]
mail/opendmarc: update 1.3.1 -> 1.3.2
Feature request #86: Change meaning of "RequiredHeaders" such that
header validity is always checked, but messages are only
rejected on that basis when the flag is set. Based
on a patch from Andreas Schulze.
Feature request #127: Log SPF results when rejecting. Requested
by Patrick Wagner; patch from Andreas Schulze, follow-up
patch from Juri Haberland.
Feature request #138: Inculde policy and disposition information
in an Authentication-Results comment. Based on a patch
from Juri Haberland.
Feature request #139: Include the client host name if known
in failure reports. Suggested by Roland Turner;
patch by Andreas Schulze. (Only the first 15 lines of the commit message are shown above )
|
Mon, 27 Feb 2017
|
[ 14:27 amdmi3 ]
- Add missing dependency on www/p5-HTTP-Message
PR: 216947
Submitted by: douglas@douglasthrift.net
Approved by: maintainer timeout (freebsd@gushi.org, 2 weeks)
MFH: 2017Q1
|
Fri, 1 Apr 2016
|
[ 14:16 mat ] (Only the first 10 of 2612 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.
With hat: portmgr
Sponsored by: Absolight
|
Sat, 6 Feb 2016
|
[ 23:13 matthew ]
(1) Add USES perl5 and add RUN_DEPENDS for perl modules needed by the
various perl scripts installed by this port
(2) Use ${PORTSDIR}/mail/sendmail/bsd.milter.mk to link against
libmilter installed by the mail/sendmail port when
WITH_SENDMAIL_PORT=yes is set in /etc/make.conf or the base
libmilter if WITH_SENDMAIL_BASE=yes
PR: 202374 (1)
Submitted by: freebsd-ports@dan.me.uk (1) matthew (2)
Reviewed by: pi (1)
Approved by: maintainer timeout (>14days)
|
Tue, 1 Dec 2015
|
[ 03:02 ache ]
1) Makes opendmarc rc script more local: sockets friendly (create
directory with needed permissions, start/stop cleanups).
2) Move pidfile to newly created /var/run/opendmarc by default.
This directory is perfectly suitable and needed mainly for local: sockets,
but to not violate POLA socket still remains as "inet:8893@localhost".
Approved by: maintainer timeout
|
Tue, 27 Oct 2015
|
[ 05:04 koobs ]
mail/opendmarc: Add libspf2 as a run-time (library) dependency
libsfp2 is a build and run-time dependency for opendmarc.
Currently libspf2 is declared a BUILD_DEPENDS, which results in the
libspf2 package being removed by portmaster or pkg as an unecessary
package when using -s argument or autoremove command respectively.
This change correctly declares libspf2 as a LIB_DEPENDS, resulting
in both build and run-time dependency registration.
While I'm here:
- Convert MSPF conditional to an option helper
- Group and sort USE{S} entries
- Whitespace align OPTIONS
- Tweak SPF_DESC to match ./configure output for the option
- Sort pkg-plist
PR: 204050
Submitted by: Douglas <douglas douglasthrift net>
Approved by: portmgr (blanket)
MFH: 2015Q4
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Thu, 19 Mar 2015
|
[ 19:38 marino ]
five milter ports: Add or improve support on systems missing sendmail
In some cases no-sendmail support was in place but missing CFLAGS or
LDFLAGS, but in others it needed to be added. Problems found as a result
of DragonFly removing sendmail from base.
Approved by: just fix it.
|
Wed, 11 Mar 2015
|
[ 12:18 erwin ]
Update to version 1.3.1, Maintainer change to Dan Mahoney <danm@prime.gushi.org>
This is mainly a bug fix release, but it does contain one important new
feature. Upgrade is recommended.
The full RELEASE_NOTES for this version, showing changes since the last
release:
1.3.1 2015/02/23
Fix bug #97: Add ability to change envelope sender, client IP
address, client hostname, and HELO value used in test
mode, via environment variables. This can be turned
into something more formal in a later release. Suggested
by Andreas Schulze.
Fix bug #102: Don't lose SPF results and output the "-1" default. (Only the first 15 lines of the commit message are shown above )
|
Thu, 2 Oct 2014
|
[ 11:17 robak ]
mail/opendmarc: add SPF option
PR: 192999
Submitted by: Daniel Austin <freebsd-ports@dan.me.uk>
Reviewed by: maintainer
Approved by: mentors (implicit)
|
Fri, 1 Aug 2014
|
[ 17:43 pi ]
mail/opendmarc: 1.2.0 -> 1.3.0
1.3.0 2014/07/31
Integrated SPF checking is now available through the new
SPFSelfValidate and SPFIgnoreResults settings.
Feature request #79: Optionally ignore clients that authenticated
using SMTP AUTH.
Fix bug #60, part II: Default AuthservID to the name provided by the
MTA, not the local host name, which is consistent with what
OpenDKIM does. Suggested by Robbert Klarenbeek.
Fix bug #72: Don't crash when From fields are absent. Patch from
Andreas Schulze.
Fix bug #74: Change "Forensic" to "Failure" just about everywhere
to match the language now being used in the base DMARC
draft. Note that this also changes some names in the (Only the first 15 lines of the commit message are shown above )
|
Fri, 27 Jun 2014
|
[ 09:48 amdmi3 ]
- Switch to USES=libtool, drop .la files
Approved by: portmgr blanket
|
Sun, 16 Mar 2014
|
[ 10:59 pawel ]
- Update to version 1.2.0, support staging [1]
- More precise LICENSE
- Fix shebangs in perl scripts
- Strip library
PR: ports/187608 [1]
Submitted by: maintainer
|
Fri, 20 Sep 2013
|
[ 19:59 bapt ] (Only the first 10 of 748 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
mail)
|
Fri, 28 Jun 2013
|
[ 19:55 lippe ]
OpenDMARC is an open source implementation of Domain-based Message
Authentication, Reporting & Conformance, or DMARC. It builds on the
successes of technologies such as DomainKeys Identified Mail (DKIM)
and the Sender Policy Framework (SPF) to create an infrastructure
that enforces policy on domain names that are visible to end users,
and creates a feedback framework for identifying and tracking
fraudulent use of domain names in email.
It includes a library for handling DMARC record parsing,
a database schema and tools for aggregating and processing transaction
history to produce DMARC reports, and a filter that ties it all together
with an MTA using the milter protocol.
WWW: http://www.trusteddomain.org/opendmarc.html
PR: ports/177486
Submitted by: Jaap Akkerhuis <jaap@NLnetLabs.nl>
|
Number of commits found: 23 |