9488 Commits

Author SHA1 Message Date
sthen
7568545d8a sync WANTLIB; this now picks up kerbV 2013-06-26 21:52:56 +00:00
naddy
f842b1818e don't pick up a stealth dependency on libuuid from sysutils/e2fsprogs 2013-06-26 18:43:08 +00:00
sthen
2970c68813 update to nfdump 1.6.10 2013-06-26 12:57:46 +00:00
dcoppa
a373f894c9 Bunch of haskell updates:
MissingH-1.1.1.0 -> MissingH-1.2.0.0
hslogger-1.1.5 -> hslogger-1.2.1
HaXml-1.23.3 -> HaXml-1.24
libxml-sax-0.7.3 -> libxml-sax-0.7.4
polyparse-1.7 -> polyparse-1.9

OK kili@
2013-06-25 07:28:54 +00:00
zhuk
cc129972c6 Massive cleanup for KDE3. Main point is in changing WANTLIB from "foo" to
"lib/kde3/foo" where appropirate, but also many missing desktop goo items
added, some PFRAG.shared removed and so on.

input and okay landry@ and ajacoutot@, also okay espie@
2013-06-24 15:53:38 +00:00
jasper
502a106663 better approach; no pkg change 2013-06-24 12:58:20 +00:00
jasper
6642b88a8f update to zeromq-3.2.3: 2013-06-22 07:45:14 +00:00
sthen
2ee2f7ecbc sync WANTLIB and remove patches to handle e2fsprogs/libuuid changes. ok aja 2013-06-21 22:37:02 +00:00
jasper
2a20e4e3ae update to gupnp-tools-0.8.6.1 2013-06-20 19:02:18 +00:00
jasper
b499a404bd regen PLIST 2013-06-20 19:01:52 +00:00
jasper
748184e853 submitted upstream 2013-06-20 18:55:14 +00:00
jasper
149fab7640 link to upstream bz 2013-06-20 18:40:01 +00:00
jasper
3d229e4935 unbreak some regress tests; now everything passes. 2013-06-20 18:26:26 +00:00
jasper
0366615695 add link to upstream bz 2013-06-20 18:19:45 +00:00
jasper
62ad0fc7ee remove patch for code that's not compiled anylonger. 2013-06-20 18:19:00 +00:00
jasper
218952daf3 unneeded; glib/gstdio.h can be included directly 2013-06-20 18:04:20 +00:00
jasper
c32c434e3a remove patches that are not needed anymore; probably due to header cleanups in base. 2013-06-20 18:03:02 +00:00
jasper
821800bf73 add a test dependency on gst-plugins-bad; no runtime dependency because, well,
plugins-bad is bad.

as discussed with aja@
2013-06-20 15:26:47 +00:00
jasper
7f6d9e85c0 - update to farstream-0.2.3
* drop python workarounds, it's only used when gtk-doc is enabled (which is not).
2013-06-20 14:39:26 +00:00
dcoppa
4c2c7b9761 Unbreak building with Ninja generator.
OK espie@, jasper@, zhuk@
2013-06-20 09:26:16 +00:00
ajacoutot
64a6588efb No need for pthread. 2013-06-20 08:26:13 +00:00
ajacoutot
25b3041f91 Unbreak after hx509 and ntlm removal from Kerberos. 2013-06-20 06:54:36 +00:00
sthen
653f572f2c bump revision 2013-06-18 21:34:00 +00:00
sthen
6a3c38be98 missed bump (kerbV) 2013-06-18 14:18:47 +00:00
ajacoutot
3c6d8e6197 Unbreak. 2013-06-18 11:22:23 +00:00
dcoppa
41a2a7638d sync a patch with upstream git; regen WANTLIB 2013-06-18 09:35:13 +00:00
ajacoutot
9920238d6f Unbreak with new Heimdal; get rid of self-cooked krb5-config since we
have it in base now.
2013-06-17 19:30:22 +00:00
ajacoutot
6508d6f4bb Temporarily mark broken after the Heimdal update; I'm working on it and
will commit a fix by tomorrow.
2013-06-17 19:29:40 +00:00
ajacoutot
8613536758 Some trivial WANTLIB and tweaks to unbreak after the Heimdal update.
Stop hardcoding the Kerberos libs and use krb5-config(1).
2013-06-17 19:28:36 +00:00
sthen
5f5be1c811 Update to softflowd 0.9.9, add an rc script and a readme.
From Andre Stoebe.
2013-06-17 13:25:31 +00:00
ajacoutot
68c067e4a5 Better HOMEPAGE. 2013-06-16 15:08:04 +00:00
pascal
ae093edee2 Fix a crash encountered by jcs@; patch from upstream.
See https://gitweb.torproject.org/tor.git/commit/77a193533966c5c2f81e6a85b3c2a7446076508f

ok jcs@
2013-06-15 15:43:22 +00:00
sthen
3cd4757031 update to Net-Twitter-4.00006, ok kevlo@ 2013-06-15 10:28:09 +00:00
sthen
86b2a07005 update to twirssi-2.6.0, supporting twitter api 1.1 2013-06-15 08:09:25 +00:00
brad
17833ea850 Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces
a new libmysqlclient non-blocking API which utilizes co-routines. The X86
specific GCC ASM co-routine support hid the fact that there was an issue.
The only fallback code so far is POSIX user contexts which OpenBSD does not
support.

Input from and Ok sthen@ jasper@
2013-06-12 20:36:33 +00:00
jca
ebe7db7ac3 Remove patches unneeded now that we have locale(1).
ok dcoppa@ sthen@
2013-06-11 15:51:58 +00:00
jasper
4c6b909ddb update to folks-0.9.2 2013-06-10 09:37:27 +00:00
ajacoutot
dbcd6a2fb8 Make get_default_port() threadsafe: getservbyname is not reentrant, and
getservbyname_r is not always available.
This fixes several crashes mostly on webkit-based browsers.
libproxy issue #196, from David Hill
2013-06-09 09:40:19 +00:00
dcoppa
ee5d451451 Fix an off-by-one bug in config.c
From Joseph Walsh <joseph_walsh AT genua DOT de>, thanks!

OK sthen@
2013-06-07 20:06:03 +00:00
ajacoutot
21f28e6522 Revert the mysql->MariaDB blurb in the READMEs.
It seems the MariaDB move will be reverted.
2013-06-06 13:57:48 +00:00
bluhm
d5929f7440 update p5-NetAddr-IP to 4.069 2013-06-05 20:37:44 +00:00
bluhm
5788280466 - update p5-Net-INET6Glue to 0.6
- no USE_GROFF
2013-06-05 20:11:38 +00:00
ajacoutot
9afcdab386 mysql -> MariaDB 2013-06-05 14:38:08 +00:00
sthen
d4e35b1d28 CVE-2013-3919 update to BIND 9.9.3-P1, recursive resolver can be crashed by
a query for a malformed zone. This was introduced in the recent 9.9.3 release.
2013-06-05 00:32:18 +00:00
naddy
10bfdff492 the png headers are now directly under include/ 2013-06-04 18:41:39 +00:00
naddy
78f49cd53e the png headers are now directly under include/ 2013-06-04 15:41:17 +00:00
fgsch
081021164e Remove MODPY_JSON from RDEP and bump. 2013-06-04 07:57:13 +00:00
sthen
cf2a50c15b update to 0.4.1, from Simon Kuhnle, bikeshedding about the icon file from me
and bcallah ;)
2013-06-03 20:35:23 +00:00
kirby
91619f9c78 Update to 2.0.14:
- remove swap plugin as we don't have swapin/swapout anymore;
 - regen patches while here (some hints from rpe@);
 - fix typo in README (from rpe@).
2013-06-03 19:45:31 +00:00
sthen
6376b4673b update to OpenConnect 5.01, some fixes, and adds a --no-xmlpost option to
fall back to using HTTP GET in case of interoperability bugs with the newer
XML based protocol over POST.
2013-06-01 21:46:37 +00:00