sthen
f87f7e4c7c
update roundcube to 0.5.1. while there, move php_value date.timezone
...
UTC to the <directory> section in supplied .conf as req by ajacoutot@.
2011-03-02 08:38:01 +00:00
jeremy
f07bd47521
Fix "Vulnerability in Sendmail Delivery Agent code", which allowed
...
arbitrary code execution. Details at
http://groups.google.com/group/mail-ruby/browse_thread/thread/e93bbd05706478dd
OK ajacoutot@
2011-02-10 01:39:47 +00:00
jasper
4cc1d05442
Security fix for CVE-2011-0017
...
Patch extracted from exim 3.74.
ok fkr@ (MAINTAINER), sthen@, ajacoutot@
2011-02-07 16:01:26 +00:00
landry
a9eecce2c2
Grab patch from pkgsrc PR43974 to make majordomo work with perl 5.12.
...
(split doesn't return @_ anymore)
Reported by Witek Handzlik on ports@
While here, remove dhartmei@ from MAINTAINER.
ok sthen@ dcoppa@
2011-02-02 20:15:48 +00:00
landry
1c74338058
Fix an unaligned access on sparc64 leading to random crashes when
...
mozilla tries to read a malformed ICC profile on random image content
found on the web.
backport of http://hg.mozilla.org/mozilla-central/rev/e8207773d54d
ref: https://bugzilla.mozilla.org/show_bug.cgi?id=629057
issue reported and fix found by naddy@
ok naddy@ ajacoutot@
2011-01-28 21:38:12 +00:00
pea
a9cbc0fcd2
Add sieve-connect
2011-01-19 12:28:24 +00:00
pea
3b58066fe3
Import sieve-connect:
...
Perl sieveshell-compatible ManageSieve client intended both for
scripting and interactive use; supports TLS, certificate-based
authentication support and tab-completion.
With tweaks from ajacoutot@
ok ajacoutot@
2011-01-19 12:26:22 +00:00
landry
109b199a68
mozilla.port.mk makes all mozilla ports use the sydney_audio_sndio.c
...
file from www/mozilla-firefox, so remove old instances of that file that
weren't updated with last commits (and were unused anyway)
While here bump all REVISIONs after LIB_DEPENDS change.
ok naddy@
2011-01-18 12:37:44 +00:00
landry
958982dc66
Forgot to bump REVISION-lightning. All mozilla and no play makes jack a
...
dull boy.
Spotted by naddy@, thanks...
2011-01-16 16:56:02 +00:00
ajacoutot
edc6f2d452
Install a zarafa.conf file for apache.
2011-01-15 23:53:35 +00:00
jasper
de20026ae9
- update postfix to 2.8-20110113
...
from brad, jakob@ is swamped with Real Life.
ok aja@
2011-01-15 22:37:39 +00:00
ajacoutot
3194c7b840
Install .mo gettext binary message catalog files instead of the .po
...
descrition files.
2011-01-15 22:37:28 +00:00
jasper
90847ee882
- remove USE_GROFF=Yes, manpages checked by brad.
...
from brad (MAINTAINER)
2011-01-15 10:56:51 +00:00
sthen
057b4b2f01
Repair @pkgpath markers, problem spotted by jasper@, discussed with
...
landry/espie. While there, sync WANTLIB (gthread in subpackages, and
GL/Xxf86vm/xcb-* etc).
2011-01-15 09:21:31 +00:00
landry
33634e2d9a
seamonkey/mozilla-thunderbird SHARED_LIBS minors were bumped, so bump
...
them too in corresponding enigmails to make sure they work.
2011-01-14 22:58:49 +00:00
landry
a13be2b9e4
Build against system sqlite now that it builds with FTS3 enabled, and
...
add the same PRAGMA secure_delete patch as done in firefox.
2011-01-14 22:53:42 +00:00
landry
4c2052a022
Set @conflict markers, both ports install bin/deliver.
...
Reported by naddy@.
2011-01-14 22:17:03 +00:00
ajacoutot
761e138b79
Add php5-mcrypt to RUN_DEPENDS as it's a recommended dependency.
...
Add a default php date.timezone to prevent the installer/updater from
complaining.
ok sthen@ (maintainer)
2011-01-14 21:19:20 +00:00
sthen
abb863255b
update roundcubemail to 0.5; similar diff from LEVAI Daniel
2011-01-14 09:38:48 +00:00
pea
9d0ac1ac44
Correctly fixes wantlib
...
spotted by landry@
2011-01-12 08:05:11 +00:00
fkr
2673316d6b
update to exim 4.73.
...
While this resolves CVE-2010-4344 and CVE-2010-4345, the first was
actually fixed in exim 4.70 and the latter is a no-issue on OpenBSD
due to it always being built with ALT_CONFIG_ROOT_ONLY.
with input from Andreas Voegele
ok sthen@, jasper@
2011-01-12 05:45:29 +00:00
ajacoutot
b55b746280
Fix MASTER_SITES, spotted by pea@
2011-01-11 12:17:26 +00:00
ajacoutot
02a43b6ad0
Remove, it doesn't belong here.
...
no objection from jasper@
2011-01-10 22:02:10 +00:00
landry
008d50096a
Aox is indeed BSD-licenced. Fix licence marker, reported by mikolaj
...
kucharski.
2011-01-09 18:30:02 +00:00
landry
35b62b529c
Oops, set NO_REGRESS
2011-01-09 09:47:35 +00:00
landry
863ec83e91
+archiveopteryx
2011-01-09 09:36:57 +00:00
landry
f69d285399
Import archiveopteryx 3.1.3:
...
Archiveopteryx is a mail server system optimised for long-term storage
and heavy access. It comprises a set of server programs that provide
access to mail stored in a relational database (PostgreSQL).
With feedback from ajacoutot@ and JG Pailloncy, reads ok to ajacoutot@
2011-01-09 09:36:21 +00:00
landry
f57cdb5089
Fix typo in WANTLIB, and while here s/l(dap|ber)/l\1-2.4/ to make
...
port-lib-depends-check happy. Didn't build so no bump.
2011-01-08 08:46:52 +00:00
sthen
f6ce579b71
Install the unformatted manpages; mandoc has no problem with these,
...
and moving back to the unformatted pages fixes warnings from the
installation script (which does not expect the pages to be preformatted).
Problem noted by Brad and myself, possible fix suggested by me, diff
from Brad, ok jakob@ (maintainer).
2011-01-07 19:22:06 +00:00
pea
17fdf92605
Fix wantlib after OpenLDAP upgrade.
...
spotted by landry@
2011-01-07 10:29:45 +00:00
pea
ead0a13e53
Fix wantlib after OpenLDAP upgrade
...
spotted by landry@
2011-01-07 10:27:20 +00:00
jeremy
4f9664ab00
REVISION bump for rbx FLAVOR PLIST change.
...
OK landry@
2011-01-06 04:24:22 +00:00
stu
9b2269f247
Update to newer Tcl layout.
...
ok landry@, sebastia@
2011-01-05 17:09:26 +00:00
ajacoutot
ae70c849c2
Make use of rcexec.
...
While here, force postgresql to quit in rc_stop, ok pea@
2011-01-05 16:05:54 +00:00
dcoppa
729f3f4f79
Apply the cups fix to the rest of Mozilla apps (mozilla-thunderbird,
...
sunbird, firefox35, seamonkey).
Ok & tested by landry@
2011-01-05 08:22:30 +00:00
pea
fe29c7c3f5
Some fixes from upstream:
...
- imap: Fixed a memory leak in ESEARCH.
- imap/pop3-login: Don't crash if passdb returns proxy field without host.
- lib-index: Added a missing sanity check for expunge-guid record's uid.
This fixes a non-self healing assert-crash.
- master: Delete also pipes from login_dir (left by v2.0).
From Brad (maintainer), ok ajacoutot@
2011-01-04 13:59:17 +00:00
ajacoutot
0d73a7fc97
Don't hide errors in rc script.
2010-12-31 06:50:46 +00:00
ajacoutot
8056c6bbf5
Unbreak.
2010-12-31 06:44:21 +00:00
landry
4824533aee
Update to Sympa 6.1.3.
...
- switch config dir to /var/sympa/etc as sympa daemon/fcgi might want to
write templates there
- switch to use spawn-fcgi, this way sympa web admin works fine in
chrooted httpd
- provide a httpd.conf fragment to ease sympa integration
- switch to rc scripts (with help from aja@)
- improve README
With help and feedback from J.G Pailloncy, ok ajacoutot@
2010-12-30 17:51:25 +00:00
ajacoutot
38c7253ef8
Update to evolution-plugin-rss-0.2.2.
2010-12-29 19:50:46 +00:00
ajacoutot
ba1d321f62
Update to mailscanner-4.82.3.1.
...
from Brad.
2010-12-29 06:42:16 +00:00
ajacoutot
4ec44530ca
Simplify after recent rc.subr change.
...
The framework is now stable and we will start documenting it (at last).
2010-12-27 14:50:22 +00:00
jasper
c0d4d08320
- update p5-Mail-Tools to 2.07
...
from brad, ok aja@, espie@ (MAINTAINER)
2010-12-27 11:49:06 +00:00
ajacoutot
b28452a489
Cope with recent rc.subr changes.
2010-12-24 10:40:04 +00:00
jasper
ac44ce0243
- bump after uuid rename, reminded by aja@
2010-12-24 09:07:38 +00:00
ajacoutot
0ee0c3fc8e
Update to cyrus-imapd-2.4.6.
2010-12-20 14:39:31 +00:00
giovanni
95d10b61c2
Add rcscripts to imap and pop3 servers
...
Help and ok ajacoutot@
2010-12-16 17:55:10 +00:00
giovanni
c179ec4fd3
Add an rcscript
...
hints and ok ajacoutot@
2010-12-16 17:52:12 +00:00
ajacoutot
bd6486671c
It makes more sense to deal with the pidfile in pre, not post.
2010-12-14 18:45:54 +00:00
ajacoutot
73ebcb7514
Cope with recent rc.subr changes.
2010-12-13 16:13:04 +00:00