11388 Commits

Author SHA1 Message Date
jca
905039baab Cope with upcoming SSLv3 removal.
Input from and ok sthen@, ok nigel@ (maintainer)
2015-07-20 01:12:09 +00:00
ajacoutot
25dc989e82 Unfuck distinfo; spotted by naddy@ 2015-07-20 00:56:49 +00:00
jca
d0bb59a653 Update to pen-0.29.0, adding TLS and GeoIP support.
Patch needed to get rid of SSLv3.

ok ajacoutot@ on a previous version.
2015-07-20 00:10:36 +00:00
ajacoutot
d5e4bd1068 Update to whatweb-0.4.8 to please jeremy@ 2015-07-19 21:15:36 +00:00
sthen
513c7a26f3 change SSLv3_method to SSLv23_method, not tested but the former isn't
going to work anyway.
2015-07-19 16:38:48 +00:00
jca
1f34be895c Let cc(1) use PIE where appropriate. 2015-07-19 08:22:14 +00:00
steven
c641d8dc33 update to 3.0.8.1
ok ajacoutot@
2015-07-19 06:25:45 +00:00
ajacoutot
7b131e2ebd Update to libupnp-1.6.19. 2015-07-19 01:51:42 +00:00
ajacoutot
cedd515c41 Update to libbgpdump-1.4.99.14. 2015-07-19 01:46:18 +00:00
ajacoutot
2a4b588bda Update to weechat-1.2. 2015-07-18 23:10:37 +00:00
sthen
01a643d2f8 update to check_postgres-2.22.0 2015-07-18 22:59:01 +00:00
sthen
b1459604f7 update to lldpd-0.7.15
while there, install the mib with the -snmp flavour as requested by blambert
2015-07-18 22:31:04 +00:00
sthen
28ad8b85ea guard SSLv3_client_method with OPENSSL_NO_SSL3 2015-07-18 21:29:46 +00:00
jca
4d7288922d Replace SSLv3_client_method() with SSLv23_client_method(). 2015-07-18 16:36:22 +00:00
jeremy
aa3fa6c794 Remove unnecessary dependency on ruby-json.
The json library is shipped with ruby 1.9+, and these ports support the
json library that comes with ruby.  While here, remove some
MODRUBY_ICONV_DEPENDS as those only are necessary on ruby 1.8.

OK jasper@
2015-07-18 15:46:11 +00:00
sthen
88a52fdf3e guard SSLv3_client_method() with #ifndef OPENSSL_NO_SSL3 2015-07-18 15:43:44 +00:00
sthen
de1d8796ea guard SSLv3_client_method() with #ifndef OPENSSL_NO_SSL3 2015-07-18 15:33:51 +00:00
jca
bf3eb6eaa1 Use devel/libtalloc instead of the bundled copy. 2015-07-18 13:33:08 +00:00
jca
38861b7a42 Remove empty patch. 2015-07-18 08:26:05 +00:00
jca
c61881aca0 Bump REVISION after tdb changes, since some people already use samba4. 2015-07-18 08:20:51 +00:00
jca
f04eb5da35 Use libtdb from databases/tdb instead of the bundled copy. 2015-07-18 08:04:16 +00:00
jca
4bf39f7e3a Add debug statements so that we can see why a library ought to be
installed or no.
2015-07-18 06:15:48 +00:00
sthen
0b10ec0e46 cope with sslv3 being disabled 2015-07-18 04:59:42 +00:00
ajacoutot
45b3e6770a sudo(8) -> su(1) 2015-07-18 01:29:03 +00:00
sthen
77e1587c7b remove useless patch, the make target it's modifying isn't called 2015-07-17 22:44:28 +00:00
jasper
46036929a8 use sed -i 2015-07-17 22:44:04 +00:00
jasper
f3543a7c16 use sed -i 2015-07-17 21:51:02 +00:00
jasper
4ad368248b remove dance avoiding sed -i usage 2015-07-17 21:48:40 +00:00
ajacoutot
08f74affc1 Do not hardcode path to python. 2015-07-17 21:32:39 +00:00
sthen
2472dcaf22 remove pidgin-facebookchat, it's broken by upstream changes, as reported
by Michael McConville
2015-07-17 20:53:03 +00:00
ajacoutot
c3e54f48aa Change the instructions to use su(1) instead of sudo(1). 2015-07-17 20:38:43 +00:00
ajacoutot
2889a1d16f Remove the perl bullshit. 2015-07-16 23:57:18 +00:00
jeremy
4ad0a6112f Switch the default ruby version from ruby 2.1 to 2.2, and bump affected
ports.

OK jcs@ ajacoutot@
2015-07-16 17:27:08 +00:00
sthen
a4fd0a0fa5 update to a LibreNMS snapshot from today, and start using a separate uid 2015-07-16 02:50:33 +00:00
jca
b048d27855 Thinko in comment; spotted by sthen 2015-07-16 01:26:16 +00:00
ajacoutot
3f84b63092 No need to sample /var/run/munin/ 2015-07-16 01:25:48 +00:00
jca
b1f0102ccb Better patch + explain why we don't want -Wl,--as-needed 2015-07-16 00:29:41 +00:00
jca
481d21537e Don't force the use of PIE, cc does the right thing. 2015-07-16 00:17:00 +00:00
sthen
0bcc4ec8d1 handle rc.subr pexp changes 2015-07-15 23:17:11 +00:00
sthen
7526aab381 Pass --disable-pie to configure all the time and rely on the compiler using
PIE by default where supported.
2015-07-15 22:55:06 +00:00
jca
bf511ab81e The correct group name used by net/isc-bind is "_bind"
Needed for the bind DLZ backend, which works pretty fine.
2015-07-15 21:50:31 +00:00
sthen
0b825b856b update to icinga 1.13.3 2015-07-15 20:10:58 +00:00
ajacoutot
d1d2d71ce3 Fix pexp. 2015-07-15 19:49:41 +00:00
ajacoutot
5fe4851395 Fix pexp. 2015-07-15 19:40:58 +00:00
ajacoutot
e0021d0445 Fix pexp. 2015-07-15 19:27:52 +00:00
ajacoutot
c5e9ab5c58 Fix pexp. 2015-07-15 19:14:04 +00:00
ajacoutot
3934ec13de Forgot in previous. 2015-07-15 17:49:24 +00:00
ajacoutot
323b721f0f Fix pexp. 2015-07-15 17:45:12 +00:00
ajacoutot
4697f60c30 No need to override the default pexp. 2015-07-15 17:30:08 +00:00
ajacoutot
c3d94b652c ... and bump. 2015-07-15 17:24:38 +00:00