1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
Commit Graph

18937 Commits

Author SHA1 Message Date
Dima Panov
2f84ffe0e6 - Update OpenSMTPD-extras to 201606212257 snapshot
- Take maintainership from gahr@

NOTE: This snapshot have fixed resolving in filter spamassassin and clamav
      and removed no longer needed chroot option

Approved by:	gahr, miwi (mentor, implicit)
2016-06-22 12:24:57 +00:00
Mathieu Arnold
95a28e9c7a Rename all three p5-ReadLine-(Gnu,Perl,TTYtter) to their real names
p5-Term-ReadLine-(Gnu,Perl,TTYtter).

I can't find any reason for p5-ReadLine-Gnu to have been added as
ReadLine-Gnu instead of Term-ReadLine-Gnu twenty years ago.

devel/p5-Term-ReadLine-Perl was added as a dupplicate a few years back
where it should not have, so change its maintainer to be perl@ like
devel/p5-ReadLine-Perl had.

Sponsored by:	Absolight
2016-06-21 13:24:53 +00:00
Vsevolod Stakhov
411fa61931 - Update to 1.2.8 2016-06-21 10:24:11 +00:00
Vsevolod Stakhov
f3000efb1f - pass GH_TAGNAME to compiler
- add devel/ragel as a build dependency
- update to afb80e7
- bump PORTVERSION

PR:		209223
Submitted by:	Alexander Moisseev
2016-06-21 10:21:29 +00:00
Torsten Zuehlsdorff
f29e4ffa75 mail/rubygem-mail_room: Update from 0.6.1 to 0.7.0
* Backports idle timeout from ruby 2.3.0
  * Sets default to 29 minutes to prevent IMAP disconnects
  * Validates that the timeout does not exceed 29 minutes

PR:          209899
Approved by: junovitch (mentor)
2016-06-21 08:25:30 +00:00
Bernard Spil
0917233fb0 mail/fetchmail: Fix build without SSLv3
- Fix build with OpenSSL 1.1 and LibreSSL
  - Stop using pkg-install/pkg-deinstall scripts
  - Use pkg-plist keywords
  - Use GSSAPI ports framework
  - Change X11, POP2 options to use options framework

PR:             210130
Submitted by:	freebsd-ports@charlieroot.de
Reviewed by:	Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
Approved by:	Corey Halpin <chalpin@cs.wisc.edu> (maintainer)
2016-06-21 06:14:41 +00:00
Mathieu Arnold
7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00
Vsevolod Stakhov
08377dc6c5 - Update to 1.8.6 2016-06-20 10:24:36 +00:00
Kurt Jaeger
86915ae712 mail/roundcube-html5_notifier: 0.5.2 -> 0.6.2
- some additional translations
- small fixes, among them issue #29

PR:		210087
Submitted by:	Koichiro IWAO <meta+ports@vmeta.jp> (maintainer)
2016-06-20 06:19:33 +00:00
Ashish SHUKLA
b18226c2c5 - Update to 201606152203p1
- Remove the already upstream-ed diff
2016-06-20 05:46:08 +00:00
Dima Panov
235fefa64c - While Python2 is default, force it as explicit dependency.
Current OpenSMTPD-extras support only Python v2 API, no v3 yet

Approved by:	miwi (mentor, implicit)
2016-06-19 15:51:49 +00:00
Mathieu Arnold
1a8a092d9f Rename all files containing a : in their filename.
While there, run make makepatch on affected ports, and rename patches
accordingly.

Sponsored by:	Absolight
2016-06-17 23:28:04 +00:00
Mathieu Arnold
5b55a8a53e Fix usage of WITH_OPENSSL_BASE, WITH_OPENSSL_PORT and OPENSSL_PORT.
WITH_OPENSSL_* can't be set after bsd.port.pre.mk.
Fold all other usage into using SSL_DEFAULT == foo

PR:		210149
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	The FreeBSD Foundation, Absolight
Differential Revision:	https://reviews.freebsd.org/D6577
2016-06-16 13:23:13 +00:00
Baptiste Daroussin
f81d36ae37 Update to 20160611 2016-06-13 13:50:11 +00:00
Olli Hauer
b4c8d95b80 - update to 3.2-20160612
- fix build with LibreSSL [1]

20160601
        Cleanup: moved parsing of '!' operators from cidr_match.c
        to dict_cidr.c. Files: util/cidr_match.[hc], util/dict_cidr.c,
        util/match_ops.c.

20160604
        Cleanup: made parsing of '!' operators in regexp and pcre
        tables consistent with cidr tables. Files: util/dict_regexp.c,
        util/dict_pcre.c.

20160605
        Cleanup: integer wrap-around detection in the MySQL and
        PostgreSQL clients. This is totally non-critical because
        Postfix strings are size-limited by design. Files:
        global/dict_mysqql.c, global/dict_pgsql.c.

20160607
        Documentation: dnsblog.

20160609
        Documentation: postsuper(1) manpage text for multiple -[dhH]
        options.  File: postsuper/postsuper.c.

20160611
        Cleanup: Postfix SMTP server local IP address and port
        attributes in the policy delegation protocol (attribute
        names: server_address, server_port), in the Milter protocol
        (macro names: {daemon_addr}, {daemon_port}) and in the
        XCLIENT protocol (attribute names: DESTADDR, DESTPORT).
        Files: proto/MILTER_README.html, proto/SMTPD_POLICY_README.html,
        cleanup/cleanup.h, cleanup/cleanup_milter.c, global/mail_proto.h,
        milter/milter.h, smtpd/smtpd.c, smtpd/smtpd.h, smtpd/smtpd_check.c,
        smtpd/smtpd_haproxy.c, smtpd/smtpd_milter.c, smtpd/smtpd_peer.c.

20140612
        Bugfix: missing server address/port conversion. File:
        smtpd/smtpd_peer.c.

Submitted by:	brnrd@ [1]
Obtained from:	http://cvsweb.openbsd.org/cgi-bin/cvsweb/ports/mail/postfix/stable/patches/ [1]
2016-06-12 19:04:57 +00:00
Olli Hauer
989652dc62 - allow build with openssl / libressl from ports
- convert PLIST_SUB into SUB_LIST
- bump PORTREVISION
- small Makefile tweaks

PR:		210028
Submitted by:	adamw@
2016-06-12 17:57:38 +00:00
Muhammad Moinur Rahman
c5387dd15a mail/imapfilter: Update version 2.6.6=>2.6.7 2016-06-11 21:39:43 +00:00
Muhammad Moinur Rahman
667d8047c4 mail/p5-Email-Reply: Update version 1.203=>1.204
- Mark NO_ARCH
2016-06-11 19:11:22 +00:00
Jan Beich
d6db0fa67e mail/mpop: update to 1.2.5
Changes:	https://sourceforge.net/p/mpop/code/ci/6b5d23
MFH:		2016Q2
2016-06-11 17:44:57 +00:00
Muhammad Moinur Rahman
ba705e5a39 mail/pear-MIME_Type: Update version 1.4.0=>1.4.1 2016-06-10 12:41:03 +00:00
Pietro Cerutti
4634ed6ec3 mail/roundcube: fix syntax error in patch, bump PORTREVISION 2016-06-10 10:28:22 +00:00
Torsten Zuehlsdorff
fa23faa40b Change MAINTAINER from ports@toco-domains.de to tz@FreeBSD.org
Approved by:	junovitch (mentor)
2016-06-10 09:08:02 +00:00
Alex Dupre
85d0b5dbbd Allow installation with PHP 7. 2016-06-10 08:56:30 +00:00
Alex Dupre
64319ea36c Update to 1.2.0 release. 2016-06-10 07:09:56 +00:00
Jason Unovitch
65ceb0df45 Apply patch from upstream for cross-site scripting vulnerability
PR:		209841
Reported by:	Vladimir Krstulja <vlad-fbsd@acheronmedia.com>
Approved by:	maintainer timeout (2 weeks)
Security:	CVE-2016-5103
Security:	https://vuxml.FreeBSD.org/freebsd/97e86d10-2ea7-11e6-ae88-002590263bf5.html
MFH:		2016Q2
2016-06-10 01:15:58 +00:00
Adam Weinberger
1266691628 Add some comments to the top describing the available rc.conf flags.
Also, fix a typo.
2016-06-09 16:00:11 +00:00
Mathieu Arnold
8271365a60 It's been a long time since I checked ${PORTSDIR} in _DEPENDS line. It
seems quite a few crept in.

Pointy hat to:	fluffy, mm, romain
Sponsored by:	Absolight
2016-06-09 02:50:02 +00:00
Martin Matuska
2dce95f023 Depend pear-Horde_Mapi on pear-Math_BigInteger
PR:	210123
2016-06-08 21:29:15 +00:00
Dima Panov
1b3f359c45 - Update to 201606062304 development snapshot
- Reset PORTREVISION in slave ports to zero

PR:		210086
Submitted by:	myself
Approved by:	gahr, miwi (mentor, implicit)
2016-06-07 09:32:23 +00:00
Ashish SHUKLA
cec8c4fe51 - Update to 201606062303
- Add fix for issue #702 (in OpenSMTPD) which was resulting in build
  error on FreeBSD 9.x
2016-06-07 09:20:07 +00:00
Roman Bogorodskiy
435cc8e47a mail/msmtp: update to 1.6.5 2016-06-07 04:23:14 +00:00
Christoph Moench-Tegeder
c85028c3dc Update thunderbird to 45.1.1, enigmail to 1.9.3
PR:		210061
Approved by:	jbeich (maintainer)
Approved by:	rene (mentor)
MFH:		2016Q2
2016-06-06 20:16:59 +00:00
Mathieu Arnold
7f304f0633 Remove unneeded usage of:
- MASTER_SITE_SUBDIR
- ${MASTER_SITES_FOO}
- :DEFAULT (and use a default when appropriate)

Sponsored by:	Absolight
2016-06-06 15:25:42 +00:00
Dima Panov
d4233dc6f9 Install missing ready-to-use OpenSMTPD-extras components:
- filter-monkey
- table-ldap
- tools-stats

Also install experimental components (corresponding groups labelled as "experimental"):

- filter bindings to lua, perl and python languages
- queue and scheduler bindings to perl and python languages

Submitted by:	myself
Reviewed by:	gahr, adamw, miwi
Approved by:	gahr, adamw, miwi (mentor, implicit)
Sponsored by:	milk and cookies
Differential Revision:	https://reviews.freebsd.org/D6084
2016-06-06 12:18:16 +00:00
Kurt Jaeger
02c55e6b94 mail/phplist: 3.2.4 -> 3.2.5
Changes: https://www.phplist.org/newslist/phplist-3-2-5-whats-new/

PR:		210060
Submitted by:	Krzysztof <ports@bsdserwis.com> (maintainer)
2016-06-06 05:37:28 +00:00
Baptiste Daroussin
bb9a73a436 Turn on SASL by default 2016-06-05 00:23:09 +00:00
Baptiste Daroussin
b5bf57be1d Add missing descriptions for options 2016-06-04 22:49:20 +00:00
Baptiste Daroussin
958d4bee4f Add neomutt to ports
The NeoMutt Project is hoping to kick-start development on the Mutt project

Integrating many old patches that never found their way to the official mutt
2016-06-04 19:03:12 +00:00
Antoine Brodin
c31defa0fc Deprecate ports broken for more than 6 months 2016-06-03 16:44:58 +00:00
Bartek Rutkowski
e6b0717dfa mail/milter-greylist-devel: update 4.6a1 -> 4.6
- Fix runtime dependencies

PR:		209979
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
MFH:		2016Q2
2016-06-03 15:33:37 +00:00
Martin Matuska
51db789661 Horde package update:
comms/pear-Horde_ActiveSync 2.32.0 -> 2.33.3
mail/pear-Horde_Imap_Client 2.29.6 -> 2.29.7
mail/pear-Horde_Mime 2.9.4 -> 2.9.5
www/horde-ansel 3.0.4 -> 3.0.5
2016-06-01 23:07:51 +00:00
Mathieu Arnold
3c03e67b02 Allow depending on both mysql's client and server
Fix the few users of both the MySQL client and server.

PR:		209762
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6575
2016-06-01 13:14:56 +00:00
Rene Ladan
791fda1403 mail/courier-pythonfilter: remove optional dependency on expired
security/py-clamav and simplify option handling.

PR:		209843
Submitted by:	myself
Approved by:	maintainer (bsd@dino.sk)
2016-05-30 12:15:56 +00:00
Ashish SHUKLA
e0af6de415 - Update to 201605221711[1]
- Add option for table db (aliases)[1]
- Add CPE information[1]

PR:		209770[1] 208991
Submitted by:	fluffy[1]
2016-05-30 00:17:50 +00:00
Olli Hauer
6911ecde13 - update to 3.2-20160527
20160526
       Feature: cidr tables now support if/endif and negation (by
       prepending "!" to a pattern), just like regexp and pcre
       tables. The primarily purpose is to improve readability of
       complex tables. Files: util/cidr_match.[hc], util/dict_cidr.c,
       proto/cidr_table.

       Cleanup: make regexp: and pcre: parser warning messages more
       similar.  Files: dict_regexp.c, dict_pcre.c.
2016-05-29 11:17:32 +00:00
Sunpoet Po-Chuan Hsieh
f56844f7cc - Update to 0.0003
- Add LICENSE_FILE

Changes:	http://search.cpan.org/dist/Dancer2-Plugin-Email/CHANGES
2016-05-28 17:09:44 +00:00
Dima Panov
e1a0c39c75 - Unconditionally define PORTREVISION in subports
to skip unneccessary bump slaves by master port touching
- Pass master's CONFIGURE_ARGS to slaves
- Option to select mail/opensmtpd[-devel] as build/run dependency
    (and corresponding libasr via this)
- Pass pkgconfig dependency only to subports which need it.
- Adjust dependencies in subports

Submitted by:	myself
Reviewed by:	adamw, gahr
Approved by:	adamw, gahr, miwi (mentor, implicit)
Sponsored by:	milk and cookies
Differential Revision:	https://reviews.freebsd.org/D6607
2016-05-27 18:29:53 +00:00
Dima Panov
8ca6393dd4 - Allow custom config file in rc script for both stable/devel ports
- While here, create makemap symlink only with TABLE_DB enabled

Reported by:	myself (for adamw)
Reviewed by:	adamw
Approved by:	miwi (mentor, implicit)
2016-05-27 07:02:55 +00:00
Dmitry Marakasov
ef5f6d7d87 - Update to 1.0.0
- Add LICENSE
- While here, also add LICENSE_FILE and NO_ARCH

PR:		205703
Submitted by:	z7dr6ut7gs@snkmail.com
Approved by:	chalpin@cs.wisc.edu (maintainer)
2016-05-26 18:06:26 +00:00
Bernard Spil
5811c36f89 mail/opensmtpd: Fix SSL and CA problems
- Change with-ssl to with-ssllib
  - Change with-ca-file to with-path-CAfile
  - Remove broken for libasr-devel

PR:		208991
Submitted by:	fluffy
Approved by:	maintainer (implicit)
2016-05-26 12:56:35 +00:00