Commit graph

13078 commits

Author SHA1 Message Date
Wen Heping
8bcc0e393f - Update to 2.102
- Update my mail address to FreeBSD

Feature safe:	yes
2010-02-22 10:51:58 +00:00
Tim Bishop
99530b2230 - Update to 2.2.13
Feature safe:	yes
2010-02-20 17:25:30 +00:00
Wesley Shields
5ca4f5b3e7 - Fix QAT by not touching DATADIR until pre-install target.
- Fix pkg-install to give a warning that the rules need to be installed if they
  don't already exist.

Submitted by:	wxs@
Approved by:	Michael Scheidell <scheidell@secnap.net> (maintainer)
Feature safe:	yes
2010-02-17 22:03:35 +00:00
Peter Pentchev
ed4ac8376b Arrrrrgh. Really copy the vusagec.conf-dist file to vusagec.conf
if the latter does not exist.  The pkg-plist @exec commands are not,
repeat not, executed at *port* install time!

PR:             141251 (for REAL this time, honest!)
Reported by:    Cristiano Deana <cris@gufi.org>
Feature safe:	yes
2010-02-16 15:54:43 +00:00
Alex Dupre
9cf888de46 Update to 1.0.1 release.
Feature safe:	yes
2010-02-16 11:02:35 +00:00
Li-Wen Hsu
f530ad9708 - Fix build for EVOLUTION=on
PR:		ports/143971
Submitted by:	Marcin Wisnicki <mwisnicki+freebsd AT gmail.com> (maintainer)

Feature safe:	yes
2010-02-16 10:43:55 +00:00
Li-Wen Hsu
092535646a - Update to 20100215
- Fix MASTER_SITES
- Change OPTIONS

PR:		ports/143975
Submitted by:	Michael Ranner <michael AT ranner.eu> (maintainer)

Feature safe:	yes
2010-02-16 10:33:31 +00:00
Philip M. Gollucci
093d0751fa - Add new deps required from the last update
Reported by:    skv
Feature safe:   yes
2010-02-15 23:44:52 +00:00
Vsevolod Stakhov
7b6aa76926 Fix fetching of port as distfile was changed.
Add dependency from libmilter.
Bump PORTREVISION.

Reported by:	az
2010-02-15 14:23:32 +00:00
Li-Wen Hsu
3b6a7c7ce7 - Update to 1.4.16.3 (based on [1])
- Pet portlint
- Update WWW

PR:		ports/143947 [1]
Submitted by:	Oleg Gawriloff <barzog AT telecom.by>
2010-02-15 09:33:41 +00:00
Joe Marcus Clarke
84942fe9c5 Update to 2.4.7. 2010-02-14 21:01:50 +00:00
Norikatsu Shigemura
61d14f89a7 Preparing japanese/roundcube import. 2010-02-14 14:01:31 +00:00
Martin Wilke
5d4e8b9ffd - Update to 0.05
PR:		143023
Submitted by:	"Oleg A. Mamontov" <oleg@mamontov.net> (maintainer)
2010-02-13 23:23:07 +00:00
Doug Barton
1d28e3ed5f Update rc.d script.
Approved by:	maintainer timeout
2010-02-13 21:17:42 +00:00
Martin Wilke
d0fe1d882c - Use $SUB_FILES to adjust PREFIX in pkg-message instead of hardcoding /usr/local
- Use bsd.port.options.mk
- Remove unneeded variables DISTNAME,DISTFILES & WRKSRC
- Declare LIB_DEPENDS earlier

PR:		142733
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:	maintainer timeout
2010-02-13 19:53:56 +00:00
Martin Wilke
34b63e9e26 - Correct the categorie 2010-02-13 12:07:03 +00:00
Beat Gaetzi
da2517b14e - Update to 20100211.0 2010-02-12 17:51:51 +00:00
Martin Wilke
1a801c0395 - Update to 1.2.0 Beta5 2010-02-12 17:16:25 +00:00
Martin Wilke
b2227f782c - Update to 0.10.7
PR:		143809
Submitted by:	Xavier Beaudouin <kiwi@oav.net> (maintainer)
2010-02-12 14:20:40 +00:00
Matthias Andree
dd5c15ff3f Update to new upstream release 6.3.14. Changes:
# SECURITY FIXES
* SSL/TLS certificate information is now also reported properly on computers
  that consider the "char" type signed. Fixes malloc() buffer overrun.
  Workaround for older versions: do not use verbose mode.  CVE-2010-0562
  See fetchmail-SA-2010-01.txt for details, including a minimal patch.

# BUG FIXES
* The IMAP client no longer skips messages from several IMAP servers including
  Dovecot if fetchmail's "idle" is in use.  Causes were that fetchmail (a)
  ignored some untagged responses when it should not (b) relied on EXISTS
  messages in response to EXPUNGE, which aren't mandated by RFC-3501 (the IMAP
  standard) and aren't sent by Dovecot either.
    Fix by Sunil Shetye (the fix also consolidates IMAP response handling,
  improving overall robustness of the IMAP client), bug report and testing by
  Matt Doran, with further hints from Timo Sirainen.
* The SMTP client now recovers from errors (such as servers dropping the
  connection after errors) when sending an RSET command.
    Fix by Sunil Shetye. Report by James Moe.
* The IMAP client now uses "SEARCH UNSEEN" rather than "SEARCH UNSEEN NOT
  DELETED" again on IMAP2, to fix a regression in fetchmail 6.2.5 reported by
  Will Stringer in June 2004. (Sunil Shetye)
* The IMAP client now uses "SEARCH UNSEEN UNDELETED" on IMAP4 and IMAP4r1
  servers (Sunil Shetye).
* Workaround: The IMAP client now falls back to "FETCH n:m FLAGS" if the server
  does not support "SEARCH". (Sunil Shetye)
* The IMAP client now requests message numbers in batches of 1,000 to avoid
  problems if there are more than 1860 unseen messages. (Sunil Shetye)
    Note that this wasn't security relevant because fetchmail would only read up
  to the maximum buffer size and leave the remainder of the string unread, going
  out of synch afterwards.
* Stricter validation of IMAP responses containing byte or message counts.

# CHANGES
* Only include gssapi.h if we're not including gssapi/gssapi.h, to fix a FreeBSD
  compiler warning about gssapi.h being obsolete.

# DOCUMENTATION
* The README.SSL document was revised for grammar, spelling, and clarity.
  Courtesy of Robert Mullin.

# TRANSLATION UPDATES
* [it]    Italian, by Vincenzo Campanella
----------

Approved by:	Corey Halpin (port maintainer)
Approved by:	miwi@ (mentor)
2010-02-12 09:54:07 +00:00
Philip M. Gollucci
d698d82c25 qwebirc is a fast, easy to use, free and open source IRC client
designed by and originally just for the QuakeNet IRC network.
It incorporates SSL and notifications via favicon/titlebar flashing.

WWW:	http://qwebirc.org

PR:		ports/142919
Submitted by:	Terry (tabmow at freenode.net)
2010-02-12 03:07:51 +00:00
Philip M. Gollucci
9cf69f0222 - fix package's logic for installing python API
PR:             ports/143164
Submitted by:   Mij <mij@bitchx.it>
2010-02-11 20:25:44 +00:00
Philip M. Gollucci
863628576a - Update to 0.100110
PR:             ports/143768
Submitted by:   myself (pgollucci@)
Approved by:    bill.brinzer@gmail.com (maintainer)
2010-02-11 17:03:01 +00:00
Gabor Kovesdan
cd71602040 - Some dependency adjustments
- Fix syntax error, which was kept undetected so far because of the
  optional case [1]

PR:		ports/143729
Submitted by:	Michael Scheidell <scheidell@secnap.net>
Reported by:	koitsu [1]
2010-02-11 16:41:35 +00:00
Emanuel Haupt
818ca05727 Add milter-callback, a sendmail milter to perform a envelope-from sender
verification on target MX.
2010-02-11 14:15:33 +00:00
Gabor Kovesdan
2b9433e46f - Fix plist
- Bump PORTREVISION

Notified by:	QAT (via itetcu)
Pointyhat to:	gabor
2010-02-10 13:37:11 +00:00
Gabor Kovesdan
6394e16444 - Move p5-NetAddr-IP to BUILD_DEPENDS otherwise the configure step fails
Notified by:	QAT (via itetcu)
2010-02-10 13:10:27 +00:00
Gabor Kovesdan
204a8fcd37 - Update to 3.3.0
- Reenable DCC (see DCC license for commercial use)

PR:		ports/143654
Submitted by:	Michael Scheidell <scheidell@secnap.net> (maintainer)
2010-02-10 09:06:08 +00:00
Philip M. Gollucci
d822b0671b spamass-milter generates "Received" header emulating MTA before passing e-mail to the spamassassin. i
However, generated header is wrong and can cause problems when parsing such message.

http://savannah.nongnu.org/bugs/index.php?17178
http://cvs.savannah.gnu.org/viewvc/spamass-milt/spamass-milter.cpp?root=spamass-milt&r1=1.90&r2=1.91

PR:             ports/1435600
Submitted by:   Marko Njezic <mrmax063@maxempire.com>
2010-02-10 03:03:23 +00:00
TAKATSU Tomonari
bdaca27c6e - Use $SUB_FILES to dynamically adjust pkg-message [1]
- Fix mysql commands in pkg-message.in, partially based on [1]
- Change MAINTAINER address from tota@rtfm.jp to tota@FreeBSD.org

PR:		ports/142732 [1]
Submitted by:	Sevan Janiyan <venture37_AT_geeklan.co.uk> [1]
Approved by:	maho (mentor)
2010-02-09 14:58:53 +00:00
Peter Pentchev
0e05139256 Another attempt at fixing the vpopmail-5.4.30 local delivery problem:
fix the upstream Makefile's logic and actually install vusage.conf, while
disabling the vusagec/vusaged check since we don't even install vusaged
on FreeBSD.

Pointed out by:	garga
PR:		141251 (hopefully for real this time!)
2010-02-09 13:19:40 +00:00
Martin Wilke
df249d9fba - Update to 3.7.5
Changelog:
	Bug fixes:
	o bug 2059 'gpgme >=1.1.8 not compatible with S/MIME
	  encryption'
	o bug 2076 'having worked 2 times properly CLAWS ceased to
	  decrypt incoming PGP mails -displays base64
	  instead - sucks completely'
	o bug 2098, 'claws-mails crashes frequently with pgpcore'
	o Address Book: fix button sensitivity in compose mode.

Bump all cm-plugins

Approved by:	maintainers implicit
2010-02-08 09:16:04 +00:00
Doug Barton
3d7144ca24 Allow alpine to link against OpenSSL from the ports instead of the base.
PR:		ports/143525
Submitted by:	Dan Lukes <dan@obluda.cz>
2010-02-08 07:04:53 +00:00
Jun Kuriyama
f68f82ed8c - Upgrade to 2.06. 2010-02-07 13:28:25 +00:00
Koop Mast
4ab1590020 Fix plist.
Submitted by:	Stephen Montgomery-Smith <stephen@missouri.edu>
2010-02-07 11:06:25 +00:00
Jun Kuriyama
532f86b38a - Revert post-build: target because there are patch-*::Makefile.PL
files for same purpose (but supported only old ExtUtils::MakaMaker,
  I updated them to work with 5.10.1 in previous commit).

Discussed with:	skv
2010-02-07 10:56:33 +00:00
Li-Wen Hsu
bd472979ca - Update to 9.0.0
PR:		ports/140937
Submitted by:	wen
2010-02-07 09:34:28 +00:00
Edwin Groothuis
e31bdc75c6 Update to verison 1.1.b1
Submitted by: 	netherby on #bugs
2010-02-06 07:49:05 +00:00
Jun Kuriyama
31554d138a - Unbreak with perl5.10.
Approved by:	ume
2010-02-06 04:49:52 +00:00
Koop Mast
a8e80e1047 Bump portrevision, after libmapi update, just to be sure. 2010-02-05 20:55:20 +00:00
Koop Mast
1910f1552c Update to 0.9.
This unbreak the build with the new samba4-devel snapshot.
2010-02-05 20:54:01 +00:00
Pav Lucistnik
21b385c33e - Mark BROKEN: conflicting dependencies
Reported by:	pointyhat
2010-02-05 20:08:17 +00:00
Pav Lucistnik
c6dd8e4d5f - Chase talloc update
Reported by:	pointyhat
Missed by:	timur
2010-02-05 19:44:33 +00:00
Sergey Skvortsov
46b21ca446 Do not update "perllocal.pod" (to make Tinderbox happy).
Approved by:	pav (implicit)
2010-02-05 17:42:25 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Philip M. Gollucci
b52bf163be - donate some more of my p5- ports to perl@
[included is my 1st port ever databases/p5-DBIx-Tree Date created: January 29th 2003]
2010-02-04 15:39:23 +00:00
Philippe Audeoud
a5c233ff73 - Update 3.23
- Changelog: http://cpansearch.perl.org/src/PLOBBES/Mail-IMAPClient-3.23/Changes
2010-02-04 09:08:14 +00:00
Thomas Abthorpe
69f4cf050d The Postfixadmin SquirrelMail plugin let users change their virtual alias,
vacation status/message and password if you are using the great postfixadmin
tool from http://high5.net/postfixadmin.  This plugin uses the XmlRpc
feature of Postfix Admin v2.3 and later.

WWW: http://squirrelmail-postfixadmin.palepurple.co.uk/

PR:		ports/143453
Submitted by:	Darren Pilgrim <ports.maintainer at evilphi.com>
2010-02-04 02:49:17 +00:00
Philip M. Gollucci
60c651ffd6 - Submitter is now maintainer
- Fix fetch

PR:             ports/143357
Submitted by:   Glen Barber <glen.j.barber@gmail.com> (maintainer)
2010-02-04 02:47:26 +00:00
Martin Wilke
c088858296 - Drop some empty files
PR:		142990
Submitted by:	Ulrich Spoerlein <uqs@spoerlein.net>
2010-02-02 23:44:38 +00:00