In Perl, versions are not numbers. While they may look like numbers,
they are not, they are kind of special strings and should be treated as
such.
Reported by: bjornr isnic is
Sponsored by: Absolight
Google's one. It includes various fixes for FreeBSD and has been
maintained by FreeBSD developers.
- Drop binaries for testing.
- Set maintainership to gnn@.
Discussed with: tuexen and gnn
Oauth is an authorization protocol built on top of
HTTP which allows applications to securely access
data without having to store usernames and passwords.
WWW: http://pecl.php.net/package/oauth/
PR: 212773
Submitted by: dbaio@bsd.com.br
As far as I (the author) knows, sshuttle is the only program that solves
the following common case:
* Your client machine (or router) is Linux, FreeBSD, or MacOS.
* You have access to a remote network via ssh.
* You don't necessarily have admin access on the remote network.
* The remote network has no VPN, or only stupid/complex VPN protocols
(IPsec, PPTP, etc). Or maybe you are the admin and you just got
frustrated with the awful state of VPN tools.
* You don't want to create an ssh port forward for every single host/port
on the remote network.
* You hate openssh's port forwarding because it's randomly slow and/or
stupid.
* You can't use openssh's PermitTunnel feature because it's disabled by
default on openssh servers; plus it does TCP-over-TCP, which has
terrible performance
WWW: https://github.com/sshuttle/sshuttle
While I'm here, patch out pytest-runner from setup_requires and add it
to tests_require. It's a test dependency, and pytest upstream
shouldn't 'recommend' otherwise in its 'Usage:' docs.
[1] https://github.com/sshuttle/sshuttle/issues/115
Requested by: John Kozubik (rsync.net, Inc) via freebsd-jobs
of the DescribeRegions API call to get a list of EC2 regions rather than
using a static list compiled in; some users may need to update their IAM
policies to allow DescribeRegions.
No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.
$ cc -lplds4 -L/usr/local/lib
/usr/lib/crt1.o: In function `_start1':
crt1_c.c:(.text+0xa6): undefined reference to `main'
/usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
/usr/local/lib/libplds4.so: undefined reference to `pthread_create'
/usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
/usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
/usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'
PR: 213144
Exp-run by: antoine
The last version of net/libmediawiki is 4.12.0.
Afterwards it was unbundled from graphics/digikam's distfile,
but was never released in a tarball of its own.
Approved by: rakuco (mentor)
* Clean up the port to use the new OPTIONS framework [1]
* Make sure to use the right Python executable for afpstats [2]
PR: 213192 [2]
Submitted by: bofh [1]
Differential Revision: D7537 [1]
those folks who don't want to use the FreeBSD supported version.
PR: 212828
Submitted by: Sergey Kozlov <kozlov.sergey.404@gmail.com>
Reviewed by: Franco Fichtner <franco@opnsense.org>
Previous attempts to run tigervnc resulted in the server quitting:
vncserver: couldn't find "mcookie" on your PATH
With the attached patch, the vncserver now generates the "magic cookie".
While here, add the missing vietnamese translation to fix stage-QA checks.
The -devel version got the same fix and was revbumped even though it is
still ignored since it's no newer than the stable version.
PR: 213150
Reported by: Zane Bowers-Hadley (vvelox [at] vvelox.net)
Submitted by: maintainer
To avoid confusion, the main port is to track the latest release.
Whether to rename includes/libraries as well making it possible to
install 2.x and 3.x side-by-side remains to be investigated.
PR: 210505 (for tracking)
Inspired by: PkgSrc