Disable NEON support for armv6 (softfp). Alas, MACHINE_CPU is
underspecified on arm* to conditionalize NEON check within a port.
PR: 201273
Reported by: pkg-fallout
Submitted by: mikael.urankar@gmail.com
MFH: 2015Q3
e.g. often username exceeds the limit when it contains @host.name
part.
Reported by: gahr (via private email)
Obtained from: Philipp Takacs <philipp@bureaucracy.de> (via IRC)
OpenConnect server (ocserv) is an SSL VPN server. Its purpose is
to be a secure, small, fast and configurable VPN server. It implements
the OpenConnect SSL VPN protocol, and has also (currently experimental)
compatibility with clients using the AnyConnect SSL VPN protocol.
The OpenConnect protocol provides a dual TCP/UDP VPN channel, and
uses the standard IETF security protocols to secure it. Both IPv4
and IPv6 are supported.
Ocserv's main features are security through provilege separation
and sandboxing, accounting, and resilience due to a combined use
of TCP and UDP. Authentication occurs in an isolated security
module process, and each user is assigned an unprivileged worker
process, and a networking (tun) device. That not only eases the
control of the resources of each user or group of users, but also
prevents data leak (e.g., heartbleed-style attacks), and privilege
escalation due to any bug on the VPN handling (worker) process. A
management interface allows for viewing and querying logged-in
users.
WWW: http://www.infradead.org/ocserv/
PR: 202253
Submitted by: Carlos Jacobo Puga Medina <cpm@fbsd.es>
Reviewed by: pi
upstream of this port and maintainer notified developers on 07/17/15 to
update his ports while he is AFK.
Sync's to pre-release 2.4.0
Differential Revision: https://reviews.freebsd.org/D3385
2015-07-01: Fixed a bug in the complex version of Vec.ssqr_diff.
Thanks to Akinori Abe for the patch!
2015-06-30: Fixed Oasis-related linking problem (again).
Really annoying, but Oasis still generates code that prevents
proper linking.
2015-06-29: Improved portability to some Linux-platforms.
Thanks to Akinori Abe for the patch!
2015-06-03: Fixed Oasis-related linking problem (again).
2015-05-31: Fixed several offset calculation bugs for certain default
argument combinations.
Thanks to Chris Hardin <chardin@janestreet.com> for the first
patch!
2015-03-16: Added support for the general Schur factorization for both real
and complex numbers:
* gees
Thanks to Florent Hoareau <h.florent@gmail.com> for this
contribution!
2014-10-22: Fixed string handling for new OCaml version 4.02 (String/Bytes
modules). Requires new findlib version (>= 1.5).
PR: 199226
Submitted by: tkato432@yahoo.com
more fragile towards the next upgrades. While it also does hide the moment
of the next version update, we should generally try keeping ports fetchable
at all times (and thus more robust).
This also reverts freefall login expansion in Makefile header: despite its
sanity and merit, it incidentally clashes with one of the PHB "rules" that
had recently plagued the Handbook. Correct fix would be to fix the latter,
but for now this particular issue is causing too much drama on the lists.
Requested by: mat
- Remove upstreamed patches
Changelog:
General compilation fixes.
Compilation fixes for libav.
Minor fixes for BSD compilation.
Minor fix for initialisation of "alien_overlay" effect.
Fix image file previews within File Open dialog (regression).