Commit Graph

3913 Commits

Author SHA1 Message Date
sthen
74d5329bf1 update to 3.3.1; thanks pea@ for testing and comments 2010-03-24 23:56:04 +00:00
sthen
2fc67f3b3e when adding the managesieve patches, use patch -z.managesieve.orig
so update-patches doesn't pick them all up. ok Brad. no bump needed.
2010-03-23 21:55:38 +00:00
pea
52b8bfb563 MAJOR update to Dovecot 1.2.11
The old cmusieve is removed in favor of the new sieve implementation.
Be very careful when upgrading.
Small howto here: http://openbsd.raveland.org/ports/dovecot/UPGRADE_HOWTO

With tweaks from brad (maintainer) and sthen@: thanks
Lot of tests from Robert (robert at openbsd.pap.st), thanks !


ok brad (maintainer), sthen@
2010-03-23 21:32:07 +00:00
espie
8a94046ebf ports that work are better... 2010-03-23 18:16:01 +00:00
pea
2e92099115 Update to 1.310
ok jasper@
2010-03-23 15:49:38 +00:00
sthen
ad851313d0 switch to correct autoconf 2010-03-22 21:20:49 +00:00
sthen
58e23c894e Adjust for new tdb.h location; ok nicm@ 2010-03-22 09:38:53 +00:00
sthen
3927255cfd security update to 6.3.14, heap overflow in verbose mode SSL cert display
on signed char arch. http://www.fetchmail.info/fetchmail-SA-2010-01.txt

"This might be exploitable to inject code if
- - fetchmail is run in verbose mode
AND
- - the host running fetchmail considers char signed
AND
- - the server uses malicious certificates with non-printing characters
  that have the high bit set
AND
- - these certificates manage to inject shell-code that consists purely of
  printable characters.

It is believed to be difficult to achieve all this."
2010-03-22 01:28:40 +00:00
ajacoutot
b974fb86f0 Major update to zarafa-webaccess-6.30.12. 2010-03-21 11:15:56 +00:00
ajacoutot
01634473b9 Major update to zarafa-6.30.12.
Lots and lots of bugfixes...
2010-03-21 11:15:20 +00:00
ajacoutot
c09aacc275 Don't overwrite DIST_SUBDIR unconditionally. 2010-03-21 11:12:45 +00:00
ajacoutot
ca41b8ebdb Patches are modified in the upstream tarball without notice nor
version bump, so we use DIST_SUBDIR to force a new download instead of
failing because of checksum mismatch.
2010-03-21 11:09:51 +00:00
ajacoutot
e8f5ca2ace Don't use built-in timezones, but the system ones. 2010-03-21 11:08:53 +00:00
ajacoutot
c681d12380 Update to evolution-exchange-2.28.3. 2010-03-21 10:43:28 +00:00
ajacoutot
a2680293b0 Update to evolution-2.28.3.1. 2010-03-21 10:42:53 +00:00
ajacoutot
767d13447b s/LOCALBASE/PREFIX/ 2010-03-21 10:35:03 +00:00
ajacoutot
e9b07c42b1 Update to gmime-2.2.25.
ok jasper@
2010-03-21 09:58:44 +00:00
sthen
e011565081 update to 1.5.1 2010-03-21 00:03:06 +00:00
sthen
4d7bc7c986 update to 1.5.3 2010-03-21 00:02:22 +00:00
sthen
c0934407e5 RUN_DEPENDS on a specific minimum version of mail/tnef rather than
just allowing any version; from Brad
2010-03-21 00:00:09 +00:00
sthen
b05a4ab4bf fix the path to /usr/sbin/sendmail. ok Brad (maintainer), pea@, jasper@
(ports is still not fully open)
2010-02-28 17:58:53 +00:00
espie
8daf35d72d fix PKGNAMES and PKGPATH.
sorry, but the bogofilter and spamassassin subpackages cannot have changing
RUN_DEPENDS like that (and there's a debug flavor that affects them anyways)

The port may need further cleanup for optimization, but play it safe for now.
2010-02-26 19:04:04 +00:00
espie
da6a6cc9aa fix FULLPKGPATH 2010-02-26 18:52:57 +00:00
sthen
8bef221d39 Update to 1.4.7, fixing a problem with UTF conversion. From Brad,
ok ajacoutot@ kevlo@

(reminder, ports is not fully open, do not commit without specific permission)
2010-02-25 14:42:52 +00:00
sthen
188736352e Update to 4.80.1-1, fixes more Perl 5.10.1 taint mode problems
and problems with certain virus scanners.

ok Brad (maintainer), jasper@.

ports is not fully open, do not commit without specific permission.
2010-02-24 15:28:14 +00:00
giovanni
01af372e44 Fix run-dependencies
ok jasper@

(reminder, ports is not fully open.)
2010-02-24 13:51:24 +00:00
sthen
521a7f32bf @sample the roundcubemail/.htaccess file, it contains user-serviceable parts.
Requested by/ok ajacoutot@

(reminder, ports is not fully open.)
2010-02-24 13:40:37 +00:00
naddy
9d77290bb6 make sure flavor-invariant packages really don't pick up any flavor 2010-02-14 20:01:00 +00:00
jasper
1f48707c4f SECURITY: fix for SA38459 (possible buffer overflows)
ok ajacoutot@
2010-02-04 09:54:23 +00:00
ajacoutot
071439547a SECURITY: fix for SA38459 (possible buffer overflows)
Update to gmime-2.4.15

ok jasper@
2010-02-04 09:48:44 +00:00
sthen
8be0f2fc6a Fix RUN_DEPENDS-eximon and FULLPKGPATH-eximon too, they were
varying according to the flavour. ok espie@
2010-02-02 20:23:30 +00:00
espie
b5f8f3a20c setting fullpkgname implies it's the same package, not depending on
flavors. This is actually the case, but the eximon LIB_DEPENDS are
wrong (they pick up sqlite... as main should have them).

Fix the LIB_DEPENDS, bump the eximon packagename, and that's it.
2010-02-02 19:48:15 +00:00
espie
100f0c7870 SUBDIR += is wrong: it means the makefile will pick up SUBDIR from env, thus
breaking cd /usr/ports && SUBDIR=some/path make something for
category makefiles. While there, also put spaces around += uniformously.
okay naddy@, jasper@
2010-02-01 17:00:12 +00:00
jasper
4fe6846531 Security fix for CVE-2010-0301, "maildrop Privilege Escalation
Security Issue". patch from upstream cvs.

ok ajacoutot@
2010-01-29 12:03:09 +00:00
kili
35a5621f22 Fix PKGNAME. 2010-01-26 20:59:23 +00:00
sthen
0cd0d135bf update to 4.79.8-1, fixes another problem with perl 5.10.1 taint mode.
ok Brad, jasper
2010-01-20 08:47:12 +00:00
sthen
64e43fb40f Update to 4.79.6-1; more perl taint mode cleanup, bug in clamav output
parser fixed (just clamav, not clamd/clamavmodule).

ok jasper@, Brad (maintainer).
2010-01-15 20:37:51 +00:00
jasper
800fefd61d - bump exim-eximon pkgname after recent ldap pkgspec change.
ok ajacoutot@
2010-01-15 07:59:45 +00:00
okan
6701478369 remove the group check completely, mirroring what was done for
MAILMAN_USER - allows for a build and package without having
_mailman:_mailman user and group

ok stephan@
2010-01-12 19:06:06 +00:00
ajacoutot
07e6406837 Minor update to gmime-2.4.12. 2010-01-12 16:49:10 +00:00
ajacoutot
1ef71e39bb Minor update to version 6.30.8.
Fix a bug with email attachments.
2010-01-12 15:59:34 +00:00
sthen
7502a30b15 Update MailScanner to 4.79.5-1, another perl taint mode fix needed
with perl 5.10. From Brad.
2010-01-12 00:22:01 +00:00
ajacoutot
b7d76222ee Upgrade to sylpheed-2.7.1.
from Nick Nauwelaerts with some tweaks.
2010-01-10 10:21:05 +00:00
ajacoutot
170105a551 Bugfix update to zarafa-webaccess-6.30.7.
Changelog:
    http://download.zarafa.com/zarafa/release/docs/changelog.en.txt
2010-01-09 14:03:39 +00:00
ajacoutot
e55e468f35 Bugfix update to zarafa-6.30.7.
Changelog:
    http://download.zarafa.com/zarafa/release/docs/changelog.en.txt
2010-01-09 14:03:25 +00:00
sthen
cb52906187 Remove patch-program_include_session_inc which was previously needed
to allow attachments to be downloaded by https, but doesn't seem necessary
now and has caused caching problems for IE users (including displaying a
logged-out user's inbox).  Reported by Ibrahim Khalifa, discussed with
ajacoutot.
2010-01-09 12:05:20 +00:00
sthen
e94c66a939 LIB_DEPENDS for the -ldap flavour has a bad package spec which is
now rejected by pkg_create; fix and bump PKGNAME-main.
2010-01-09 11:47:32 +00:00
stephan
44072100b2 - remove p5-Email-Simple-Creator from RUN_DEPENDS
- require latest version of p5-Email-Simple instead
- add missing REGRESS_DEPENDS

ok landry@ and sthen@
2010-01-08 11:40:43 +00:00
stephan
3ba7df23f3 mail/p5-Email-Simple-Creator obsoleted by mail/p5-Email-Simple. 2010-01-08 10:58:08 +00:00
stephan
1301003e6c disable p5-Email-Simple-Creator (now part of p5-Email-Simple and hence will be removed soonish). 2010-01-08 10:48:00 +00:00
stephan
7279b434b1 - update to 2.100
- add @conflict/@pkgpath to obsolete p5-Email-Simple-Creator
- add new RUN_DEPENDS
- style tweaks

ok sthen@ and jasper@
2010-01-08 10:38:30 +00:00
sturm
4002823c1b update to getmail 4.16.0 2010-01-07 07:34:44 +00:00
jasper
9aa784ab71 - sort 2010-01-04 10:56:34 +00:00
sthen
056e4d6cc4 Adjust FH_DATE_PAST_20XX rule so it doesn't trigger on all dates from 2010.
From upstream repository.
2010-01-01 22:41:15 +00:00
ajacoutot
5e8a427e19 Add a PATCH_NUMBER var so that -main and -plugins are always in sync now.
ok jasper@
2009-12-28 09:31:08 +00:00
jasper
73b699814b - when -main is bumped, bump -plugins too. 2009-12-28 09:23:10 +00:00
ajacoutot
84760508f4 Bugfix update to cyrus-imapd-2.3.16. 2009-12-27 17:49:51 +00:00
steven
218954050b loosen dependency on thunderbird/seamonkey (>= instead of exact pkg version)
ajacoutot@ agrees

problem noticed by Mikolaj Kucharski
2009-12-27 15:51:47 +00:00
giovanni
b15218196f Don't pull libfam during configure, spotted by Joachim Shipper,
help and ok sthen@
2009-12-22 11:21:33 +00:00
ajacoutot
398b784847 Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-21 22:15:32 +00:00
espie
6490a950e6 fix documentation 2009-12-19 08:55:10 +00:00
william
13953ba571 SECURITY FIX
Resolves CVE-2009-4111

ok jasper@
2009-12-18 02:00:42 +00:00
ajacoutot
03d748c4b3 Second part of zarafa update: zarafa-webaccess-6.30.6 2009-12-16 18:41:25 +00:00
ajacoutot
97e3628241 Upgrade to zarafa-6.30.6.
Lots of bug fixes, changelog available at:
    http://download.zarafa.com/zarafa/release/docs/changelog.en.txt
2009-12-16 18:39:11 +00:00
sturm
95a6cfd757 update to getmail 4.15.0 2009-12-16 06:32:56 +00:00
sthen
1b7cf23ab3 FLAVOR changes for Exim, reminded by naddy. 2009-12-15 12:53:25 +00:00
sthen
1ab6ddff29 - update to 4.71
- tweak MESSAGE/DESCR
- drop no_x11 flavour in favour of an -eximon subpackage and a
pseudo-flavour to disable it
- use iconv by default rather than as a flavour
- drop no_exiscan flavour

from bernd@, Bjorn Ketelaars and myself; ok fkr@ bernd@
2009-12-15 11:32:18 +00:00
ajacoutot
aafb34a57b Update to evolution-exchange-2.28.2. 2009-12-14 18:47:35 +00:00
ajacoutot
64cb3cc179 Update to evolution-2.28.2.
*Lots* of bug fixes, sea changelog for details.
2009-12-14 16:19:12 +00:00
ajacoutot
592831b802 Add HOMEPAGE. 2009-12-14 14:36:15 +00:00
ajacoutot
4c0460aa2d s/LOCALBASE/TRUEPREFIX
ok okan@ (maintainer)
2009-12-12 15:38:07 +00:00
jakob
60a0080de4 update to postfix snapshot 20091209 2009-12-12 08:35:58 +00:00
jasper
5be1c9deea SECURITY UPDATE to 1.2.0b2
SA37410: PEAR Mail Sendmail "Mail::Send()" Argument Injection Vulnerability
2009-12-07 11:07:02 +00:00
giovanni
77ff532a07 Update to 0.37
ok william@ (maintainer)
2009-12-07 08:50:55 +00:00
ajacoutot
814901e016 regen patches. no package change. 2009-12-02 22:14:38 +00:00
sturm
c18ea5a01a update to getmail 4.14.0 2009-12-01 07:11:36 +00:00
sthen
88ca46acab Update to 4.79.4-1 from Brad; fixes another Perl taint-mode check
which causes problems with Perl 5.10.1.
2009-11-29 23:07:45 +00:00
naddy
7543d52683 sync translations: add Afrikaans, Hebrew, Macedonian, Punjabi, Ukrainian 2009-11-29 18:52:24 +00:00
sthen
63fc1bddd3 Update to 4.79.3-1, from Brad (maintainer).
Fixes problems with Perl taint mode since the Perl 5.10.1 upgrade.
2009-11-27 23:19:06 +00:00
jasper
e4750f009c - add patches from "MARTIN" to pass sasl auth status to the spam backend
this will be integrated into the next upstream release.
2009-11-26 14:02:58 +00:00
ajacoutot
63d733ded2 Update to tnef-1.4.6.
ok kevlo@ (maintainer)
2009-11-22 10:35:44 +00:00
ajacoutot
c8dc539a6a Tweak startup sequence. 2009-11-21 12:09:29 +00:00
jasper
91905784e5 - add pear-Mail-mimeDecode
pear-Mime-Type
2009-11-18 19:10:05 +00:00
jasper
f45d46d2e4 import pear-MIME-Type 1.2.0 2009-11-18 19:07:45 +00:00
jasper
bdc4527730 import pear-Mail-mimeDecode 1.5.0 2009-11-18 19:07:09 +00:00
jasper
285c7e8ec7 - update pear-Mail-Mime to 1.5.2 2009-11-18 18:06:53 +00:00
ajacoutot
9db4c72fab Fix regression after evolution 2.28 update where feeds would not get
updated.
Patch from upstream via Debian bugreport #551972
2009-11-18 14:42:24 +00:00
ajacoutot
2d3e44e8b6 Upgrade to zarafa-webaccess-6.30.5. 2009-11-18 13:56:31 +00:00
ajacoutot
1bf1de3996 Bugfix update to zarafa-6.30.5. 2009-11-18 13:55:39 +00:00
ajacoutot
679ad48765 Upgrade to zarafa-libical-0.44. 2009-11-18 13:54:51 +00:00
ajacoutot
224f5fbb96 Actually, only firefox35 bundles its own nss for some reason, so revert
previous.
No pkg change, no bump.
2009-11-18 08:59:00 +00:00
landry
5987c3a4f6 Update comment : productivity/sunbird SHARED_LIBS also needs to be bumped
if SHARED_LIBS changes here.
2009-11-18 08:43:39 +00:00
ajacoutot
b4d7c97db0 Tweak comment, no pkg change. 2009-11-17 23:31:13 +00:00
ajacoutot
e21c977340 Remove MODGCONF2_LIBDEP, it is on by default. 2009-11-17 23:23:07 +00:00
ajacoutot
3b4ae33f39 Bump SHARED_LIBS and LIB_DEPENDS after mozilla-thunderbird+seamonkey
commits.

prodded by sthen@
2009-11-17 23:08:35 +00:00
ajacoutot
b0bbc8ee65 Thunderbird bundles its own libnss3, so use same workaround as for
security/nss:
SHA1_Update conflicts with openssl which may be dynamically loaded
at runtime via libcups or libgssapi so causing a crash due to using
the wrong binding.  So rename here to avoid conflict.

ok jasper@ sthen@
2009-11-17 23:08:12 +00:00
jasper
fd225e6da9 SECURITY UPDATE of msmtp to 1.4.19
SSL Certificate NULL Character Processing Vulnerability
http://secunia.com/advisories/37321/

ok pirofti@ (MAINTAINER)
2009-11-16 10:47:07 +00:00
giovanni
c7cd70a651 Link sqlgrey to the build 2009-11-16 10:47:04 +00:00
giovanni
62dc7a520a Import SQLgrey, a Postfix greylisting policy daemon
Some help from kili@

SQLgrey is a Postfix greylisting policy service with 
auto-white-listing with SQL database as storage backend.
It has many features including ipv6 support, activity
reports, fine log controls.

SQLgrey uses the Sqlite database by default, but it can also use
MySQL or Postgresql.
2009-11-16 10:43:55 +00:00
giovanni
3bb32e925d Remove archivers/{freeze,unarj,unrar} from run-dependencies and use p7zip instead.
Users should tweak their config files before removing the old dependencies.

ok sthen@, msf@, aja@
2009-11-16 10:37:31 +00:00
ajacoutot
bde1f6c798 +evolution-exchange 2009-11-14 16:35:16 +00:00
ajacoutot
ca7710062c Import evolution-exchange-2.28.1
This is the Ximian/Novel Connector for Microsoft Exchange, which adds
support for Microsoft Exchange 2000, 2003 and 2007 to Evolution.
2009-11-14 16:34:31 +00:00
ajacoutot
875dcf863c Fix and enable exchange operations plugin, needed by upcoming
evolution-exchange.
Rework a bit the nasty hack from previous commit.
2009-11-14 16:33:16 +00:00
jakob
d004b5df78 upgrade to postfix snapshot 20091110; from brad 2009-11-14 07:05:44 +00:00
landry
3720448087 +p5-MIME-{Charset,EncWords,Lite-HTML} 2009-11-12 20:30:33 +00:00
landry
f5be252b6c Import p5-MIME-Lite-HTML-1.23 :
This module is a Perl mail client interface for sending message that
support HTML format and build them for you. It transform a HTML page
in MIME::Lite mail.
2009-11-12 20:28:32 +00:00
landry
ae8979d2d4 Import p5-MIME-EncWords-1.011.1 :
MIME::EncWords is aimed to be another implimentation of MIME::Words so
that it will achive more exact conformance with RFC 2047 (former RFC
1522) specifications. Additionally, it contains some improvements.
2009-11-12 20:25:18 +00:00
landry
b2c0b97afa Import p5-MIME-Charset-1.008 :
MIME::Charset provides informations about character sets used for MIME
messages on Internet.
2009-11-12 20:23:02 +00:00
ajacoutot
6289fa5782 Put mail attachments in the filesystem rather than the DB by default for
new setups.

People wanting to migrate from DB to fs can use the
db-convert-attachments-to-files script in the doc directory and use the
'--ignore-attachment-storage-conflict' argument to zarafa-server.
2009-11-12 16:44:59 +00:00
ajacoutot
352b5d9685 Stricter permissions on db and log directories. 2009-11-12 13:20:44 +00:00
ajacoutot
c627b3eab5 There is a circular linking dependency with some evolution plugins.
Upstream is aware of it and should fix everything for evolution 2.30.

In the meantime, add a (nasty) hack so that we don't end up with
undefined symbols.
Reorder Makefile while here and tweak dependencies.

ok jasper@
2009-11-11 14:23:05 +00:00
sthen
559a1450b8 Update to 1.1.20, from Brad. 2009-11-10 23:20:22 +00:00
giovanni
c816b0ee0c Update to 1.5002 and add a missing regress dependency. 2009-11-10 16:56:47 +00:00
bernd
f882b65570 Update to offlineimap-6.2.0. 2009-11-09 17:12:17 +00:00
ajacoutot
9abe718e9e mail/imap-uw,-c-client,plaintext is no more. 2009-11-08 08:22:53 +00:00
ajacoutot
8faf008b56 Bugfix update to gmime-2.4.11. 2009-11-07 16:54:48 +00:00
ajacoutot
8cf328daaa mail/imap-uw,plaintext does not exist anymore. 2009-11-07 12:54:01 +00:00
ajacoutot
bc454a64c2 Remove the plaintext FLAVOR and add a SYSCONFDIR/c-client.cf which can
be edited to bring plaintext support back.

"looks fine" to sthen@ who also corrected my Old English ;-)
2009-11-07 12:53:17 +00:00
ajacoutot
87f7e6a73f Fix dependencies. 2009-11-07 08:32:16 +00:00
ajacoutot
74a6d07c60 <space> -> <tab> 2009-11-07 08:08:40 +00:00
sthen
8b569197c5 add two patches from upstream repo;
- maildir: Having a lot of keywords assert-crashed with "stack frame changed".
- master: When creating login processes, don't close any fds after dup2()s.

from Brad (maintainer).
2009-11-06 17:08:50 +00:00
stephan
4f333edcbd - update to 3.027
- add BUILD_DEPENDS
- minor cleanups

ok jasper@ and ok sthen@
2009-11-06 15:46:05 +00:00
jasper
383bcb84a5 - move another common variable into pear.port.mk (the 'pear' category). 2009-11-06 09:01:07 +00:00
jasper
65dbb2a870 - if the same two lines are copy/pasted into every single port using the pear
module, maybe it's time to copy/paste it into pear.port.mk.
thus, move MASTER_SITES and EXTRACT_SUFX to a common place

ok sthen@ robert@
2009-11-06 08:32:36 +00:00
stephan
5bd83decff change maintainer email address.
fixing some whitespaces into tabs while at it.

ok sthen@ and jasper@
2009-11-03 13:27:43 +00:00
sthen
706b5d1ee3 update to 6.3.13, fixing a regression introduced in 6.3.12. ok jasper@ 2009-11-02 19:47:49 +00:00
sthen
ad8c0d4ec9 update to 0.3.1 2009-11-02 17:20:10 +00:00
sthen
7128ba3cdb +clamnailer 2009-11-02 17:00:21 +00:00
sthen
7223b21199 import mail/clamnailer:
Spear phishing is a technique used by spammers and scammers to try
to get your email username and password. They send you an email,
often claiming to be from your email provider or employer, in which
they say that your account will be deleted unless you supply them
with your username and password "for authentication" or some other
similar ruse. They say you must reply to the message giving them
this information, or send a message to a particular address giving
them this information.

ClamNailer takes 2 lists of addresses commonly used in these
attacks, and generates a ClamAV signature database to detect them.
2009-11-02 17:00:02 +00:00
sthen
78185a5ceb Add some patches from upstream. From Brad. 2009-10-30 11:43:48 +00:00
giovanni
6866e2676d Update to 2.2.0
ok landry@
2009-10-28 14:21:38 +00:00
giovanni
ac448ac1e6 Update to 4.6.0 and take maintainership
ok landry@
2009-10-28 14:20:19 +00:00
giovanni
819180c82e Update to 0.62.4 and take maintainership.
ok landry@
2009-10-28 14:18:04 +00:00
jasper
522664fdc8 - update p5-MIME-Types to 1.28
from Stephan A. Rickauer
2009-10-26 19:04:21 +00:00
landry
cfac5470fa Bump so they get to work with newer claws-mail.
Pointed out by robert at openbsd dot pap dot st, thanks!
2009-10-24 01:18:01 +00:00
landry
38d1672e54 Updates to claws-mail plugins after claws-mail update. 2009-10-23 17:13:41 +00:00
landry
6aa0045cd3 Update to claws-mail 3.7.3, diff from Pawlowski Marcin Piotr, thanks!
Some tweaks by me to fix WANTLIB/LIB_DEPENDS maze and clean PLIST.
Looks good to maintainer.
2009-10-23 17:12:36 +00:00
sthen
e62096b897 - unbreak with perl 5.10.1 (don't rely on an internal MakeMaker api
which changed).

- take MAINTAINER.

looks ok to jasper.
2009-10-23 10:26:17 +00:00
ajacoutot
1aa0ce571c Update to zarafa-webaccess-6.30.4. 2009-10-21 10:00:11 +00:00
ajacoutot
4b5489ce86 Bugfix update to zarafa-6.30.4. 2009-10-21 09:59:54 +00:00
ajacoutot
38a5547699 Update to zarafa-webaccess-6.30.3. 2009-10-20 22:34:54 +00:00
ajacoutot
6c7314eba3 Update to zarafa-6.30.3.
ChangeLog available here:
http://download.zarafa.com/zarafa/release/docs/changelog.en.txt

(6.30.4 is out, but one thing at a time since this is a big enough update)
2009-10-20 22:34:26 +00:00
ajacoutot
9a8293d99a Upstream regened patches tarball for upcoming zarafa update. 2009-10-20 22:32:26 +00:00
jasper
0844e20099 - update evolution to 2.28.1 2009-10-19 20:31:23 +00:00
sthen
981de6844b install upgrade_MailScanner_conf, from Brad (maintainer). 2009-10-17 16:25:49 +00:00
sturm
cc455adacc update to getmail 4.13.0
reminded by jasper@
2009-10-16 08:53:34 +00:00
sthen
46be77c869 +snapshot,compressed,sidebar,sasl,slang
I'd like to get an slang flavour built by default and todd uses
this set of options.
2009-10-14 15:45:47 +00:00
sthen
3e10b7f587 updat to 0.092840 from new maintainer Stephan Rickauer 2009-10-14 10:48:07 +00:00
jasper
ce4ec750cf - regen PLIST after recent evolution update
- regen WANTLIB while here
2009-10-13 22:08:09 +00:00
jasper
c0ae2b5523 - update evolution-plugin-webcal to 2.28.0 2009-10-13 22:07:46 +00:00
jasper
7367bbd450 - update evolution to 2.28.0
* among the many, many changes are the pst-importer plugin

if there is any fallout, it'll be fixed soon
2009-10-13 22:07:04 +00:00
sthen
88ebbf7724 - update to an svn snapshot of roundcube, it has numerous fixes over the
last stable release.

- add an explicit note about AllowOverride, you get some strange problems
if this is set incorrectly which robert@ ran into.

ok ajacoutot@
2009-10-13 17:00:59 +00:00
giovanni
f9ae5977e6 Update to 2.6.4 and enable p7zip compression
This version provides a true SNMP agent and a MIB, facilitating monitoring the health
of a content filtering system, its performance and mail characteristics.
Full changelog available at http://www.ijs.si/software/amavisd/release-notes.txt
2009-10-13 13:29:18 +00:00
pirofti
1ce2738699 Update ruby-actionmailer to 2.3.4. 2009-10-12 14:30:09 +00:00
sthen
4ab60c1904 SECURITY update to 6.3.12, fixes CVE-2009-2666 (bad handling of nulls
in SSL domain names).  ok jasper@
2009-10-11 20:52:17 +00:00
jasper
cdda1fcecb - remove unused file 2009-10-11 20:16:32 +00:00
ajacoutot
da3853782a Minor update to gmime-2.4.10 2009-10-10 22:40:57 +00:00
landry
da13b8dfbc Update to extsmail 1.2, from maintainer and upstream developer Laurence
Tratt, thanks!
2009-10-09 15:57:37 +00:00
sturm
4a57ac0ce3 update to getmail 4.12.0 2009-10-08 16:43:16 +00:00
ajacoutot
abb25d171d typo.
from Stephan A. Rickauer, thanks!
2009-10-08 13:18:10 +00:00
sthen
739c6ade48 update to 4.78.17-1, from Brad (maintainer). 2009-10-07 20:59:29 +00:00
ajacoutot
9ac53a965c Some tweak to the README. 2009-10-07 17:05:08 +00:00
benoit
84ec5f1abe - update pyzor to 0.5.0
- change maintainer
- remove patch
- regen plist

ok ajacoutot@, merdely@
2009-10-04 09:41:36 +00:00
pea
1319f0dfb4 Update to 1.286
Reminded by benoit@, thanks.

ok ajacoutot@
2009-10-02 14:32:06 +00:00
benoit
05accdce02 - update milter-greylist to 4.2.3
- regen plist & patches

ok ajacoutot@, jakob@
2009-10-01 14:06:15 +00:00
sthen
80a725208d Update the Horde suite to current versions. devel/horde has SECURITY fixes
including XSS (prefs, MIME viewer) and preventing overwriting of webserver-
accessible files (image form fields, e.g. with Turba). For more information
see http://lists.horde.org/archives/announce/2009/000512.html.

Thanks Vijay Sankar, Michiel van Baak and Daniel Levai for testing/feedback.
2009-09-28 13:09:15 +00:00
ajacoutot
dff798ec5b Better OpenLdap defaults. 2009-09-27 18:07:40 +00:00
ajacoutot
85d5ea5e08 config.php is supposed to be edited, so @sample it. 2009-09-27 17:06:12 +00:00
ajacoutot
2db2cfc5da Ooops, forgot this part in previous. 2009-09-27 14:00:50 +00:00
ajacoutot
48a4d5c440 Fix path to autoresponder.
Don't use bash for autoresponder script.
2009-09-27 13:57:30 +00:00
sthen
713066f212 +p5-Mail-GnuPG 2009-09-25 19:38:09 +00:00
sthen
0798f8908b import p5-Mail-GnuPG, tweaked from a submission by Toni Mueller.
This module implements the creation and processing of GnuPG signed
and encrypted emails. It provides functions to create PGP/MIME-type
messages, and to check signatures. You need to have a different
package to actually send or receive the message, though.
2009-09-25 19:37:14 +00:00
jasper
e105b3f6bb - add p5-Email-Sender 2009-09-25 17:08:33 +00:00
jasper
2013edd21b import p5-Email-Sender 0.91940
Email::Sender replaces the old and sometimes problematic Email::Send
library, which did a decent job at handling very simple email sending
tasks, but was not suitable for serious use, for a variety of reasons.

from stephan rickauer
2009-09-25 17:06:55 +00:00
ajacoutot
9868d96d9a Rewording. 2009-09-24 19:37:51 +00:00
okan
14e45f4e34 explicitly set RUN_DEPENDS to avoid auto* inclusion and bump PKGNAME
ok, with reminder comment, sthen@
2009-09-24 16:13:26 +00:00
jasper
14ab723053 - update msmtp to 1.4.18
ok pirofti@ (MAINTAINER)
2009-09-22 12:51:23 +00:00
martynas
8a1ee843c6 http://enigmail.mozdev.org/download/changelog.php#enig0.96.0
* A total of 81(!) bugs were fixed in this release.
* Improvements to the main user interface for decrypting messages.
* Use gpg groups as target for email addresses and rules.
* Option to automatically attach signing key to sent messages.
* Allow to send encrypted messages to newsgroups.
* New displaying of keys in the Enigmail key manager.
2009-09-18 21:42:53 +00:00
martynas
aed36ea3dc http://enigmail.mozdev.org/download/changelog.php#enig0.96.0
* A total of 81(!) bugs were fixed in this release.
* Improvements to the main user interface for decrypting messages.
* Use gpg groups as target for email addresses and rules.
* Option to automatically attach signing key to sent messages.
* Allow to send encrypted messages to newsgroups.
* New displaying of keys in the Enigmail key manager.
2009-09-18 20:33:50 +00:00
ajacoutot
72b1da9fa2 Err... s/PREFIX/TRUEPREFIX/ 2009-09-18 14:21:45 +00:00
ajacoutot
fd55a539e5 Add sendmail m4 files so that we do not need procmail.
Tweak doc accordingly.
2009-09-18 13:49:55 +00:00
sthen
5c4cc13072 - SECURITY update of dovecot-sieve (based on the Cyrus sieve library)
- bugfix update of dovecot

From Brad (maintainer).
2009-09-15 22:56:16 +00:00
jasper
20696471fe remove marc balmer as maintainer of all of his ports, to take away the
illusion marc still maintains them. as requested by himself.
2009-09-15 17:37:21 +00:00
jasper
74ee15e206 - update evolution-plugin-rss to 0.1.4
* lots of bugfixes and new features

ok ajacoutot@
2009-09-14 15:39:05 +00:00
ajacoutot
9a306f1e77 Update to zarafa-webaccess-6.30.2. 2009-09-11 16:34:34 +00:00
ajacoutot
2c611bdbff Update to zarafa-6.30.2.
ChangeLog available at:
http://download.zarafa.com/zarafa/release/docs/changelog.en.txt
2009-09-11 16:33:52 +00:00
ajacoutot
706b2b0d7a Bring new vmime-patches tarball in prep for zarafa update to 6.30.2. 2009-09-11 16:31:27 +00:00
jasper
92d203ec39 - update p5-Email-Folder to 0.855
from Stephan A. Rickauer
2009-09-11 09:41:09 +00:00
martynas
e130632e09 update for seamonkey-1.1.18 2009-09-10 21:46:10 +00:00
sthen
1a8a74f0b5 install the README, bump PKGNAME. 2009-09-10 16:51:43 +00:00
okan
e3cb46026e - update to 2.67
- use poll(2)
- add missing dependency; from Eric Olsen -thanks

ok merdely@
2009-09-10 12:13:06 +00:00
ajacoutot
af9cfc73ee Update to cyrus-imapd-2.3.15
Fix the potential buffer overflow vulnerability described in CERT
VU#336053 (we already had an upstream patch for this in our 2.3.14 pkg).
This release also brings several non-critical bugfixes and feature
enhancements.
2009-09-10 07:20:00 +00:00
bluhm
9a7daee06b update Mail-SPF-Iterator to 1.08 2009-09-08 14:39:23 +00:00
sthen
619acf1b3b update to 0.3; thanks to ajacoutot@ and Manuel Pata for testing
the release candidate.
2009-09-05 15:46:24 +00:00
ajacoutot
b3ebfcca3c Fix build on big endian arches. 2009-09-05 12:59:26 +00:00
ajacoutot
787b6c8342 SECURITY.
Fix overflow in action_string buffer.
2009-09-03 18:51:52 +00:00
ajacoutot
96e3af1483 Update to gmime-2.4.9
Only changes are related to gmime-sharp, but mono support is disabled in
our package.
2009-09-03 18:36:17 +00:00
sthen
34ded43f52 update to 1.27, from Stephan Rickauer 2009-09-03 13:39:45 +00:00
jasper
b1adcd9d77 - let GSSAPI work again.
from remco@d-compu.dyndns.org.
ok brad (MAINTAINER)
2009-09-01 17:28:50 +00:00
bluhm
f6cd3cadf0 update Mail-SPF-Iterator to 1.07 2009-08-31 23:51:21 +00:00
sthen
8be8b697a1 Update MASTER_SITES 2009-08-30 20:45:23 +00:00
sthen
f115cccb1b update postfix/snapshot to 2.7-20090828; from Brad. ok jakob@ 2009-08-30 12:25:55 +00:00
sthen
13526abaad Update postfix/stable to 2.6.5; users of 2.6.4 should update. According
to the release announcement, that version added "a DNS workaround that
causes more trouble than it prevents" which has now been removed.

jakob@ (maintainer) ok.
2009-08-29 21:58:17 +00:00
ajacoutot
a0766c55cc Protect ldap configuration files as they may contain a binddn password.
Also re-add a line in README.OpenBSD that I removed by mistake in a
previous commit.
2009-08-27 20:02:04 +00:00
ajacoutot
45ccf53a59 This was the second time I got trapped by the fact that -plugins depends
on the exact version of -main.
Add a reminder so I don't forget next time.
2009-08-26 15:38:18 +00:00
jakob
986b3d8999 upgrade to postfix v2.6.4 2009-08-26 06:11:24 +00:00
naddy
a072f5f576 bump -plugins after -main change 2009-08-25 20:11:45 +00:00
jasper
b788f1b2fd - update p5-Email-Valid to 0.182
from Stephan A. Rickauer, ok kevlo@ (MAINTAINER)
2009-08-25 17:17:07 +00:00
jasper
b71567f9d3 - update p5-Email-Simple to 2.005
Stephan A. Rickauer takes maintainership, suggested by previous maintainer
2009-08-25 17:15:33 +00:00
martynas
dc94a578f9 update for 2.0.0.23 2009-08-21 16:42:21 +00:00
martynas
184e7f6cab thunderbird-i18n-2.0.0.23 2009-08-21 16:41:46 +00:00
martynas
cd6623c525 security update to mozilla-thunderbird-2.0.0.23.
MFSA 2009-42  Compromise of SSL-protected communication
2009-08-21 16:40:42 +00:00
bernd
a75af83f03 Update to Ruby On Rails 2.3.3. 2009-08-20 22:57:03 +00:00
ajacoutot
2ab3904dc5 Update to zarafa-webaccess-6.30.1.
ChangeLog:
http://download.zarafa.com/zarafa/release/docs/changelog.en.txt
2009-08-20 13:33:53 +00:00
ajacoutot
7c71d4a73f Update to zarafa-6.30.1.
ChangeLog:
http://download.zarafa.com/zarafa/release/docs/changelog.en.txt
2009-08-20 13:33:06 +00:00
ajacoutot
36794252e1 Allow '@' in username in CalDav.
See http://bugzilla.gnome.org/show_bug.cgi?id=503662

Issue reported by Stephan A. Rickauer
2009-08-20 07:51:46 +00:00
sthen
8df91258af +nmzmail 2009-08-14 00:04:02 +00:00
sthen
df3f6cbd7e import mail/nmzmail:
nmzmail is a tool to use the namazu search engine from within the
mutt mail client to search mail stored in maildir folders. Based
on the result of the namazu query, nmzmail generates a maildir
folder containing symbolic links to the mails matching the query.
A simple mutt macro makes it easy to use nmzmail from within mutt.

nmzmail is pretty similar to mairix, but the code is much simpler,
as it uses an external program as search engine.
2009-08-14 00:02:10 +00:00
jasper
6c37da315b - update p5-Email-MIME-ContentType to 1.015
from stephan a. rickhauer, maintainer timed out
2009-08-13 21:19:36 +00:00
ajacoutot
7d0d27c350 Bugfix update to gmime-2.4.8. 2009-08-13 16:56:54 +00:00
ajacoutot
8f80942282 Bugfix update to gmime-2.2.24. 2009-08-13 16:56:06 +00:00
simon
252e7a852c update to version 1.456
from Stephan A. Rickauer, missing runtime dependency by me
2009-08-12 10:26:58 +00:00
jasper
46e14d5ad3 - update p5-Email-MIME-Modifier to 1.444
from Stephan A. Rickauer
"(...) it should be fine" MAINTAINER
2009-08-10 18:43:53 +00:00
sturm
ae7442476c update to getmail 4.11.0 2009-08-10 17:58:25 +00:00
jasper
de7e2fd034 sync 2009-08-10 17:53:03 +00:00
jasper
71af979a35 import p5-Email-Reply 1.202
Module to generate replies to e-mail messages.

from Stephan A. Rickauer (MAINTAINER)
2009-08-10 17:51:56 +00:00
jasper
8c396a31f9 import p5-Email-MIME-Attachment-Stripper 1.316
Given a Email::MIME object, detach all attachments from the message.
These are then available separately.

from Stephan A. Rickauer (MAINTAINER)
2009-08-10 17:45:05 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
jasper
dc92eb0df4 - update p5-Email-MessageID to 1.401
from stephan a. rickauer, ok maintainer
2009-08-09 19:39:46 +00:00
jasper
1617201d1f - stephan takes maintainership
ok with sam smith (previous maintainer)
2009-08-07 12:07:11 +00:00
ajacoutot
62f3624f77 Update to p5-Email-MIME-Encodings-1.313.
from Stephan A. Rickauer
2009-08-07 10:18:48 +00:00
martynas
cae7248923 don't abuse nobody: drop privs to _solid-pop3d instead. regen patches
ok naddy@
2009-08-06 23:40:47 +00:00
ajacoutot
9b574a793c Unbreak.
noticed by naddy@
2009-08-06 10:02:21 +00:00
jakob
6b9ed2f40a postfix v2.6.3 2009-08-03 08:05:11 +00:00
ajacoutot
eb8633b7f8 Bugfix update to z-push-1.2.2. 2009-07-31 10:05:14 +00:00
ajacoutot
d1fcf66a94 Update to zarafa-webaccess-6.30.0. On par with current zarafa version. 2009-07-31 09:56:48 +00:00
ajacoutot
18302d676a Major update to zarafa-6.30.0.
Full ChangeLog available at
    http://download.zarafa.com/zarafa/release/docs/changelog.en.txt
Now comes with caldav support.

ok jasper@
2009-07-31 09:55:56 +00:00
ajacoutot
57cfdc8e7e Update to zarafa-libical-0.42.
Tweak regression flags.
Prerequisite for upcoming zarafa 6.30.0 update.

ok jasper@
2009-07-31 09:55:01 +00:00
sthen
35ad27af80 Add a patch for mutt ticket #3296, IMAP header cache misbehaves on sparc64.
Bump PKGNAME.
2009-07-29 20:26:45 +00:00
ajacoutot
9e1cc63ceb Fix gmime pkgspec. 2009-07-28 16:00:00 +00:00
sthen
e16b2f90e2 Add MASTER_SITE_SOURCEFORGE, they are now mirroring most Mutt versions. 2009-07-28 09:21:24 +00:00
sthen
6f9d66a3f7 bugfix update to 1.1.18; from Brad. 2009-07-27 23:32:17 +00:00
jakob
706f5dc867 update to snapshot 20090712; from brad 2009-07-24 21:32:33 +00:00
ajacoutot
a6817d72e5 +gmime24 2009-07-24 09:05:41 +00:00
ajacoutot
1aece1c6d7 Import gmime-2.4.7
GMime is a C/C++ library for parsing and creating messages using the
Multipurpose Internet Mail Extension (MIME) as defined by several RFCs.

It is a required dependency for porting pinot and also for future GNOME
updates.
This can be installed alongside gmime-2.2.*

"reads fine" to jasper@
2009-07-24 09:03:51 +00:00
ajacoutot
4d3d45541e Tweak COMMENT.
Set no-default-conflict, since this port can be installed alongside with
the upcoming gmime24 port.

"reads fine" to jasper@
2009-07-24 08:49:39 +00:00
sthen
872d0f79ed - enable Dovecot authentication (optional, adds no dependencies)
- regen PLIST, bump PKGNAME

ok fkr@ (maintainer)
2009-07-22 10:48:31 +00:00
landry
2ded98297c Oops, forgot to remove this patch, spotted by naddy@. Wasn't building,
hence no bump.
2009-07-19 23:19:59 +00:00
naddy
2f2f0ccd59 fix db dependency for db4 flavor and bump; ok jakob@ 2009-07-18 20:26:18 +00:00
landry
ed744c58e3 update to claws-mail-vcalendar 2.0.5 2009-07-17 17:05:44 +00:00