126542 Commits

Author SHA1 Message Date
sthen
4a2d3b2d1d mark this one with @pkgpath net/unifi as well. not that it's an issue for
pkg_add -u, as it's no-redistribution..
2018-02-23 11:16:46 +00:00
sebastia
b2232d91fc minor update to 3.10.0 2018-02-23 10:58:11 +00:00
sebastia
3d9ffbd9c7 minor update to 1.4.0 2018-02-23 10:57:36 +00:00
ajacoutot
95aa9f5f75 Update to salt-2017.7.4. 2018-02-23 10:35:29 +00:00
ajacoutot
0bc9a898dc Update to awscli-1.14.45. 2018-02-23 10:28:50 +00:00
ajacoutot
481fdf0f47 Update to py-botocore-1.8.49. 2018-02-23 10:28:39 +00:00
ajacoutot
8b9617b962 Update to py-boto3-1.5.35. 2018-02-23 10:28:24 +00:00
sthen
d207296dee unbreak now we have SSL_CTX_get_ciphers 2018-02-23 10:26:56 +00:00
sthen
03c18e5bcd fix now we have X509_get0_tbs_sigalg 2018-02-23 10:25:17 +00:00
sthen
d8ac86fecb update to unifi-5.6.30 (there are newer 'stable candidate' versions, but
I plan on sticking to the 'stable' versions for this LTS series as the
distfiles stay around for longer).
2018-02-23 10:18:26 +00:00
sthen
302313d42d re-add the 5.6 version of unifi, split to subdirectory. 5.6 maintains support
for the original square 11ac models (Broadcom-based) which was removed from 5.7.
https://community.ubnt.com/t5/UniFi-Updates-Blog/UAP-AC-UAP-AC-Outdoor-LTS-Announcement/ba-p/2059058
2018-02-23 10:10:06 +00:00
landry
7a1ea3c25e Update to geary 0.12.1 2018-02-23 09:58:09 +00:00
sthen
23f03b0df4 Better fix. It was actually X509_STORE_get_ex_new_index that we don't
have, but Ruby was guarding this by a single function check for
X509_STORE_set_ex_data. In most cases they are doing nice checks in
extconf.rb for the exact function so convert to doing the same here.
2018-02-23 09:54:25 +00:00
patrick
e0cb16e22d Loading the microcode earlier has apparently fixed naddy@'s issues
on the Skylake-based build servers.  Re-enable and ship the Skylake
microcode updates again.

Requested by naddy@
From and ok sthen@
2018-02-23 07:45:07 +00:00
sthen
ad52b4a5fb unbreak following libressl additions - we have X509_OBJECT_get0_X509,
BIO_up_ref, X509_STORE_get0_objects but not X509_NAME_ENTRY_set,
SSL_CTX_get_default_passwd_cb, X509_OBJECT_get_type,
SSL_CTX_get_default_passwd_cb_userdata, X509_STORE_get0_param,
SSL_SESSION_has_ticket, SSL_SESSION_get_ticket_lifetime_hint

while there: don't override TLS_*method with macros
2018-02-22 23:03:12 +00:00
sthen
87b689426d quick fix for X509_STORE_set_ex_data to let this package/run; config checking
sets HAVE_X509_STORE_SET_EX_DATA though we don't actually have it yet, causing
undefined symbol when running ruby as part of "make fake" to generate docs.
2018-02-22 21:35:11 +00:00
sthen
c8307509d3 unbreak, now we have DH_get0_engine() 2018-02-22 19:36:04 +00:00
sthen
610d7dac87 const changes needed for X509_OBJECT_get0_X509 2018-02-22 18:49:16 +00:00
sthen
4fc64cdd8f remove patch, no longer needed 2018-02-22 18:31:11 +00:00
kn
e2f4f9ac8c Update to ranger 1.9.1, take MAINTAINER
OK sthen
2018-02-22 16:51:50 +00:00
ajacoutot
dae8d73250 Better comment. 2018-02-22 13:59:09 +00:00
ajacoutot
6d3a71826b Update to meson-0.44.1. 2018-02-22 13:57:47 +00:00
ajacoutot
9bd92861ce Fix comment. 2018-02-22 12:53:31 +00:00
ajacoutot
284f146306 Update to owncloud-10.0.7. 2018-02-22 11:03:30 +00:00
kirby
9618efe35a fix MASTER_SITES 2018-02-22 08:49:54 +00:00
gonzalo
328ffc7ec1 Update for Logstalgia to 1.1.1
OK benoit@
2018-02-22 08:12:20 +00:00
gonzalo
9bef57cc96 Update for Gource to 0.48.
OK benoit@
2018-02-22 07:58:22 +00:00
bentley
1a95d2934b +libtheoraplay, +libtheorafile 2018-02-22 07:57:04 +00:00
bentley
6c8f894505 Import libtheoraplay-61.
TheoraPlay is a simple library to make decoding of Ogg Theora videos
easier.

A tiny example to pull data out of an .ogv file is about 50 lines of C
code, and a complete SDL-based media player is about 300 lines of code.

TheoraPlay is optimized for multicore CPUs, and is designed to be
programmer-friendly. You will need libogg, libvorbis, and libtheora, of
course, but then you just drop a .c file and two headers into your
project and you're ready to hook up video decoding, without worrying
about Ogg pages, Vorbis blocks, or Theora decoder state.

Places TheoraPlay can be found in use:
- Shank.
- Crypt of the Necrodancer.
- 20XX.
- FNA.


From Thomas Frohwein.
ok sthen@
2018-02-22 07:56:11 +00:00
bentley
3353e95941 Import libtheorafile-20170905.
This is Theorafile, a library for quickly and easily decoding Ogg Theora videos.
Theorafile is released under the zlib license. See LICENSE for details.
Theorafile was written to be used for FNA's VideoPlayer. This library is
accessed via Theorafile#.


From Thomas Frohwein.
ok sthen@
2018-02-22 07:54:51 +00:00
sthen
720878bd28 update to asterisk-13.19.2
AST-2018-002: Crash when given an invalid SDP media format description
AST-2018-003: Crash with an invalid SDP fmtp attribute
AST-2018-004: Crash when receiving SUBSCRIBE request
AST-2018-005: Crash when large numbers of TCP connections are closed suddenly
AST-2018-006: WebSocket frames with 0 sized payload causes DoS

(only 15.x reported as affected by AST-2018-001)
2018-02-21 22:37:41 +00:00
steven
35084d2303 pass the appropriate --fcompiler flag to the build so libgfortran is
used consistently.

issue reported by landry@
no objection from daniel@
2018-02-21 21:02:52 +00:00
kili
c691dba21c Some parts of texlive now only build with a C++-11 capable compiler,
so re-add COMPILER = base-clang ports-gcc.

However, do not yet set CXXFLAGS = -std=c++11 globally, because other
ports will currently break with it (speficically luatex). This will
be done after re-add the luatex patch dropped during the texlive
update and collect proper patches for pdftex (using our poppler
instead of the bundled one).

Successfully test-built on sparc64 and macppc by landry@.
2018-02-21 21:00:27 +00:00
sthen
8a2b3da38f update to xca-1.40, still missing quite a bit of "new api" for this 2018-02-21 11:48:35 +00:00
sthen
b03bf32f83 update to c-icap 0.5.3 2018-02-21 09:54:00 +00:00
jsg
4b3467ce07 Switch from using the last tagged raspberrypi firmware release to the
latest master commit which targets linux 4.14.  Adds 'enable-method' and
'cpu-release-addr' to cpu nodes in the dtb which are required to be able
to spinup additional cpus with MULTIPROCESSOR arm64 kernels.
2018-02-21 02:48:23 +00:00
sthen
2ba0a9b0a4 fix, we have all the DH_ DSA_ RSA_ needed 2018-02-20 21:02:13 +00:00
sthen
c50c11d1ae unbreak, now libressl has all the functions this needs 2018-02-20 20:50:30 +00:00
sthen
d2593e1e71 unbreak, now libressl has all the functions this needs 2018-02-20 20:50:07 +00:00
sthen
289958fd6a unbreak, now we have all the functions this needs 2018-02-20 20:46:46 +00:00
sthen
2c078448e9 unbreak, we now have all the RSA/DSA_SIG_* functions this needs, but not
ECDSA_SIG_[gs]et0
2018-02-20 20:41:53 +00:00
sthen
982c6daee1 more libressl fixes 2018-02-20 20:33:11 +00:00
bket
5f1eef04a3 update to entr-4.0
OK sthen@, kn@
2018-02-20 19:23:34 +00:00
jasper
b5904c66c1 update to borgmatic-1.1.15 2018-02-20 18:08:54 +00:00
mpi
d7944fdcc9 Sync with latest bugzilla submission. 2018-02-20 16:59:19 +00:00
bket
b374b11976 update to dante-1.4.2
Removed patch from jca@ with has been committed upstream. Maintainer
timeout.

OK sthen@
2018-02-20 16:41:59 +00:00
rpointel
290dbb79eb small update to 0.0.33. 2018-02-20 14:34:39 +00:00
rpointel
9af8731eff small update to 0.52. 2018-02-20 14:00:30 +00:00
rsadowski
ab9a5aedb1 Update x2goclient to 4.1.1.0 2018-02-20 13:32:43 +00:00
giovanni
8b4f1e11c8 Set new homepage and bump, forgot in previuos commit 2018-02-20 10:31:53 +00:00