This updates bro and broccoli from 2.3 and 2.3.2, which is a security
update.
Changes to the bro port:
- Rework openssl option logic
- Remove obsolete
- pkgng related changes
Changes to the broccoli port:
- Remove unused DOCS option
- Enable PYTHON by default
- pkgng related changes
- Minor portlint changes
Changes in 2.3.2:
- DNP3: fix reachable assertion and buffer over-read/overflow.
CVE number pending. (Travis Emmert, Jon Siwek)
- Update binpac: Fix potential out-of-bounds memory reads in
generated code. CVE-2014-9586. (John Villamil and Chris Rohlf
- Yahoo Paranoids, Jon Siwek)
- BIT-1234: Fix build on systems that already have ntohll/htonll.
(Jon Siwek)
- BIT-1291: Delete prebuilt python bytecode files from git. (Jon Siwek)
- Adding call to new binpac::init() function. (Robin Sommer)
Changes in 2.3.1:
- Fix a reference counting bug in ListVal ctor. (Jon Siwek)
- Fix possible buffer over-read in DNS TSIG parsing. (Jon Siwek)
- Change EDNS parsing code to use rdlength more cautiously. (Jon Siwek)
- Fix null pointer dereference in OCSP verification code in
case no certificate is sent as part as the ocsp reply. Addresses
BIT-1212. (Johanna Amann)
- Fix OCSP reply validation. Addresses BIT-1212 (Johanna Amann)
- Make links in documentation templates protocol relative. (Johanna Amann)
PR: 197107
Submitted by: Craig Leres <leres@ee.lbl.gov> (maintainer)
Reviewed by: koobs
2015-01-31 audio/py-eyed3-06: In audio/abcde dependency has been changed to audio/py-eyed3
2015-01-31 mail/postfix210: Use mail/postfix instead.
2015-01-31 net-im/venom: No more support from the project
2015-02-01 security/openssh-portable66: security/openssh-portable now has all patches working. This port is obsolete.
2015-01-31 www/p5-WWW-Scraper-ISBN-Driver: Merged to www/p5-WWW-Scraper-ISBN by upstream
2015-01-31 www/p5-WWW-Scraper-ISBN-Record: Merged to www/p5-WWW-Scraper-ISBN by upstream
A font containing Basic Latin, Greek, Cyrillic and many Symbol blocks of
The Unicode Standard, Version 7.0
WWW: http://users.teilar.gr/~g1951d/
PR: 197090
Submitted by: Elizabeth Myers <elizabeth@Interlinked.me>
Reviewed by: jbeich
A few years ago, _XSI_VISIBLE was defined to re-expose gettimeofday on
FreeBSD. Recent changes to DragonFly's signal.h headers resulted in the
failure of the building of pmt. By defining _XOPEN_SOURCE=500 instead,
pmt on both platforms.
When USES=iconv is changed to USES=iconv:translit, it can add libiconv
dependency from ports along with the addition of -liconv to LDFLAGS.
Most compilers (with FreeBSD's base compilers being notable exceptions)
will not look in /usr/local/lib by default, so this adds a -L argument
to LDFLAGS to help the linker find libiconv.so and unbreak the port on
affected platforms.
so runs the dovecot binary against each provided configuration file to
obtain configuration data. When the configuration file doesn't exist, it
says:
doveconf: Fatal: open(/im_not_here) failed: No such file or directory
Mistyping the conf file locations when doing multiple instances deserves
an error message. The real issue here is that in order to set up
dovecot, you have to actually copy files over from ${EXAMPLESDIR}. The
default configuration file intentionally does not exist in a clean
installation. So everybody who installs the dovecot2 port and does not
configure it will receive that message at every boot.
Fix it with a patch from pi that makes sure the conf file exists before
trying to do stuff with it.
PORTREVISION bump.
PR: 197275
Submitted by: pi
I've run into a handful of perl ports that are not jobs safe. I've been
hesitating to mark them as such, but this port has shown up multiple
times on the fail-to-build list. There are other perl ports that also fail
quite often with high "j" numbers, so I'll start marking them.
This one fails to build the libmhttp.a archive which is a typical error
seen when at least one of the object files is missing.
The port tries to build the swm executable before the swm.o object file
is finished building.
While marking this jobs-unsafe, pet portlint so it doesn't complain. It
doesn't like "file" being used as a variable name.
particular, joblib offers:
* transparent disk-caching of the output values and lazy re-evaluation
* easy simple parallel computing
* logging and tracing of the execution
Joblib is optimized to be fast and robust in particular on large data and has
specific optimizations for numpy arrays.
WWW: https://github.com/joblib/joblib
currtime is an enhanced command-line operated real time clock. Features
include:
- Time displayed in Unix-compatible format
- Shows the current time on the same line
- Can run for a specified number of ticks (seconds) with the -T (ticks)
flag
- Option to display each tick on a new line with the -n flag
WWW: http://www.neelc.org/software/currtime/
PR: 197144
Differential Revision: https://reviews.freebsd.org/D1751
Submitted by: neel@neelc.org
Approved by: bapt(mentor)
stems from the fact that the old distfile contained .svn control files where in
the tarball on github those files have been purged. The rest remained
unmodified, therefore no PORTREVISION bump is required.