| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
PR: ports/74069
Submitted by: ceri
|
|
|
|
| |
Obtained from: security/cyrus-sasl2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet
|
| |
|
|
|
|
|
|
| |
Reported by: Thomas Abthorpe <thomas@stthomasanglican.org>
Guido Berhoerster <ich@guido-berhoerster.org>
Approved by: marcus (portmgr)
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
<FreeBSD-Maintainer@westbend.net>: host pop.hnet.net[65.114.87.100] said: 550
5.1.1 <FreeBSD-Maintainer@westbend.net> User unknown; rejecting
Obtained from: PR 61650
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.
|
|
|
|
|
|
|
|
| |
in /etc/rc.conf upon startup.
- Pass maintainership to submitter
PR: 63289
Submitted by: Scot W. Hetzel <freebsd-maintainer@westbend.net>
|
| |
|
|
|
|
| |
to pacify portlint a little bit.
|
|
|
|
|
| |
PR: 54116
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
|
|
|
|
|
| |
# I'm not bumped port revision of them because this should not affect
# packages built on bento...
|
|
|
|
|
|
|
|
| |
nice to have in with portupgrade
PR: 54299
Submitted by: Mark Linimon <linimon@lonesome.com>
Approved by: maintainer timeout (> 1 month)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Made the port to optionally not build the mechs, define
WITHOUT_[ANONYMOUS,CRAM,DIGEST,LOGIN,OTP,GSSAPI,PLAIN].
* The Kerberos IV case is special, as we can use the base kerberos 4x
(<=5.0-RELEASE), or use the security/krb4 port.
WITH_KERBEROS4 - use security/krb4 port
if <=5.0-RELEASE, use krb4 port only if /usr/lib/libkrb.a
doesn't exist
WITHOUT_KERBEROS4 - disables using the base systems /usr/lib/libkrb.a
(<=5.0), if it exists and MAKE_KERBEROS4 defined in /etc/make.conf
* Changed the combined rcNG/rcOG scripts, so that the defaults are at the top
of the rc.d script and not in an external file to the script.
PR: 51505
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
sendmail mail submission program may log the following error on the
sasldb file:
error: safesasl(/usr/local/etc/sasldb) failed: Group readable file
Pine by default is using SMTP, and therfore SMTP AUTH if compiled
into sendmail. To disable SMTP AUTH we need to define DAEMON_OPTIONS
for the loopback interface.
PR: ports/51680
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
|
|
|
|
|
| |
PR: ports/48953
Submitted by: JoeHorn <joehorn@leobbs.net> and lots of others.
|
|
|
|
|
|
|
|
|
| |
Bento fails to proberly package the port on -CURRENT due
to -CURRENT no longer has libdes.* as the des functions
have been moved to the libcrypto.* library.
PR: 48442
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/43719
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
|
|
|
|
|
|
|
|
| |
update the Sendmail.README file to include instructions for
using the security/cyrus-sasl2 port.
PR: 42153
Submitted by: maintainer
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
pwcheck{_pam}).
PR: ports/41653
Submitted by: "Scot W. Hetzel" <hetzels@westbend.net> (MAINTAINER)
|
|
|
|
|
|
| |
unbreak for -current's PAM.
Approved by: "Scot W. Hetzel" <hetzels@westbend.net> (MAINTAINER)
|
| |
|
|
|
|
|
|
| |
PR: ports/40288
Submitted by: Mathieu Arnold <m@absolight.net>
Approved by: knu
|
|
|
|
|
|
|
|
|
| |
author fixed bug in patch but didn't increment version.
- Fix problem when openldap v1 is selected.
- Bump PORTREVISION
PR: ports/39800
Submitted by: maintainer
|
|
|
|
|
|
|
| |
update Sendmail.README for sendmail 8.10-8.12
PR: 38646
Submitted by: maintainer
|
|
|
|
|
| |
PR: 38434
Submitted by: maintainer
|
|
|
|
|
| |
PR: 38363
Submitted by: maintainer
|
|
|
|
|
|
|
| |
minor Update of the Readme
PR: 37607,37913
Submitted by: hetzels@westbend.net
|
|
|
|
|
| |
PR: 38100
Submitted by: Alan Batie
|
| |
|
|
|
|
|
| |
PR: 34561
Submitted by: maintainer
|
|
|
|
|
|
| |
the last commit.
Submitted by: maintainer
|
|
|
|
|
| |
PR: 34541
Submitted by: maintainer
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
PR: 34149
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
Allow PAM aware pwcheck daemon
Add JavaSASL
PR: 34068
Submitted by: maintainer
|
|
|
|
|
| |
PR: 33603
Submitted by: MAINTAINER
|
|
|
|
| |
Submitted by: bento 4-exp
|
|
|
|
| |
instead since ${.CURDIR} can be a read-only filesystem.
|
|
|
|
|
|
|
|
| |
correct db filename
fix pkg-install script
PR: 29731
Submitted by: maintainer
|
|
|
|
|
|
|
|
| |
Remove old MASTER_SITE
PR: 32555
Submitted by: alx@cii.sumy.ua
Approved by: maintainer
|
|
|
|
|
| |
PR: 32026
Submitted by: maintainer
|
|
|
|
|
|
|
| |
set ${AUTOMAKE_ARGS} to --add-missing --include-deps.
PR: 31593
Submitted by: TOGAWA Satoshi <toga@puyo.org>
|
|
|
|
|
|
|
| |
ADD IPv6 support
PR: 29404
Submitted by: maintainer
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
mysql323-client installs libmysqlclient.so.10 (instead of
libmysqlclient.so.6).
mysql323-{client,server} are production quality, now (according to
MySQL AB at least).
|
| |
|
|
|
|
| |
Approved by: asami
|
|
|
|
|
|
| |
guessable filename during configuration.
Approved by: Maintainer
|
|
|
|
|
|
|
| |
GroupReadableSASLFile option for DONT_BLAME_SENDMAIL.
PR: 23149
Submitted by: maintainer
|
|
|
|
|
|
|
| |
- Add support for Heimdal Kerberos V port
PR: 22894
Submitted by: MAINTAINER
|
|
|
|
|
| |
PR: 22490
Submitted by: Scot W. Hetzel <hetzels@westbend.net> MAINTAINER
|
|
|
|
| |
PR: 22462
|
|
|
|
|
|
|
|
|
|
|
| |
Authentication.
- Update MySQL & LDAP Authentication Methods
- Correct bento warning for extra file (Sendmail.conf).
- Correct mysql detection code in configure.sasl, and use LIB_DEPENDS for db3.
PR: 22462
Submitted by: Scot W. Hetzel <hetzels@westbend.net> MAINTAINER
|
|
|
|
| |
Submitted by: bento
|
| |
|
|
|
|
|
| |
PR: 21411
Submitted by: Scot W. Hetzel <hetzels@westbend.net> MAINTAINER
|
|
|
|
|
|
| |
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type
fixes that shouldn't have been necessary) and the string "/pkg/"
appear.
|
|
|
|
|
|
|
| |
it is no longer required. Apologies to the various maintainers whom I
did not yet hear back from, but the ports freeze is coming up in a few
hours and I will be verifying all of these ports on a 4.1 machine
myself to catch any problems.
|
|
|
|
|
|
| |
flags.
Approved by: maintainer, ade
|
|
|
|
|
|
|
|
|
|
|
|
| |
-- changed a hard coded value to a variable.
Kerberos IV detection fails due to double check on krb_mk_priv
(with/without com_err), used cached value from first check for krb_mk_priv.
Added addtional pwcheck methods (MySQL & LDAP Authentication).
PR: 21383
Submitted by: maintainer
|
|
|
|
|
|
| |
PR: ports/20376
Submitted by: Dmitry S. Sivachenko <dima@Chg.RU>
Approved by: Scot W. Hetzel <hetzels@westbend.net> (maintainer)
|
|
|
|
| |
MASTER_SITE_LOCAL site.
|
|
|
|
|
|
|
|
|
| |
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.)
Line up the rhs of variable assignments nicely. Remove a couple of extra
whitespaces while I'm here.
Suggested by: sobomax
|
|
|
|
| |
ldconfig in PLIST need personal consideration.
|
|
|
|
|
|
|
|
|
|
| |
Fix detection of kerberos4. (Now support for kerberos4 is always build
if /usr/lib/libkrb.a exists)
Make use of PLIST_SUB.
PR: ports/19187
Submitted by: Maintainer
|
| |
|
| |
|
|
|
|
| |
Submitted by: Jim Bloom <bloom@acm.org>
|
|
|
|
| |
Submitted by: Jim Bloom <bloom@acm.org>
|
|
|
|
|
|
| |
as the days of the former are numbered.
Reviewed by: asami
|
|
|
|
|
| |
PR: 16130
Submitted by: maintainer
|
|
|
|
|
|
|
| |
Also incorporate Garrett Wollman's kerberos fixes.
PR: 15732
Submitted by: maintainer
|
|
An RFC 2222 SASL (Simple Authentication and Security Layer).
PR: 14619
Submitted by: Scot W. Hetzel <hetzels@westbend.net>
|