| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
|
|
|
|
| |
PR: 228996
Submitted by: ohauer
|
|
|
|
|
| |
PR: 228992
Submitted by: Johan Bergström <bugs [...] bergstroem.nu>
|
| |
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
| |
Sponsored by: Absolight
|
|
|
|
|
|
|
|
| |
Now, it is the third release candidate from the Cyrus IMAP 3.0 series:
3.0.0-rc3.
As a release candidate, it is considered near-stable for production
usage. Interfaces, APIs, features, etc are not likely to change
between now and the full release.
|
|
|
|
|
|
|
| |
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
|
|
|
|
|
|
| |
While there, run make makepatch on affected ports, and rename patches
accordingly.
Sponsored by: Absolight
|
|
|
|
| |
Approved by: portmgr blanket
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
While there replace USE_SQLITE=x by USES=sqlite:x.
PR: 208971
Submitted by: mat
Exp-run by: antoine
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D5951
|
| |
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
| |
Pointy hat on: ume
Sponsored by: Absolight
|
|
|
|
| |
- Rework handling of conf files.
|
|
|
|
|
|
| |
EXAMPLES is off.
Spotted by: Karl Pielorz <kpielorz_lst__at__tdx.co.uk>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
${PERL5} points to a specific version of perl, say, perl5.22.1, it is
fine to use it in a ports Makefile to do Perly things, but ports using
it must use ${PERL}, that points to /usr/local/bin/perl so that if the
minor version is updated, the shebang keep working.
While there, make some ports use shebangfix, regen a few patches, and
bump PORTREVISION where a shebang went from PERL5 to PERL.
PR: 205367
With hat: portmgr
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542
|
|
|
|
|
| |
Requested by: maintainer
Sponsored by: Absolight
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true,
as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107).
Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when
it is always needed, I renamed it, in one case, I merged two patches.
Differential Revision: https://reviews.freebsd.org/D2209
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Note: The following ports did not pass check-plist (CP) or stage-qa (QA)
tests. The sendmail port has many problems, but this was already known
by myself as I fixed it properly on DPorts last week. It's a forward
action to submit a PR against mail/sendmail.
* antivirus-milter (CP)
* dk-milter (CP)
* milter-regex (CP)
* sendmail (CP, QA)
approved by: PTHREAD blanket
|
|
|
|
| |
PR: 196015
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the
Perl version, minimizing the upgrade when the major Perl version is changed.
It uses a version dependent directory for modules with compiled bits.
As PERL_ARCH is no longer needed in plists, it has been removed from
PLIST_SUB.
The USE_PERL5=fixpacklist keyword is removed, the .packlist file is now
always removed, as is perllocal.pod.
The old site_perl and site_perl/arch directories have been kept in the
default Perl @INC for all Perl ports, and will be phased out as these old
Perl versions expire.
PR: 194969
Differential Revision: https://reviews.freebsd.org/D1019
Exp-run by: antoine
Reviewed by: perl@
Approved by: portmgr
|
| |
|
|
|
|
| |
PR: 195115
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Mk/bsd.database.mk rewrite, new default to db5.
- db6 is eligible by default only if installed on the system.
- Bump PORTREVISION of all ports that directly depend on BerkeleyDB or
where USE_BDB is found in the port's directory
- Patch a few ports such that they will pick up or work with newer
versions.
- Add UPDATING entry
- Drive-by format fix for pks
- Drop BerkeleyDB option from mail/popular for now, requires more work.
- Exp-run logs linked from the PR below.
- Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes
for new Berkeley DB, but are untested.
NOTE: please read UPDATING and the Wiki page before proceeding!
Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html
Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup
PR: 192690
Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports)
|
|
|
|
| |
'__' instead.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert to USES=libtool and bump dependent ports
- Avoid USE_AUTOTOOLS
- Don't use PTHREAD_LIBS
- Use MAKE_CMD
databases/glom:
- Drop :keepla
- Add INSTALL_TARGET=install-strip
databases/libgda4* databases/libgda5*:
- Convert to USES=libtool and bump dependent ports
- USES=tar:xz
- Use INSTALL_TARGET=install-strip
- Use @sample
databases/libgdamm:
- Drop :keepla
- USES=tar:bzip2
- Use INSTALL_TARGET=install-strip
databases/libgdamm5:
- Add INSTALL_TARGET=install-strip
- Drop --enable-static (inherited from old repocopy)
devel/anjuta x11-toolkits/py-gnome-extras:
- Drop :keepla
dns/powerdns dns/powerdns-devel:
- Convert to USES=libtool
- Add INSTALL_TARGET=install-strip
- Disable static modules
- Stop creating library symlinks with .0 suffix, not needed for dynamically
opened modules
mail/dovecot2:
- Add USES=libtool
mail/dovecot2-pigeonhole:
- Drop CONFIGURE_TARGET (incorrect for Dragonfly)
- Add USES=libtool and INSTALL_TARGET=install-strip
math/gnumeric:
- USES=libtool tar:xz
Approved by: portmgr (implicit, bump unstaged ports)
|
| |
|
|
|
|
|
|
|
| |
- ports that set USE_SQLITE with the *_USE option helper
- ports that depend on libsqlite3 indirectly as reported by pkg rquery
Approved by: portmgr (implicit)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be
added to LIBS to make sure they appear after any -L and -l flags set by
upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.
Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.
PR: 190592
Exp-run by: antoine
Approved by: portmgr (antoine)
|
|
|
|
|
|
|
|
|
|
| |
Starting with perl 5.20, they're not installed any more if empty,
and on FreeBSD, they're (always ?) empty.
PR: 190681
Submitted by: mat
Exp-Run by: antoine
Sponsored by: Absolight
|
|
|
|
| |
accidentally at the time of stagefy.
|
| |
|
| |
|
|
|
|
| |
Spotted by: bapt
|
|
|
|
| |
- use new LIB_DEPENDS format.
|
|
|
|
| |
mail)
|
|
|
|
|
|
| |
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
|
|
|
|
| |
PR: ports/180362
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- lang/perl5.14 upgrade to 5.14.4
- lang/perl5.16 upgrade to 5.16.3
- Global modify SITE_PERL[1][2]
[1] - See more info:
http://docs.freebsd.org/cgi/getmsg.cgi?fetch=26605+0+archive/2013/freebsd-perl/20130609.freebsd-perl
[2] - Fix for mail/cyrus-imapd* - Approved by portmrg(bapt@)
Please, see ports/UPDATING for upgrade procedure.
Reviewed by: bapt@ (exp-run), culot@
|
|
|
|
|
| |
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
|
|
|
|
| |
This bumps shlib version of libsasl2.
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
|
|
|
|
| |
Approved by: portmgr@ (bapt@)
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav
|
|
|
|
| |
the 3rd party's auto* patches, sigh.
|
| |
|
| |
|
| |
|
|
|
|
| |
sv_undef, sv_yes nor sv_no, anymore.
|
| |
|
|
|
|
|
|
| |
picked upped. However, since there was bash-ism in the configure
script, libpcre was not linked, correctly. As the result, the regex
in our libc was used, but the header of PCRE was referred.
|
| |
|
|
|
|
|
|
|
|
| |
- Autocreate INBOX patch
- Autosievefolder patch
PR: ports/150719
Approved by: maintainer (timeout)
|
|
|
|
|
| |
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs
|
| |
|
| |
|
|
|
|
| |
Submitted by: kuriyama
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Approved by: ume
|
|
|
|
| |
Approved by: pav (implicit)
|
|
|
|
| |
Submitted by: Jonathan Frazier <jfrazier__at__purpleheartservices.com>
|
|
|
|
| |
FreeBSD 8.X and later.
|
| |
|
|
|
|
| |
(ucd-snmp4 port is past expiration date)
|
|
|
|
| |
Reported by: pointyhat
|
|
|
|
| |
Security: Potential buffer overflow in Sieve
|
|
|
|
|
| |
Submitted by: Bron Gondwana <brong__at__fastmail.fm>
Obtained from: Project Cyrus
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: garga (mentor), maintainer timeout (2 weeks)
|
|
|
|
| |
Tested by: exp build run (erwin)
|
| |
|
|
|
|
| |
problem.
|
|
|
|
|
| |
The memory corruption problem was not fixed in 2.3.12p1, actually.
It should be fixed now.
|
|
|
|
|
|
| |
The only change from 2.3.12 is a patch to fix a memory corruption
in the imapd.conf parsing code which could cause segfaults on
certain platforms.
|
|
|
|
|
|
|
|
|
|
|
| |
this will need to be set to skiplist else messages such as the
following will result:
"Fatal error: cyrusdb backend berkeley-nosync not supported"
This patch just makes it a bit easier to find.
PR: ports/122995
Submitted by: scf
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/116639
Submitted by: aDe
|
|
|
|
|
|
|
|
| |
Drop support for antique perl.
Work done by: gabor
Sponsored by: Google Summer of Code 2007
Hat: portmgr
|
|
|
|
|
|
|
|
|
| |
Upgrading from 2.3.8
* The default value of the allowplaintext option has been changed to
disabled (0). If you need to allow cleartext passwords on the wire,
then you will have to explicitly enable the allowplaintext option
in imapd.conf.
|
|
|
|
|
| |
PR: ports/101383
Submitted by: Sean Farley <sean-freebsd__at__farley.org>
|
| |
|
| |
|
|
|
|
| |
Obtained from: https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/lib/cyrusdb_berkeley.c.diff?r1=1.17;r2=1.18
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
ftp://ftp.hanse.de/sites/transit/mirror/
to
http://www.transit.hanse.de/mirror/
Requested by: Stefan Bethke <stb__at__lassitu.de>
|
|
|
|
|
| |
PASS8BITHACK was deprecated, since munge8bit option was added
for this purpose.
|
| |
|
|
|
|
|
|
| |
If you ran 2.3.4 or 2.3.5, you need to reconstruct your mailboxes.
Please refer /usr/local/share/doc/cyrus-imapd/install-upgrade.html
for detail.
|
|
|
|
| |
the problem is fixed.
|
| |
|
| |
|
|
|
|
| |
Reported by: Mark Edwards <mark__at__antsclimbtree.com>
|
|
|
|
| |
Requested by: kris
|
| |
|
| |
|
|
|
|
| |
Obtained from: https://bugzilla.andrew.cmu.edu/cgi-bin/cvsweb.cgi/src/cyrus/imap/fetchnews.c.diff?r1=1.2.2.12&r2=1.2.2.13&f=u
|
| |
|
| |
|
|
|
|
|
|
|
| |
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
|
|
|
|
|
|
|
|
| |
idled was changed by 2.3.x.
The WITH_IDLE_POLL was removed, and the WITH_ILDE_IDLED was changed
to WITH_IDLED.
Reported by: Forrest Aldrich <forrie__at__forrie.com>
|
| |
|
|
|
|
|
|
| |
So, when WITH_NNTP is set, mark it IGNORE until it is solved.
Reported by: Igor Karpov <jc__at__minjust.gov.ua>
|
|
|
|
| |
previous commit.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
|
|
|
|
| |
- add SHA256.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
+ add devel/p5-PathTools, remove devel/p5-File-Spec
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
module was renamed
* reflect renaming on CPAN PodParser to Pod-Parser
+ add textproc/p5-Pod-Parser, remove textproc/p5-PodParser
+ update dependencies for all affected ports (make them unconditional),
bump PORTREVISION for these ports
* for all changed ports make dependencies on File::Temp, Digest::MD5,
Storable unconditional
* remove 'CONFIGURE_ARGS= INSTALLDIRS=site' from Makefile's
(this variable is forced by bsd.port.mk now)
* update Class-Autouse to 1.17
* update POE-API-Hooks to 1.05
* make portlint happy (clean IGNORE, convert spaces to tabs and so on)
|
|
|
|
|
| |
of makedepend, it is not used actually. So, we don't need to
depend on it.
|
|
|
|
| |
Reported by: pointyhat via kris.
|
| |
|
| |
|
|
|
|
| |
are specified.
|
| |
|
|
|
|
|
|
|
|
| |
why icc defines __GNUC__?
Reported by: Attila Nagy <bra@fsn.hu>
Suggested by: hrs, nyan
Tested by: Attila Nagy <bra@fsn.hu>
|
|
|
|
|
|
|
|
|
|
| |
Security: Fix possible single byte overflow in mailbox handling code.
Security: Fix possible single byte overflows in the imapd annotate
extension.
Security: Fix stack buffer overflows in fetchnews (exploitable by
peer news server), backend (exploitable by admin), and in
imapd (exploitable by users though only on platforms where
a filename may be larger than a mailbox name).
|
| |
|
|
|
|
| |
Reported by: pointyhat via kris
|
|
|
|
|
|
| |
Cyrus doesn't accept this hack, and I really don't like it.
Requested by: many
|
| |
|
| |
|
|
|
|
|
|
| |
* Fix 0 termination in mysasl_canon_user.
* Check for imap magic plus buffer overflow in proxyd also
(CAN-2004-1015).
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Change ACLs correctly when renaming a user
* Do not abandon std{in,out,err} file descriptors; syslog assumes it
can use stderr if syslogd isn't running.
* Clean up imap magic plus to avoid buffer overrun (CAN-2004-1011)
* Fix lack of bounds checking in PARTIAL and FETCH (CAN-2004-1012,
CAN-2004-1013)
* Do not attempt to reuse a freed connection in lmtpproxyd.
* Allow login without authentication with -N switch in proxyd.
* Fix use of xrealloc and fold pointers in lmtpengine.
|
| |
|
|
|
|
| |
Requested by: Volodymyr Kostyrko <arcade@ints.net>
|
| |
|
|
|
|
|
|
| |
`cyrus' in NIS.
Reported by: nork
|
|
|
|
|
|
|
|
| |
- Fix build problem with WITH_SNMP_5 on FreeBSD 4.X with
perl5.8 installed. Though we need 5.8's libperl.so,
/usr/lib/libperl.so was linked. [1]
Reported by: Thomas Vogt <tv@solnet.ch> [1]
|
| |
|
|
|
|
|
|
|
|
| |
libtool14 (13/15).
PR: 67768
Submitted by: ade
Approved by: 4-exp bento runs (thanks, kris!)
|
| |
|
|
|
|
| |
Reported by: bento via kris
|
|
|
|
| |
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> (with modifications)
|
|
|
|
|
|
| |
LDAP ptloader.
Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> (with modification)
|
| |
|
|
|
|
|
| |
of WITH_SNMP from net-snmp4 to net-snmp. However, if there is
net-snmp4 installed, we still use net-snmp4 for backward compatibility.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
to avoid conflict with other ports.
PR: ports/60949, ports/29223, ports/47913
|
|
|
|
| |
Requested by: nork
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
the USE_<x> equivalents. In the current scheme of things, the WANT_
variables in this case are synonymous with the USE_ ones, and thus need
to be exterminated.
First in a series of major autotools cleanups.
|
|
|
|
| |
Reported by: "Pascal HOARAU" <pascal@hh.nl>
|
|
|
|
|
|
|
| |
(since I don't have ia64 nor amd64, I tested at least it doesn't
break on i386.)
Obtained from: NetBSD
|
| |
|
|
|
|
|
|
|
| |
ports that belong here than the ones I have identified and moved in
this, first, pass.
Approved in principle by: marcus
|
| |
|
|
|
|
| |
Reported by: kris
|
| |
|
|
|
|
| |
Reported by: "Stephen Marquard" <scm@marquard.net>
|
| |
|
|
|
|
|
| |
backend used for each database can be specified with an imapd.conf
option.
|
|
|
|
|
|
|
|
| |
Since our db42 requires to include db.h to use. existing configure
script cannot detect our db42. AC_CHECK_LIB() simply test if a
function exists. :(
Requested by: Dmitry Sorokin <dmitry_sorokin@yahoo.ca>
|
| |
|
| |
|
|
|
|
|
|
| |
as Cyrus IMAPd's default.
Requested by: ervin.nemeth@niif.hu
|
| |
|
| |
|
|
|
|
| |
Reported by: bento via kris
|
|
|
|
| |
(disable WITH_DRAC support due to lack of acconfig.h, for now)
|
|
|
|
|
| |
PR: 58166
Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
|
| |
|
| |
|
|
|
|
| |
Reported by: nork
|
|
|
|
| |
Reported by: Fritz Heinrichmeyer <Fritz.Heinrichmeyer@Fernuni-Hagen.de>
|
| |
|
| |
|
|
|
|
| |
PR: ports/56118
|
| |
|
|
|
|
|
|
| |
Since there are some issue to upgrading from 2.2.0-ALPHA,
you should read /usr/local/share/doc/cyrus-imapd22/install-upgrade.html
before upgrading your server.
|
| |
|
|
|
|
| |
separation from cyrus-sasl2.
|
|
|
|
| |
Reported by: bento via kris
|
| |
|
|
|
|
|
| |
PR: ports/44545
Submitted by: Pat Lashley <patl+freebsd@volant.org>
|
|
|
|
|
| |
PR: ports/50090
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
|
| |
|
| |
|
|
|
|
|
|
| |
WITH_BDB_VER=4 for db4. The default is WITH_BDB_VER=3 which is as
before.
- The configure script should select correct version of Berkeley DB.
|
|
|
|
|
| |
Reported by: bento via kris
Obtained from: Cyrus
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Submitted by: TAKAHASHI Kaoru <kaoru@se.uec.ac.jp>
|
|
|
|
|
|
| |
psuedo user for cyrus.
Requested by: Cyrus Anderson Yunker <cayunker@unity.ncsu.edu>
|
| |
|
|
|
|
|
|
| |
during deinstall.
Reported by: bento via kris
|
|
|
|
|
| |
- Add WITH_SKIPLIST_MBOX to enable skiplist mboxlist.
- Add WITH_MURDER to enable murder.
|
|
|
|
|
|
|
|
|
| |
The release has two security fixes:
- Fixed some potential buffer overflows in the sieve code
- Fixed a pre-login buffer overflow in the IMAP parsing code
Approved by: portmgr
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Update databases/db3 to 3.3.11, and fix the few ports that need sorting
after the shlib version update, and a slight API change from 3.2.x->3.3.x
|
| |
|
|
|
|
| |
Reported by: Joseph Scott <joseph@randomnetworks.com>
|
|
|
|
|
| |
Since there is no functional change at all under FreeBSD,
I don't bump PORTREVISION.
|
|
|
|
|
|
|
| |
sockaddr correctly against PF_UNIX socket under 5-CURRENT. Because of
this behavior, PF_UNIX socket was always checked by libwrap. This
work around prevents PF_UNIX socket from checking by libwrap to always
allow LMTP.
|
| |
|
|
|
|
|
|
| |
PR: ports/40288
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: knu
|
|
|
|
|
| |
PR: ports/38436
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
|
| |
|
|
|
|
|
|
| |
the ECHO macro is set to "echo" by default, but it is set to "true" if
make(1) is invoked with the -s option while ECHO_CMD is always set to
the echo command.
|
| |
|
|
|
|
| |
Submitted by: KONDOU Kazuhiro <kazuhiro@alib.jp>
|
|
|
|
|
|
|
|
|
|
| |
been broken by the incompatibility between db3.2 and db3.3.
I am unconditionally bumping the PORTREVISION's to eliminate possible
troubles that should not happen before the coming release.
Sorry for inconvenience. I'll try to check compatibility hard before
committing next time.
|
| |
|
| |
|
|
|
|
| |
Now, sieve client speaks IPv6.
|
|
|
|
|
|
|
| |
- IPv6 patch was updated to 20010709 version.
(Now, reconfig by SIGHUP should work. However, since master is
running without root privilege, re-bind to privileged port still
fails. I believe it is original problem.)
|
| |
|
| |
|
|
|
|
|
|
| |
if they have been changed.
Submitted by: olgeni
|
|
|
|
|
|
| |
This patch will be applied in next cyrus-imapd release.
Reported by: Nick Sayer <nsayer@quack.kfu.com>
|
|
|
|
|
|
| |
Update IPv6 patch to latest one due to fix this bug.
Reported by: Nick Sayer <nsayer@quack.kfu.com>
|
|
|
|
| |
If your libsasl has sasl_checkapop(), you can use APOP.
|
|
|
|
| |
Submitted by: bento
|
|
|
|
| |
refer ${PREFIX}/etc/imapd.conf
|
| |
|
|
|
|
|
|
| |
at install time. Install mkimap script and show guidance, instead.
Reported by: David A. Koran <dak@solo.net>
|
|
|
|
| |
Reported by: Kaz SHiMZ <kshimz@sfc.co.jp>
|
| |
|
|
|
|
| |
Reported by: Alex Vasylenko <lxv@omut.org>
|
|
|
|
|
|
|
| |
IMAP4 protocols.
PR: ports/25597
Submitted by: Christopher K Davis <ckd@ckdhr.com>
|
|
|
|
| |
(I know, I look boring and pedant :o)
|