Bug 221965 - mail/postfixadmin: Update to 3.1
Summary: mail/postfixadmin: Update to 3.1
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Danilo G. Baio
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-08-31 20:09 UTC by Lukasz Wasikowski
Modified: 2017-09-06 02:57 UTC (History)
2 users (show)

See Also:
ports.maintainer: maintainer-feedback+


Attachments
Patch to version 3.1 (2.83 KB, patch)
2017-08-31 20:09 UTC, Lukasz Wasikowski
dbaio: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Lukasz Wasikowski 2017-08-31 20:09:41 UTC
Created attachment 185958 [details]
Patch to version 3.1

Update to 3.1.

portlint: OK (looks fine.)
testport: OK (poudriere: 10.3 and 11.1 on amd64 tested)

Changelog:

Version 3.1 - 2017/06/25
-------------------------------------------------

  - broadcast improvements:
    - allow to send to mailboxes only
    - allow to send to only some domains
    - allow domain admins to send to their domains - new config option
      $CONF['sendmail_all_admins']
    - don't send to inactive mailboxes or aliases
  - update squirrelmail plugin
  - better static DB connection cache to avoid hundreds of mysqli connection
    when doing lots of escape_string() calls
  - use $CONF[page_size] in viewlog.php
  - fix problems with utf8mb4 as default charset in setup.php/upgrade.php
  - fix default for $CONF[create_mailbox_subdirs_hostoptions]
  - get rid of variables.inc.php (and initialize variables where needed)
  - add favicon to fix session handling in chrome (#44)
  - add check to ensure templates_c/ exists and is writeable
  - recommend usage of config.local.php in setup.php
  - remove php4 constructor from cNav_bar (page browser)
  - update fr.lang
Comment 1 Mel Pilgrim 2017-09-05 02:24:23 UTC
Thanks for pulling this together for me!

Sorry for the late reply, I literally just this afternoon got back from vacation.  From my notes, there's a Perl deprecation thing I need to check.  I'll get into this tomorrow morning.

In the mean time, would you tell me if you use the included vacation.pl?
Comment 2 Lukasz Wasikowski 2017-09-05 07:34:05 UTC
(In reply to Melissa Pilgrim from comment #1)

Yes, I'm using included vacation.pl.
Comment 3 Mel Pilgrim 2017-09-06 01:16:58 UTC
Comment on attachment 185958 [details]
Patch to version 3.1

Patch approved. I can't set it + because it wasn't submitted with maintainer-approval ? ports.maintainer@evilphi.com
Comment 4 Danilo G. Baio freebsd_committer freebsd_triage 2017-09-06 02:16:52 UTC
Comment on attachment 185958 [details]
Patch to version 3.1

maintainer approval, comment 3
Comment 5 commit-hook freebsd_committer freebsd_triage 2017-09-06 02:52:46 UTC
A commit references this bug:

Author: dbaio
Date: Wed Sep  6 02:51:58 UTC 2017
New revision: 449322
URL: https://svnweb.freebsd.org/changeset/ports/449322

Log:
  mail/postfixadmin: Update to 3.1

  Ensure emplates_c/ directory is created.

  Changes:	https://github.com/postfixadmin/postfixadmin/blob/master/CHANGELOG.TXT

  PR:		221965
  Submitted by:	Lukasz Wasikowski <lukasz@wasikowski.net>
  Approved by:	Melissa Pilgrim <ports.maintainer@evilphi.com> (maintainer)

Changes:
  head/mail/postfixadmin/Makefile
  head/mail/postfixadmin/distinfo
  head/mail/postfixadmin/pkg-plist
Comment 6 Danilo G. Baio freebsd_committer freebsd_triage 2017-09-06 02:57:15 UTC
Committed, thanks!