Sunpoet Po-Chuan Hsieh
c83630d567
- Update to 0.7.0
...
Changes: https://github.com/tatsuhiro-t/nghttp2/releases
2015-01-09 18:07:25 +00:00
Sunpoet Po-Chuan Hsieh
cec2e05355
- Update to 0.30
...
- Add LICENSE
Changes: http://search.cpan.org/dist/MouseX-App-Cmd/Changes
2015-01-09 18:07:20 +00:00
Sunpoet Po-Chuan Hsieh
a2825efd36
- Update to 20150107
...
Changes: http://people.FreeBSD.org/~sunpoet/usbids-20150107.diff
2015-01-09 18:07:14 +00:00
Sunpoet Po-Chuan Hsieh
cb105baecb
- Update to 20150105
...
Changes: http://people.FreeBSD.org/~sunpoet/pciids-20150105.diff
2015-01-09 18:07:09 +00:00
Antoine Brodin
8313b3fe69
Allow building with libc++ r224926
...
PR: ports/196630
Submitted by: dim@
2015-01-09 18:02:36 +00:00
Dmitry Marakasov
3a7ca2b282
- Add LICENSE
...
- Drop @dirrm* from plist
2015-01-09 18:00:18 +00:00
Antoine Brodin
89c0b0782c
Allow building with libc++ r224926
...
PR: ports/196629
Submitted by: dim@
2015-01-09 17:58:46 +00:00
Tijl Coosemans
04a50bd182
Fix build when OpenSSL doesn't support SSL2/SSL3
...
PR: 195796
2015-01-09 17:57:42 +00:00
Antoine Brodin
155b7c6560
Allow building with libc++ r224926
...
PR: ports/196627
Submitted by: dim@
2015-01-09 17:56:50 +00:00
Antoine Brodin
c74aaf147a
Allow building with libc++ r224926
...
PR: ports/196625
Submitted by: dim@
2015-01-09 17:55:09 +00:00
Tijl Coosemans
2bba679987
Add USES=pkgconfig
...
PR: 196641
2015-01-09 17:18:46 +00:00
Renato Botelho
c9e8d09893
- Update to 5.2.2
...
- Add LICENSE
PR: 196615
Approved by: strongswan@Nanoteq.com (maintainer)
Security: CVE-2014-9221
2015-01-09 17:15:41 +00:00
Tijl Coosemans
3dc00b8164
Fix build when OpenSSL does have SSL2/SSL3 support
...
PR: 195796
2015-01-09 16:44:41 +00:00
Matthias Andree
d78e5a106c
Update to new test release.
...
Changes: the two items at the end of v2.73 here:
<http://thekelleys.org.uk/gitweb/?p=dnsmasq.git;a=blob;f=CHANGELOG;h=e8bf80f81baac3366dfecbdb6e80c4102fb21574;hb=424c4a8a53c8aa5d6ac899c95803b97410abec8f#l26 >
2015-01-09 16:41:32 +00:00
Koop Mast
b1a084f7dc
Update to 5.2.2.
...
Allow higher java then 1.6 for the jdbc plugin
2015-01-09 16:36:15 +00:00
Tijl Coosemans
8d7e0b5d31
Fix build with ports OpenSSL
...
PR: 195796
2015-01-09 16:29:50 +00:00
Koop Mast
fba3c32451
Update iso-codes to 3.57.
2015-01-09 15:45:52 +00:00
Koop Mast
7a2781a807
Update to 3.14.3.
...
Build vala "bindings"
2015-01-09 15:40:01 +00:00
Koop Mast
26eed53561
Update cantarell-fonts to 0.0.16.
2015-01-09 15:33:58 +00:00
Koop Mast
4442fc4a3a
Update libmms to 0.6.4.
2015-01-09 15:32:36 +00:00
Tijl Coosemans
4bf50485e6
- Fix build when audio/speex isn't installed by adding --disable-speex to
...
CONFIGURE_ARGS. This does not actually disable Speex support because
the port doesn't use the bundled mediastreamer.
- Remove --enable-zrtp because the port doesn't use the bundled ortp.
- Take maintainership
2015-01-09 15:30:09 +00:00
Tijl Coosemans
e8f16d3495
- Fix disabling V4L option
...
- Take maintainership
2015-01-09 15:14:05 +00:00
Guido Falsi
3c7673bc00
- Update to 8.2.6
...
- Mark MAKE_JOBS_UNSAFE due to reported failures on systems with many cores
- Mark BROKEN on 8.x
- Avoid running pkg-install and displaying pkg-message in post-install target
- Remove dirrms from plist
- Canonicalize patch file names
PR: 196344
Submitted by: jwbacon at tds.net (maintainer)
2015-01-09 15:12:14 +00:00
Tijl Coosemans
d15287648b
- Add SRTP and ZRTP support
...
- Fix MASTER_SITES
PR: 196249
Approved by: maintainer timeout (16 days)
2015-01-09 15:12:09 +00:00
Tijl Coosemans
54d7237cc8
Add USES=compiler:c++11-lib to fix build on FreeBSD 8 and 9.
2015-01-09 15:07:43 +00:00
Tijl Coosemans
90bc3acc62
Update net/libsrtp to 1.5.0.
...
PR: 196248
Approved by: maintainer timeout (16 days)
2015-01-09 15:06:15 +00:00
Tijl Coosemans
9281940ef3
Update audio/speex to 1.2rc2. One of the libraries has been split off into
...
a new port audio/speexdsp.
2015-01-09 14:37:52 +00:00
Koop Mast
26b0043fe8
Update webkit-gtk[23] to 1.4.8.
...
Switch webkit-gtk3 to compiler:c++11-lib instead of homegrown clang code [2].
This unbreaks the build on 8.x.
Axe WEBGL and WEBAUDIO options and turn them on by default (like upstream
intended). Disabling them leads to wierd build failures, due to untested
build paths. [1]
Only set -Qunused-arguments if the compiler is clang [2]
Fix SSL connection issues with some websites after the POODLE vulnerability fix.
MFH: 2015Q1
PR: 196333 [1], 196031 [2], 195628 [2], 196296 [1]
Submitted by: peo@bsdlabs.com and david@catwhisker.org [1], truckman@ [2]
Security: e9ccdb28-9802-11e4-9d9c-bcaec565249c
Security: CVE-2014-1344, CVE-2014-1384, CVE-2014-1385, CVE-2014-1386
Security: CVE-2014-1387, CVE-2014-1388, CVE-2014-1389, CVE-2014-1390
2015-01-09 13:37:56 +00:00
Koop Mast
4aa0ef3cf1
Document webkit-gtk[23] vulnabilities.
2015-01-09 13:35:31 +00:00
Martin Matuska
e20dacb25e
Update horde_lz4 to 1.0.7
2015-01-09 13:16:59 +00:00
Martin Matuska
340e47aed7
Fix dependencies for horde-nag
2015-01-09 13:13:20 +00:00
Martin Matuska
e0b0342034
Fix dependencies for horde-kronolith
2015-01-09 13:11:32 +00:00
Martin Matuska
f31f4075ca
Fix dependencies for horde-imp
2015-01-09 13:05:53 +00:00
Martin Matuska
14e1776b23
Add pear-Horde_Mail_Autoconfig to horde.mk
2015-01-09 12:59:05 +00:00
Martin Matuska
a00388857c
Horde class that attempts to automatically determine configuration options
...
for various remote mail services (IMAP/POP3/SMTP).
WWW: http://pear.horde.org
2015-01-09 12:57:42 +00:00
Martin Matuska
b4fd34f4c4
Update pear-Horde_Text_Filter to 2.2.2
2015-01-09 12:49:24 +00:00
Martin Matuska
99740b3f38
Fix pear-Horde_Idna dependency for pear-Horde_Mail
2015-01-09 12:47:33 +00:00
Martin Matuska
0eff36130d
Add pear-Horde_Idna dependency to horde.mk
2015-01-09 12:44:21 +00:00
Martin Matuska
433582fc06
Horde class for normalized access to various backends providing IDNA
...
(Internationalized Domain Names in Applications) support.
WWW: http://pear.horde.org
2015-01-09 12:41:33 +00:00
Vanilla I. Shu
9e2b812aea
1: reset MAINTAINER to submitter,
...
new ports should set maintainer as submitter,
2: fix pkg-descr.
3: add LICENSE.
Submitted by: az@
2015-01-09 12:27:40 +00:00
Dmitry Sivachenko
28879baea5
Update to version 0.3.1.
2015-01-09 11:54:08 +00:00
Dmitry Sivachenko
84d2e13146
Adjust this port to reflect it's move to github.
...
regexes.yaml has been move to separate project so it can be used from
different bindings.
See devel/ua_parser-core port.
2015-01-09 11:47:51 +00:00
Dmitry Sivachenko
c4b9eeefcf
This port contains the core of BrowserScope's original user agent string
...
parser: data collected over the years by Steve Souders and numerous other
contributors, extracted into a separate YAML file so as to be reusable as is
by implementations in any programming language.
This port itself does not contain a parser: only the necessary data to build
one. There exists a ref implementation, along with multiple, production-ready
implementations in various programming languages.
WWW: https://github.com/ua-parser/uap-core
2015-01-09 11:45:51 +00:00
Koop Mast
41a74503fa
Make py3-cairo build with python 3.4.
...
Submitted by: antoine@
2015-01-09 11:11:59 +00:00
Anton Berezin
a9eb6beb75
Update to 0.36.
2015-01-09 11:00:24 +00:00
Anton Berezin
ff12c31582
Update to 1.67(0.000).
2015-01-09 10:59:27 +00:00
Anton Berezin
d7fa666830
Update to 1.20.
2015-01-09 10:56:33 +00:00
Anton Berezin
88bda561f7
Update to 0.21.
2015-01-09 10:55:43 +00:00
Anton Berezin
1078134d10
Update to 1.17.
2015-01-09 10:55:02 +00:00
Anton Berezin
311449d4b6
Update to 1.09.
2015-01-09 10:53:43 +00:00