Commit Graph

3713 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