Commit graph

22 commits

Author SHA1 Message Date
obache
869fa1b7ff Prefer system builtin com_err other than Linux.
fixes PR#45782.
2012-01-05 11:52:33 +00:00
obache
1019a3b860 Back to use builtin com_err if builtin krb5 is preferred. 2011-12-20 11:59:46 +00:00
sbd
8438695f81 Don't use a builtin libcom_err if not using kerberos.
Builtin librarys like com_err should only be used if there is are proper
buildlink3.mk and builtin.mk files for the library, otherwise part of the
point of having the buildlink/builtin system is lost.

There no point in having a buildlink/builtin files for com_err as
currently only three packages use it by itself (mail/cyrus-imapd*) and
using the package suppled library only adds 72K to the package size.
2011-12-17 07:29:49 +00:00
sbd
adfa0c4ef7 Revert commit:
Module Name:	pkgsrc
Committed By:	sbd
Date:		Wed Dec  7 20:39:19 UTC 2011

Modified Files:
	pkgsrc/mail/cyrus-imapd: Makefile
	pkgsrc/mail/cyrus-imapd23: Makefile
	pkgsrc/mail/cyrus-imapd24: Makefile

Log Message:
If a package Makefile is going to try and detect a builtin libraray it
should honor the PREFER* variables.
2011-12-09 02:16:13 +00:00
sbd
b8d5a69f21 If a package Makefile is going to try and detect a builtin libraray it
should honor the PREFER* variables.
2011-12-07 20:39:19 +00:00
obache
5b618071a9 add HTTP master site. 2011-10-05 01:22:57 +00:00
obache
627c7283f7 Update cyrus-imapd23 to 2.3.18.
Changes to the Cyrus IMAP Server since 2.3.17

      * Fix for incomplete authentication checks in nntpd, reported by
        Secunia as SA46093 - thanks Stefan Cornelius, Secunia Research
2011-10-05 01:18:34 +00:00
obache
5f5401a5ab require Digest::SHA1 to build. 2011-09-26 01:31:02 +00:00
obache
9f153e728b Update cyrus-imapd23 to 2.3.17.
(add an patch to fix compilation on perl 5.14)

Changes to the Cyrus IMAP Server since 2.3.16

      * Fix for CVE-2011-3208, a remotely exploitable buffer overflow in
        nntpd
2011-09-09 11:56:19 +00:00
obache
bb3696f957 Revision bump after updating perl5 to 5.14.1. 2011-08-14 12:59:47 +00:00
obache
9297f1831d recursive bump from icu shlib major bump. 2011-06-10 21:57:06 +00:00
obache
65fb53fa8e Add two patches taken from upstream repo for CVE-2011-0411.
Bump PKGREVISION.
2011-05-15 08:40:33 +00:00
obache
3a5967b50d fixes build on DragonFly. 2011-04-14 12:29:16 +00:00
obache
59d2a8270b Fixes paths for html file. 2010-10-30 11:48:06 +00:00
obache
8f4a51b35d No need to buildlink with bdb here, it is handled in options.mk. 2010-10-30 07:44:35 +00:00
adam
6109aa350c Revbump after updating databases/db5 2010-09-16 08:04:14 +00:00
obache
87758ddcb9 Update HOMEPAGE and MASTER_SITES. 2010-09-04 01:51:52 +00:00
seb
c3f1e700ad Bump the PKGREVISION for all packages which depend directly on perl,
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.

The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.

sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
2010-08-21 16:32:42 +00:00
obache
ed736475e9 * Fix building with db5.
* Bump PKGREVISION for db4 ABI bump, because bdb option is enabled by default.
2010-06-03 06:55:54 +00:00
obache
4c03414a8c Use makedepend before build for MAKE_JOBS_SAFE. 2010-05-22 12:05:10 +00:00
obache
5d4d2c4fe5 Note about LICENSE. 2010-05-17 03:03:28 +00:00
obache
e851678e1c Import cyrus-imapd-2.3.16 as mail/cyrus-imapd23.
IMAP (Internet Message Access Protocol) is an Internet standards-track
protocol for accessing messages (mail, bboards, news, etc). The Cyrus
IMAP server differs from other IMAP server implementations in that it
is generally intended to be run on "sealed" servers, where normal users
are not permitted to log in. The mailbox database is stored in parts of
the filesystem that are private to the Cyrus IMAP system. All user
access to mail is through the IMAP, POP3, or KPOP protocols.
2010-02-11 08:27:09 +00:00