ajacoutot
fe1858c167
No GSS authentication.
2014-04-21 22:26:21 +00:00
sthen
243ede5192
remove ads flavour, it requires krb5
2014-04-21 22:24:17 +00:00
tobiasu
93ba26d3cc
Unbreak rtorrent on sparc64. Gcc 4.7+ changed C++ template name lookups.
...
Tested on sparc64 and amd64 to make sure it still works with gcc 4.2
2014-04-21 21:46:23 +00:00
stsp
63b6aef663
Update retroshare to 0.5.5.c.
2014-04-21 19:10:27 +00:00
sthen
33315c8084
sync wantlib
2014-04-21 16:30:40 +00:00
sthen
ef1135dc6e
no kerb5 and sync wantlib (ldap/pgsql)
2014-04-21 16:19:05 +00:00
ajacoutot
e9f4f2a37f
Regen wantlib for kerberos removal.
2014-04-21 16:17:23 +00:00
ajacoutot
3a390b3408
Drop kerberos support.
2014-04-21 15:21:22 +00:00
sthen
e1493d12cd
sync wantlib (ldap/pg)
2014-04-21 14:11:30 +00:00
ajacoutot
f329168b5f
Drop kerberos support.
2014-04-21 14:09:56 +00:00
ajacoutot
58457c0baa
Sync wantlib for kerberos removal.
2014-04-21 13:40:51 +00:00
ajacoutot
bc545d328e
Drop modules/krb5; forgot in previous.
2014-04-21 13:09:47 +00:00
ajacoutot
384462110e
Drop kerberos support.
2014-04-21 13:07:08 +00:00
stsp
a45d550c53
Remove gssapi support from net/serf. ok aja
2014-04-21 12:47:04 +00:00
sthen
4534b669bf
sync WANTLIB; no more gssapi in neon
2014-04-21 11:26:05 +00:00
sthen
0ce12642ba
disable gssapi in neon, ok aja@
2014-04-21 11:25:56 +00:00
sthen
1b970b221d
Remove the config option that allows the setting command arguments over
...
the network. If somebody can't change their config to do what they need
without allowing them to be specified, they can rebuild it themselves
and take responsibility for their own actions.
One specific case this is often used is to check disk space. Note that
you don't need to set a specific partition for check_disk, running it without
a -p flag will check all the filesystems.
2014-04-21 10:28:31 +00:00
jasper
9c7849c3ac
fix duplicate RUN_DEPENDS
2014-04-20 14:19:01 +00:00
jasper
db98266d5f
use ${FILESDIR} instead of hardcoding 'files/'
2014-04-20 10:00:21 +00:00
bcallah
fb0166881b
Bugfix update to 20140220.
2014-04-20 04:23:46 +00:00
sthen
b4725de3fe
don't use RAND_egd
2014-04-19 18:31:45 +00:00
sthen
227b8ec217
don't use RAND_egd
2014-04-19 18:23:58 +00:00
sthen
8ec46f009c
handle RAND_egd removal
2014-04-19 12:14:15 +00:00
sthen
ffaf864894
remove a useless rc_bg, from aja@
2014-04-18 22:01:22 +00:00
sthen
695f4afa8b
+unifi
2014-04-18 21:50:03 +00:00
sthen
11e31675ab
Import ports/net/unifi, controller software for ubiquiti unifi access points.
...
This is v3.1.10 which is not a full release yet but working stably for me.
ok jca@
2014-04-18 21:49:44 +00:00
espie
b9976e2b4d
*really* disable things properly.
2014-04-18 19:08:12 +00:00
sthen
dc45035b82
add makefile parts dealing with PolarSSL support; not enabled yet as current
...
OpenVPN versions are built against the 1.2 API
2014-04-18 11:54:32 +00:00
sthen
e54156760e
Filter more unsafe chars for popen() (only affects installations where
...
"dont_blame_nrpe" has been set, which you should not do).
From http://seclists.org/fulldisclosure/2014/Apr/240 / oss-sec
2014-04-18 11:33:41 +00:00
sthen
130c3b78ac
reorder "use"s, fixes smokeping with -current perl
2014-04-17 22:11:37 +00:00
jasper
8b7bd8e1f9
remove dead wood, if someone wants to port chef-server they're in for
...
bigger pain than just reviving these ports.
as discussed with phessler@
ok aja@
2014-04-17 17:12:07 +00:00
jasper
9e96e05d4f
unhook most erlang modules, which were only imported for chef a long time ago,
...
but it never really went anywhere.
as discussed with phessler@
ok aja@
2014-04-17 17:06:34 +00:00
jasper
90b67fbf07
hookup various ruby flavors to build for msgpack
2014-04-17 15:24:47 +00:00
sthen
b9df0a9ecc
oops, forgot to commit these; add a RUN_DEPENDS on vpnc-scripts which has
...
now been split off. Problem reported by Tomas Bodzar.
2014-04-17 14:57:36 +00:00
jasper
abec8d01e2
+ruby-msgpack
2014-04-17 14:30:07 +00:00
jasper
eae81ff877
actually, take maintainership; not bumping as it's not hooked up yet
2014-04-17 14:29:33 +00:00
jasper
eabfd4afd6
import msgpack-0.5.8
...
MessagePack is an efficient binary serialization format. It lets you
exchange data among multiple languages like JSON but it's faster and
smaller. For example, small integers (like flags or error code) are
encoded into a single byte, and typical short strings only require an
extra byte in addition to the strings themselves.
can be used by puppet to serialize data, however it's considered experimental
and therefore not added as a dependency yet.
ok jeremy@
2014-04-17 14:27:56 +00:00
naddy
006a4401ee
switch from ancient libdes API to OpenSSL's DES_; ok benoit@
2014-04-15 16:12:21 +00:00
naddy
d701a973f4
switch from the ancient des_ API to DES_; ok benoit@
2014-04-15 12:01:22 +00:00
naddy
a68aab640b
switch from the ancient des_ API to DES_; ok benoit@
2014-04-15 11:25:42 +00:00
ajacoutot
cfe4be35c5
No need to explicitely SUBST_VARS LOCALSTATEDIR anymore.
2014-04-15 08:53:04 +00:00
sthen
1801c0a5bc
Update to BIRD 1.4.3, fixing a bug mainly affecting IPv6 BGP.
...
"Stack variable may be used unitialized and that would lead to spurious
rta_free(), which may cause crash. The bug was introduced in 1.4.1 from
merging add-path branch."
2014-04-14 22:57:02 +00:00
ajacoutot
ba8188e7ef
Update to glib2-networking-2.40.1.
2014-04-14 18:39:19 +00:00
sthen
7cca3ccc37
Avoid infinite loop if "secrets file" is used in rsyncd server configuration
...
and a user attempts login with an invalid username. Bug was introduced in
rsync 3.0.5. OK espie@
2014-04-14 13:34:19 +00:00
ajacoutot
696d6de95f
Spring cleaning:
...
- not need for gtar
- reduce some chunks in patches and use post-install to rm what we don't want
- drop uneeded patches/chunks
ok pea@ (maintainer)
2014-04-13 20:16:03 +00:00
naddy
2b8930a283
Drop USE_GROFF since groff and mandoc produce identical output.
2014-04-13 01:01:38 +00:00
zhuk
703cdb3480
Add missing @conflict marker after renaming nagios-plugins package to
...
monitoring-plugins. sthen@ (MAINTAINER) agrees.
2014-04-12 19:52:19 +00:00
sthen
6067dde6f9
update to newer geolite database
2014-04-12 09:58:43 +00:00
pirofti
9a9437b0e5
Mark rtorrent broken on sh.
2014-04-11 18:11:10 +00:00
brad
89efb251c6
Fix a security issue with Samba..
...
Password lockout not enforced for SAMR password changes. CVE-2013-4496
ok sthen@
2014-04-10 00:50:58 +00:00