notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it is already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

non port: mail/postfix/files/patch-makedefs

Number of commits found: 21

Saturday, 26 Aug 2023
16:30 Dag-Erling Smørgrav (des) search for other commits by this committer
mail/postfix: temporary build fix for FreeBSD 15.

Reviewed by:	otis
Differential Revision:	https://reviews.freebsd.org/D41599
commit hash: caab3909f4ac054880287804817dc66d0d1175c0 commit hash: caab3909f4ac054880287804817dc66d0d1175c0 commit hash: caab3909f4ac054880287804817dc66d0d1175c0 commit hash: caab3909f4ac054880287804817dc66d0d1175c0 caab390
Tuesday, 15 Mar 2022
20:55 Juraj Lutter (otis) search for other commits by this committer
mail/postfix: Update to 3.7.0

- Update to 3.7.0
- Correct installation instructions [1]
- Listen on both IPv4 and IPv6 [2]
- Use system-wide CA path [3]
- Correct typo in pkg-message [4]
- Switch to PCRE2 [5]

PR:     261821 [1]
PR:     252872 [2]
PR:     239473 [3]
PR:     261824 [4]
PR:     262100 [5]
commit hash: 548805651e61cca4d6b5dc4be0787e1e5e188ff0 commit hash: 548805651e61cca4d6b5dc4be0787e1e5e188ff0 commit hash: 548805651e61cca4d6b5dc4be0787e1e5e188ff0 commit hash: 548805651e61cca4d6b5dc4be0787e1e5e188ff0 5488056
Thursday, 6 May 2021
17:37 Olli Hauer (ohauer) search for other commits by this committer
mail/postfix: update to 3.6.0

Postfix 3.6 requires minimum OpenSSL 1.1.1, so
mark broken for FreeBSD 11 with 'OpenSSL base'
commit hash: 917dd373939553b4304d35cff0c5d2dbc9c5786a commit hash: 917dd373939553b4304d35cff0c5d2dbc9c5786a commit hash: 917dd373939553b4304d35cff0c5d2dbc9c5786a commit hash: 917dd373939553b4304d35cff0c5d2dbc9c5786a 917dd37
Saturday, 23 Jan 2021
09:47 kai search for other commits by this committer
mail/postfix{-current}: Fix build on 14.0-CURRENT

[...]
In file included from alldig.c:29:
./sys_defs.h:1259:2: error: "unsupported platform"
#error "unsupported platform"
 ^
[...]

Approved by:	portmgr (build fix blanket)
Original commitRevision:562385 
Friday, 19 Apr 2019
18:53 ohauer search for other commits by this committer
- update to 3.4.5
- adopt libressl patches from OpenBSD
Original commitRevision:499382 
Monday, 22 Oct 2018
16:41 ohauer search for other commits by this committer
- fix build on FreeBSD 13-CURRENT

PR:		232502
Submitted by:	Kai
Original commitRevision:482754 
Saturday, 9 Jul 2016
20:18 ohauer search for other commits by this committer
- fix build on FreeBSD 12
- s/USE_OPENSSL=yes/USES=ssl/
Original commitRevision:418293 
Sunday, 28 Feb 2016
08:46 ohauer search for other commits by this committer
- update to postfix 3.1

Users updating from postfix 2.11 should read:
 ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.0.0.RELEASE_NOTES
 ftp://ftp.porcupine.org/mirrors/postfix-release/official/postfix-3.1.0.RELEASE_NOTES
Original commitRevision:409727 
Sunday, 10 May 2015
15:25 ohauer search for other commits by this committer
- update to version 2.11.5
- rename OPTIONS to match default name of most ports
  - SASL2 -> SASL
  - OPENLDAP -> LDAP
- install main.cf and master.cf with the @sample macro
- rework pkg-install
- fix wrong permission for /var/db/postfix [1]
- sets WANT_OPENLDAP_SASL option for openldap port when
  postfix LDAP_SASL option is set [2]
- make usage of new ${opt}_DEPENDS notation

Changelog:
20150324
        Bugfix (introduced: Postfix 2.6): sender_dependent_relayhost_maps
        ignored the relayhost setting in the case of a DUNNO lookup
        result.  It would use the recipient domain instead.  Viktor
        Dukhovni. Wietse took the pieces of code that enforce the
        precedence of a sender-dependent relayhost, the global
        relayhost, and the recipient domain, and put that code
        together in once place so that it is easier to maintain.
        File: trivial-rewrite/resolve.c.

20150330
        Bitrot: prepare for future changes in OpenSSL API. Viktor
        Dukhovni. File: tls_dane.c.

20150408
        Portability: FreeBSD10 support. Files: makedefs, util/sys_defs.h.

        Incompatibility: specifying "make makefiles" with "CC=command"
        will no longer override the default WARN setting.

PR:	198215 [1]
	198857 [2]
Original commitRevision:385965 
Sunday, 27 Oct 2013
03:29 sahil search for other commits by this committer
- Update to 2.10.2
Original commitRevision:331746 
Saturday, 5 Nov 2011
16:53 miwi search for other commits by this committer
- Fix build on FreeBSD 10
Original commit
Thursday, 4 Mar 2010
17:00 itetcu search for other commits by this committer
- Update to 2.7.0
- users wanting to continue on 2.6 series should use mail/postfix26

PR:             144189
Submitted by:   Sahil Tandon (maintainer)
Feature safe:   yes
Original commit
Monday, 14 Sep 2009
16:37 des search for other commits by this committer
Fix build on 9.

Approved by:    maintainer
Reviewed by:    wxs@, keramida@
Original commit
Wednesday, 22 Jul 2009
19:46 keramida search for other commits by this committer
Now that closefrom() has been merged to 7.X too, we have to patch sys_defs.h
of Postfix to use closefrom() for __FreeBSD_version >= 702104 too.

Submitted by:   Sahil Tandon, sahil at tandon.net (maintainer)
Tested by:      wxs (7.X), keramida (head)
Original commit
Tuesday, 26 May 2009
13:36 netchild search for other commits by this committer
- refactor the port to ease maintenance [1]
- update to 2.6.1 [1]
- remove IGNORE in the VDA case, the patch is available now [2]

[2] is from me (compile tested), maintainer informed.

PR:             134728 [1]
Submitted by:   Yarema <yds@CoolRat.org> [1]
Approved by:    maintainer [1]
Original commit
Monday, 22 Oct 2007
18:39 mnag search for other commits by this committer
- Update to 2.4.6
- Update VDA patch to 2.4.5
- Teach postfix to 8.0 [1]

PR:             117304 [1]
Submitted by:   Oliver Peter <hoschi___mouhaha.de> [1]
Approved by:    maintainer
Original commit
Wednesday, 19 Jul 2006
12:59 mnag search for other commits by this committer
* UPDATING

Add entry about OPTIONS and SPF patch in mail/postfix

* mail/Makefile

Add postfix22

* mail/postfix [1]

Update to 2.3.0
Use OPTIONS instead of scripts
Add message about unsupported POSTFIX_OPTIONS
Remove SPF patch since that's not apply clean
Update pkg-descr
Change rcNG to rc only
Update CONFLICTS

* mail/postfix-current

Now postfix-current are called postfix-current instead of postfix.
Update CONFLICTS
Bump PORTREVISION
Store OPTIONSFILE in another local to not conflict with mail/postfix
Change rcNG to rc only

* mail/postfix1

Update CONFLICTS

* mail/postfix21

Update CONFLICTS
Change rcNG to rc only

* mail/postfix22 [2]

Update CONFLICTS
Change rcNG to rc only

Approved by:    maintainer [1]
Repocopy by:    marcus [2]
Original commit
Thursday, 5 Jan 2006
01:23 mnag search for other commits by this committer
Update to 2.2.8
Original commit
Wednesday, 13 Jul 2005
21:48 pav search for other commits by this committer
- Fix build on FreeBSD 7

PR:             ports/83414
Submitted by:   Marcus Grando <marcus@corp.grupos.com.br>
Approved by:    Vivek Khera <vivek@khera.org> (maintainer)
Original commit
Saturday, 19 Mar 2005
23:17 pav search for other commits by this committer
- Update to 2.2.1

PR:             ports/78852
Submitted by:   Marcus Grando <marcus@corp.grupos.com.br>
Approved by:    Vivek Khera <vivek@khera.org> (maintainer)
Original commit
Tuesday, 31 Aug 2004
13:48 des search for other commits by this committer
Fix build on 6.0.

Approved by:    maintainer
Original commit

Number of commits found: 21