- Update LICENSE and set LICENSE_FILE [1]
- Port is architecture neutral
- Split install target to conditional installation of files
depending on options set
Changelog:
- Use env printf instead of hardcoding printf path
- Added a $forecast_text variable allowing to customize forecast text
- Relicensed under the BSD 2-Clause license
PR: 211384 [1]
Submitted by: Danilo G. Baio (maintainer) [1]
- Add LICENSE info [1]
- Strip more binaries [1]
- No need to include bsd.port.pre.mk
PR: 210844 [1]
Submitted by: otacilio.neto@bsd.com.br (maintainer)
On FreeBSD 9, the 'Requires.private: zlib' line in tcl.pc causes breakage in
ports that use pkg-config tcl to build their cflags, libraries, etc. This
commit fixes at least the devel/libdistance build on 9; it may fix others, too.
Approved by: gahr
Differential Revision: https://reviews.freebsd.org/D4359
This library can be used as a module for `fog` or as standalone
provider to use the Azure cloud services in applications.
WWW: http://github.com/fog/fog-azure
Approved by: swills (mentor)
Numerizer is a gem to help with parsing numbers in natural language
from strings (ex forty two).
WWW: https://github.com/jduff/numerizer
Approved by: pi (mentor)
A simple Ruby natural language parser for elapsed time. (For example, 4 hours
and 30 minutes, 6 minutes 4 seconds, 3 days, etc.) Returns all results in seconds.
WWW: https://github.com/hpoydar/chronic_duration
Approved by: pi (mentor)
As there is an shlib version bump, bump them portrevision of dependent ports.
While doing so, also switch to the cmake build system, as it requires less
patching and is easier to handle.
PR: 211329
Reviewed by: mat, rakuco, kwm
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D7283
- Invalid data sets are not handled correctly for @testWith annotation
- No warnings when test runs in separate process
- expectException() accepts non-string argument
Approved by: pi (mentor)
A couple options changes:
The MAILDIR and SECURE_FREE knobs were both removed and switched to
always-on. Having maildir support does not preclude mbox support, so
there's no reason not to include it for everybody. The secure-free
run-time free() safety check is good practice and is a mandatory default
on a number of other OS's, so now it's enabled for all zsh here as well.
PORTREVISION bump for the above changes.
The rest of the changes are simplifications, and reorganizing things to
be more legible. An EXTRA_PATCHES that was being applied unconditionally
was converted to a normal files/patch-, and I added in some comments
on things I got confused by.
While here, I also rewrote the descr to better describe what Zsh is
in relation to other shells. I also removed
"See also zshcompsys(1) manpage. :)"
Not even a smiley face can undo the pain of trying to read zshcompsys(1).
2. updated to version 4.0.3
deleted obsolete patch 'patch-libinterp-octave-value-ov-classdef'
Java and GUI are now optional
plist is now generated automatically
revised dependencies
PR: 211291
Submitted by: bsam (1), Alexander Sherikov (2)
<ChangeLog>
*) Change: now the "accept_mutex" directive is turned off by default.
*) Feature: now nginx uses EPOLLEXCLUSIVE on Linux.
*) Feature: the ngx_stream_geo_module.
*) Feature: the ngx_stream_geoip_module.
*) Feature: the ngx_stream_split_clients_module.
*) Feature: variables support in the "proxy_pass" and "proxy_ssl_name"
directives in the stream module.
*) Bugfix: socket leak when using HTTP/2.
*) Bugfix: in configure tests.
Thanks to Piotr Sikora.
</ChangeLog>
This is a bug fix release.
* Improve some error messages
* Improve documentation
* Allow a principal with nonexistent policy to bypass the minimum
password lifetime check, consistent with other aspects of
nonexistent policies
* Fix a rare KDC denial of service vulnerability when anonymous client
principals are restricted to obtaining TGTs only [CVE-2016-3120]
MFH: 2016Q3
Security: 62d45229-4fa0-11e6-9d13-206a8a720317
Security: CVE-2016-3120
service vulnerability (CVE-2016-3120 -- same vulnerability fixed in
krb5 1.14.3), update entry 62d45229-4fa0-11e6-9d13-206a8a720317 to
also document the same in krb5 1.13.6.
Security: 62d45229-4fa0-11e6-9d13-206a8a720317
Security: CVE-2016-3120
====> Running Q/A tests (stage-qa)
Error: /usr/local/bin/nsaconv is linked to /usr/local/lib/libjpeg.so.8 from graphics/jpeg-turbo but it is not declared as a dependency
Warning: you need USES+=jpeg
MFH: 2016Q3