14304 Commits

Author SHA1 Message Date
kn
8bb0eecbca Unbreak icbirc after my clumsy retroshare removal commit. 2018-04-18 10:11:43 +00:00
kn
22d03a8737 Unbreak bitlbee after my clumsy retroshare removal commit. 2018-04-18 10:01:26 +00:00
kn
e3d1906ace Unbreak tor after my clumsy retroshare removal commit. 2018-04-18 09:39:46 +00:00
kn
fa3affdb7a Remove net/retroshare
Heavily outdated, broken with new clang (again) and noone seems to care.

OK stsp, landry
2018-04-18 09:19:23 +00:00
kn
2006bece21 Enable SEPARATE_BUILD, simplify do-install.
OK akoshibe, jca
2018-04-17 19:39:33 +00:00
jca
06307ddce2 Remove net/nepenthes
Honeypot software unmaintained since 10 years, boo.  Also it often
breaks with clang updates.

ok bcallah@ danj@ jasper@ sthen@
2018-04-17 11:29:06 +00:00
sthen
c21e6e3e35 update to unifi LTS 5.6.37 2018-04-17 11:01:44 +00:00
sthen
4c90b3908d update to unifi-5.7.23 2018-04-17 11:00:58 +00:00
schwarze
46cc30bb56 clang6 fix; OK naddy@ 2018-04-16 23:16:52 +00:00
jca
0e561295ea char -> unsigned char shellcodes[] fixes for clang6
Disclaimer: 10 years old, unmaintained honeypot software, soon to be
candidate for deletion.
2018-04-16 23:05:32 +00:00
sthen
3e2127287b de-register, first part needed for clang6 support (also needs fixes for
-Wc++11-narrowing in asn1-shellcodes.h)
2018-04-16 18:50:53 +00:00
sthen
930eb5869d clang6 <3 whitespace
from upstream
2018-04-16 14:00:13 +00:00
sthen
7fede3fefc Add patch from dhcpcd upstream, "OpenBSD: Fix adding INET6 on-link
routes without an address"

https://roy.marples.name/archives/dhcpcd-discuss/0002044.html
2018-04-16 11:35:27 +00:00
jasper
bbccd1c0a1 update to minio-0.20180412 2018-04-15 11:20:34 +00:00
sthen
f52be2a50e bump all go ports that don't already have a RUN_DEPENDS on lang/go (which
has pkgspec set on the go version number already), so that pkg_add -u updates
them to versions which work with MAP_STACK. spotted by pvk@
2018-04-14 22:53:54 +00:00
kili
9daf009cc5 Remove some unused hs-ports (including devel/hscolour, even if it
also provides a tool):

databases/hs-resource-pool
devel/hs-List
devel/hs-OneTuple
devel/hs-blaze-builder
devel/hs-unbounded-delays
devel/hs-unordered-containers
devel/hscolour
net/hs-multipart
textproc/hs-bytestring-lexing
textproc/hs-scanner

ok jasper@ (who also checked the list and reminded my of hscolour)
2018-04-14 21:28:42 +00:00
kili
13ece42244 Unhook some unused hs-ports (including devel/hscolour, even if it
also provides a tool):

databases/hs-resource-pool
devel/hs-List
devel/hs-OneTuple
devel/hs-blaze-builder
devel/hs-unbounded-delays
devel/hs-unordered-containers
devel/hscolour
net/hs-multipart
textproc/hs-bytestring-lexing
textproc/hs-scanner

ok jasper@ (who also checked the list and reminded my of hscolour)
2018-04-14 21:27:20 +00:00
rsadowski
90ef8ccd79 Bump after security/gpgme update 2018-04-14 10:14:04 +00:00
jasper
b7d69cc0f2 fix build with clang6 2018-04-13 15:19:29 +00:00
jasper
0756b1389c fix build with clang6 2018-04-13 15:12:17 +00:00
rpointel
e2da96d375 update tld to 0.7.10. 2018-04-13 08:19:04 +00:00
jasper
1e5a67f986 fix build with clang6 2018-04-12 17:55:08 +00:00
jasper
7058096310 fix build with clang6 2018-04-12 17:52:47 +00:00
naddy
a6ff925e3b fix build with clang6 2018-04-12 15:07:38 +00:00
sthen
a7f4c53cf0 whitespace around constants for clang6 2018-04-12 08:00:55 +00:00
bentley
f83d7a4271 Update to libtorrent-rasterbar-1.1.7.
Include a patch to fix the build with clang 6.
2018-04-12 04:40:41 +00:00
sthen
d1d8dca9bf c++ whitespace fixes for clang6, from David CARLIER, ok dcoppa@ 2018-04-11 15:13:20 +00:00
sthen
4a45df0710 clang6 c++ fixes from upstream repo 2018-04-11 14:43:21 +00:00
sthen
6f1cbbd284 udpate to lldpd-1.0.1 2018-04-11 13:39:45 +00:00
sthen
ca84a31566 update to libupnp-1.6.22 2018-04-11 13:23:08 +00:00
sthen
df084242ae update to synergy-1.7.6, move to new upstream location (different github
account) and add a dumb build fix with --std=c++03 on clang arches.

upstream has much newer branches (e.g. 1.9.1 released yesterday, 2.0.0
released a few months ago) but too much churn for a quick fix, and at
least they'll now be on the portroach radar.
2018-04-11 12:59:00 +00:00
ajacoutot
0b8c2c75d4 Update to py-botocore-1.10.4. 2018-04-11 10:06:49 +00:00
ajacoutot
1336e89a45 Update to py-boto3-1.7.4. 2018-04-11 10:06:33 +00:00
gonzalo
e58d08011a unhook centerim 2018-04-11 09:54:18 +00:00
gonzalo
016966bc10 Tschüss Centerim.
People is using skype and fb messenger now.
2018-04-11 09:53:52 +00:00
naddy
a11eb85c29 fix build with clang6; bugfix from upstream (2018.02.28) 2018-04-10 21:15:33 +00:00
jasper
86f644737f fix build with clang6 2018-04-10 17:01:02 +00:00
ajacoutot
d56b17d52f Sync WANTLIB after recent gstreamer1 updates. 2018-04-10 13:45:45 +00:00
jasper
4b08591f02 fix build with clang6 2018-04-10 13:11:04 +00:00
ajacoutot
4ae5c6ac41 Update to py-botocore-1.10.3. 2018-04-10 13:09:50 +00:00
ajacoutot
82c80326f5 Update to py-boto3-1.7.3. 2018-04-10 13:09:35 +00:00
akoshibe
2f1fba23ab Various bug fixes:
- Repeated output for 'dpctl' CLI command
- Iperf ignoring interrupt from CLI
- DPID value not passed to switch(4) nodes for assignment
- switch(4) nodes with control channels created later in startup won't have
  their channels forwarded to a remote controller
- ping tests waiting forever when controller is explicitly disabled
- local forwarding controller not correctly tracked for teardown
- trying to log to extraneous file for switchd(8) node
- wrong method used for getting bridge(4) node info
- manpage for mn not generated properly

OK jca@ phessler@
OK for earlier version of diffs jasper@ sthen@
2018-04-10 07:55:10 +00:00
bluhm
e8c135d33b update p5-Net-DNS-SEC to 1.07 2018-04-09 19:03:43 +00:00
jca
14428a57e1 Update to nmap-7.70
from David Carlier (maintainer)
2018-04-08 21:02:45 +00:00
jasper
13526f8c64 fix build with clang6 2018-04-08 19:14:26 +00:00
robert
64bcb25326 update to 3.4.8; from Mark Patruck 2018-04-08 10:47:23 +00:00
ajacoutot
e6725f096a Update to gnugk-4.9. 2018-04-07 07:41:42 +00:00
jasper
e1060677f9 update to minio-0.20180404 2018-04-07 07:36:41 +00:00
ajacoutot
a56cee457f Update to py-botocore-1.10.2. 2018-04-07 07:24:14 +00:00
ajacoutot
965147bd17 Update to py-boto3-1.7.2. 2018-04-07 07:23:57 +00:00