| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes:
2011-01-19
* flush_io after starttls, bug described in http://www.kb.cert.org/vuls/id/555316 (Wietse Venema)
2007-04-08
* type correction of time argument in ssl_timeoutio functions
* bug in tlsserversciphers processing (Michael Hanselmann)
* RFC1891 (James Couzens)
2006-01-04
* strerror declaration in tls.c compile problem (Renato Botelho, Bill Shupp)
* chown uid.gid deprecated, should be uid:gid (Bill Shupp)
2005-03-29
* no STARTTLS advertised when control/servercert.pem absent (Jason Haar) [already fixed in qmail-tls]
* control/notlshosts (Albert Weichselbraun)
* control/tlshosts/exhaustivelist
* scripts honor conf-users (Sven Verdoolaege)
2004-04-17
* bug: qmail-remote loops on malformed server response (B. Shupp, A. Meltzer) [already fixed in qmail-tls]
2004-01-20
* bug: DH caused exit if dh512.pem and dh1024.pem absent (Samuli Karkkainen)
2003-12-27
* script for update temporary RSA/DH temp keys
* CRL checking of clients
* Diffie-Hellman parameters added
* RFC 2821 compliance of headers (Matthias Wimmer)
* bug: sk_GENERAL_NAME_pop_free call (Joe Orton)
Notes:
svn path=/head/; revision=359176
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add LICENSE [1]
- Fix for clang [1]
- Use shebangfix
- Remove unneeded pre/post include
PR: 191323
Submitted by: maintainer
Notes:
svn path=/head/; revision=359121
|
|
|
|
| |
Notes:
svn path=/head/; revision=359119
|
|
|
|
| |
Notes:
svn path=/head/; revision=359112
|
|
|
|
| |
Notes:
svn path=/head/; revision=359065
|
|
|
|
|
|
|
|
|
| |
Maintainers had more than 4 years to fix them
With hat: portmgr
Notes:
svn path=/head/; revision=359005
|
|
|
|
|
|
|
|
| |
IGNOREFILES was set for a HTML file to avoid modifying the package for
minor changes, but it is now considered as dangerous. Fear!
Notes:
svn path=/head/; revision=359004
|
|
|
|
|
|
|
|
|
| |
- Bump dependent ports as .so version has changed
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=358946
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- fix hlp file [1]
- quota patch now part of 2.11, disable config option [2]
- fix/update maildir support [3]
- fix distinfo
Submitted by: antoine [1], Greg Rivers [2], Warren Block [3]
Approved by: maintainer by mail
Notes:
svn path=/head/; revision=358924
|
|
|
|
| |
Notes:
svn path=/head/; revision=358844
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
changes that Debian made to their libtool. The first command applies to
libtool versions 1.4 and up. The second command is somewhat more elaborate
but essentially it uses the sed hold space to move an "elif...fi" block
down. It applies to 2.x. Together these reduce overlinking to unpatched
.la files (from ports that don't have USES=libtool yet but also .la files
in the work directory).
The third and fourth command fix relinking. During staging libtool may
relink libA when it links to another library in the work directory libB.
The reason is that libA created during build phase has its runpath set to
the location of libB in the work directory. This allows running an
executable that links to libA from within the work directory. The relink
removes this extra runpath.
When libtool relinks libA it replaces "libB.la" on the linker command line
with "-L${STAGEDIR}${PREFIX}/lib -lB" with the intention to link to libB in
the stage directory but this -L flag isn't necessarily the first so another
libB may be linked instead. The two sed commands make relink the same as a
normal link. This means libtool will relink with libraries from the work
directory using a path similar to "../srcB/.libs/libB.so" without -L flags.
This applies to libtool 1.4 and up. Earlier versions don't seem to relink
libraries.
(This fixes ports like devel/apr1 so they link with freshly built libraries
instead of installed libraries.)
Fix all ports with missing libraries.
Additionally:
archivers/rpm4: USES=patchfix.
databases/gdbm: INSTALL_TARGET=install-strip.
devel/gnome-vfs: remove patch that doesn't change anything.
devel/ois: INSTALL_TARGET=install-strip and use standard USE_AUTOTOOLS.
devel/zziplib: INSTALL_TARGET=install-strip, MAKE_CMD.
multimedia/mjpegtools: remove USE_AUTOTOOLS, use modern compiler on i386
instead of disabling optimisations.
net/libnetdude: disable static plugins.
PR: 190941
Exp-run: antoine
Approved by: portmgr (antoine)
Notes:
svn path=/head/; revision=358784
|
|
|
|
|
|
|
|
|
|
| |
Fixes check-plist errors with the X11 option unset.
PR: 190768
Submitted by: Dave Duchscher <daved@tamu.edu>
Notes:
svn path=/head/; revision=358750
|
|
|
|
|
|
|
|
|
|
|
|
| |
2014-06-20 mail/sastatd: Superseded by sysutils/p5-Tail-Stat
2014-06-20 www/mod_ruby: Only for threadless ruby
2014-06-20 textproc/eruby: Only for threadless ruby, use ruby-gem erubis instead
2014-06-20 mail/p5-FuzzyOcr: Unmaintained upstream, no ports depending on it. Use mail/p5-FuzzyOcr-devel instead
2014-06-21 devel/bugzilla40
2014-06-21 devel/bugzilla42
Notes:
svn path=/head/; revision=358684
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add UID/GID for this port
- Update MASTER_SITES
- Remove IS_INTERACTIVE
PR: 190753
Submitted by: fullermd over-yonder net
Approved by: maintainer
Notes:
svn path=/head/; revision=358634
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Verify that /var/run/spamd exists before starting [2]
* While here, reformat Makefile
PR: ports/191101 [1], ports/189912 [1], ports/190005 [2]
Submitted by: Daniel Austin <freebsd-ports@dan.me.uk> and pi [1a],
brian@behlendorf.com [1b], Trond.Endrestol@ximalas.info [2]
Notes:
svn path=/head/; revision=358624
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Interactive ports can't be packaged which means they don't get tested
weekly either. Ideally all interactive ports should be converted to
regular ports. Reduce the number of these types of ports by pruning
unmaintained ones first. Those wishing to pick up these ports are
expected to convert them to regular ports if this can be done with
reasonable effort. Ports deprecated for removal on 20 August 2014:
* mail/mailagent
* net/delegate
* net-mgmt/nocol
* print/hplip-plugin
* print/xdvi
* sysutils/autopsy
* x11-clocks/xalarm
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=358603
|
|
|
|
| |
Notes:
svn path=/head/; revision=358579
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update to 3.1.78 [1]
- Support stage
- USES tar:bzip2
- Remove leading article from COMMENT
PR: 189489
Submitted by: kasahara nc kyushu-u ac jp [1]
Notes:
svn path=/head/; revision=358578
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
added many years ago for BIND 4. Using CNAME avoids excessive data in
DNS query responses and temporary failures.
This was already applied in spamcontrol.
See also:
http://homepage.ntlworld.com./jonathan.deboynepollard/Softwares/qmail/
https://www.google.com/#q=CNAME_lookup_failed_temporarily
Submitted by: Matt Simerson <matt@tnpi.net>
Notes:
svn path=/head/; revision=358499
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PKGNAMEs to reflect this as well and bump their version up to the last
netqmail release of 1.06.
qmail-ldap and qmail-spamcontrol explicitly want to be applied on stock
qmail, so leave those alone.
This does not bring much, but it allows easier updates to qmail-tls and
some of the other patches which depend on netqmail.
qmail-tls is left as qmail for now. It will be updated to the newer
revision soon which does require netqmail.
Changes include:
* QMAILQUEUE by default
* Fix for 0.0.0.0
* qmail-smtpd is protected from exceedingly long (eg 2GB) headers
Other than those listed, there are no other significant changes beyond
documentation or patches that were already applied by default.
Notes:
svn path=/head/; revision=358497
|
|
|
|
|
|
|
|
| |
The last time the maintainer was heard from was July 2010. How this
port didn't get reset after the first 3 timeouts, I'm not sure.
Notes:
svn path=/head/; revision=358378
|
|
|
|
|
|
|
| |
PR: 191096
Notes:
svn path=/head/; revision=358202
|
|
|
|
|
|
|
|
|
| |
- Add pkg-message
- use fetch instead of wget
- apply necessary patches to run client smoothly as a user
Notes:
svn path=/head/; revision=358163
|
|
|
|
|
|
|
| |
Approved by: portmgr@
Notes:
svn path=/head/; revision=358129
|
|
|
|
|
|
|
| |
Submitted by: Mikhail <mp39590@gmail.com>
Notes:
svn path=/head/; revision=358111
|
|
|
|
|
|
|
|
|
|
| |
Thanks for the bug report to Scott Allendorf <scott-allendorf@uiowa.edu>
PR: ports/191081
Submitted by: Michelle Sullivan <michelle@sorbs.net>
Notes:
svn path=/head/; revision=357968
|
|
|
|
|
|
|
|
|
| |
PR: 190883
Submitted by: john@jnielsen.net (maintainer)
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=357928
|
|
|
|
|
|
|
|
|
|
|
|
| |
Big thanks to Michelle for the biggest part of the work in getting
the port to StageAge. Thanks for Marco to take over as maintainer.
PR: ports/190273
Submitted by: Michelle Sullivan <michelle@sorbs.net>
Approved by: Marco Beishuizen <mbeis@xs4all.nl> (incoming maintainer)
Notes:
svn path=/head/; revision=357844
|
|
|
|
|
|
|
| |
PR: 191024
Notes:
svn path=/head/; revision=357819
|
|
|
|
|
|
|
|
|
|
|
| |
- Update MASTER_SITES
- Install the man page
PR: ports/188319
Submitted by: Keith Gaughan <k@stereochro.me>
Notes:
svn path=/head/; revision=357806
|
|
|
|
| |
Notes:
svn path=/head/; revision=357800
|
|
|
|
| |
Notes:
svn path=/head/; revision=357677
|
|
|
|
| |
Notes:
svn path=/head/; revision=357675
|
|
|
|
| |
Notes:
svn path=/head/; revision=357674
|
|
|
|
| |
Notes:
svn path=/head/; revision=357668
|
|
|
|
|
|
|
|
| |
- Support staging
- Many minor fixes
Notes:
svn path=/head/; revision=357632
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Sylvio's last commit was 17 months ago, a full 5 months after all of his
ports could have been reset per policy. Given the push to complete
staging (48 ports are still unstaged, something like 70+ have already
been staged by other committers) and given that PRs are automatically
assigned but never addressed, it's better just to reset all the ports and
PRs so that it's clear to others that these ports are free to maintain.
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=357526
|
|
|
|
| |
Notes:
svn path=/head/; revision=357504
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=357486
|
|
|
|
|
|
|
| |
- USES -> libtool
Notes:
svn path=/head/; revision=357479
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update Firefox ESR to 24.6.0
- Update libxul to 24.6.0
- Update NSS to 3.16.1
- Update NSPR to 4.10.6
- Update Thunderbird to 24.6.0
- Convert USE_BZIP2 to USES
- Backport ff31 fix against crashing DEBUG build on newegg.com [1]
- Add a note in UPDATING to not build audio/soundtouch with
INTEGER_SAMPLES [2]
- Use arc4random_buf(3) to generate UUIDs (version 4)
- Fix debugger detection used by Telemetry and the slow script dialog
- Add STAGE support [3]
PR: ports/189991 [1]
PR: ports/189217 [2]
PR: ports/189488 [2]
Submitted by: bapt [3]
Sumbitted by: Jan Beich
Security: http://www.vuxml.org/freebsd/888a0262-f0d9-11e3-ba0c-b4b52fce4ce8.html
Notes:
svn path=/head/; revision=357413
|
|
|
|
|
|
|
|
|
|
|
| |
years old
PR: 190402
Submitted by: craig001@lerwick.hopto.org (maintainer)
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=357386
|
|
|
|
| |
Notes:
svn path=/head/; revision=357374
|
|
|
|
|
|
|
|
|
|
| |
This port is unstaged, unsexy and should probably be discarded for
more modern alternatives; but someone might still be interested...
Approved by: portmgr (implicit)
Notes:
svn path=/head/; revision=357348
|
|
|
|
|
|
|
| |
- Move libravatar plugin to separate port
Notes:
svn path=/head/; revision=357321
|
|
|
|
|
|
|
| |
Submitted by: tijl
Notes:
svn path=/head/; revision=357312
|
|
|
|
| |
Notes:
svn path=/head/; revision=357309
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
Notes:
svn path=/head/; revision=357300
|
|
|
|
| |
Notes:
svn path=/head/; revision=357207
|
|
|
|
|
|
|
|
|
|
| |
No functional changes included.
CR: D193 (except math/sedumi)
Approved by: portmgr (bapt)
Notes:
svn path=/head/; revision=357070
|