Commit Graph

2504 Commits

Author SHA1 Message Date
jsg
07e8a58f3f libdes -> libcrypto
ok benoit@
2010-10-19 07:59:03 +00:00
espie
2ef1026971 USE_GROFF=Yes 2010-10-18 21:41:44 +00:00
dcoppa
ff61d9c46e Adapt to our SO_PEERCRED. 2010-10-18 07:43:08 +00:00
benoit
e32b2750cf - Update aide to 0.15.1 2010-10-17 09:25:05 +00:00
jsg
4660a8403a libdes -> libcrypto
ok benoit@ landry@
2010-10-16 11:26:33 +00:00
robert
5e3833e642 Fix openssl update fallout. A similar diff was also submitted by benoit@
and he is okay with this one
2010-10-12 22:05:21 +00:00
sebastia
2f6bf6bdf6 Update Jailkit to 2.13, only one minor bug fix. Patch sent by Remi Pointel
<remi.pointel _AT_ xiri.fr>

OK, landry@, jasper@
2010-10-12 07:55:02 +00:00
sthen
ffe3bb5efe update libfwbuilder/fwbuilder to 4.1.2, from maintainer Vadim Zhukov with
a small tweak from me to tighten the lib dependency on libfwbuilder.
2010-10-11 20:19:11 +00:00
ckuethe
e22e17ea9c Marco says he's not ready to have a 1.x release of assl. Use the EPOCH
mechanism to allow a smaller-but-newer version. ok sthen
2010-10-11 17:00:33 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
benoit
d05bf7b2e4 - unbreak py-sslwrapper after the openssl update
- use SUBST_CMD

ok sthen@
2010-10-09 10:26:00 +00:00
benoit
c0629a1255 Update libssh2 to 1.2.7
Similar diff from Remi Pointel on ports.
2010-10-09 06:31:59 +00:00
sthen
bc511be829 - update to a newer snapshot working with openssl 1.0
- let SHARED_LIBS control the library filename

ok ckuethe@, earlier version ok marco@
2010-10-07 23:55:33 +00:00
kili
711987b211 Subtrivial fix after openssl update. 2010-10-06 18:44:58 +00:00
jasper
9f83ce8c6e switch to MODCPAN_EXAMPLES 2010-10-03 15:10:07 +00:00
landry
e1dcb83132 Update to arirang 2.00, from MAINTAINER Jung. 2010-10-03 07:12:18 +00:00
bluhm
be993c0d82 update p5-Module-Signature to 0.66 2010-10-02 14:02:10 +00:00
ckuethe
07a5c27eee retry this update, help/ok jasper 2010-09-28 21:14:56 +00:00
jeremy
82143f7987 Remove MASTER_SITES from most ruby gem ports, specify it in ruby.port.mk
All ruby .gem files are now hosted on rubygems.org in the same
directory.  If the ruby gem CONFIGURE_STYLE is used, make the
default MASTER_SITES that directory.

There are still a few uses of MASTER_SITE_RUBYFORGE in the tree, for
some ports that aren't gems, or where the .gem file isn't hosted on
rubygems.org, or where the hashes don't match.  Most of these will be
dealt with in the near future.

OK landry@
2010-09-28 20:12:16 +00:00
martynas
814a52ad6b switch master_sites to openbsddistfiles.com so that the ports are
fetchable again.  reported by hal.gi@t-online.de via miod@.
2010-09-26 20:08:11 +00:00
naddy
8d07663180 remove -Lxxx/.libs workarounds required with GNU libtool 2010-09-26 13:40:11 +00:00
steven
496b5e4743 indicate why we use gnu libtool 2010-09-25 18:45:37 +00:00
jasper
f99f777856 - revert, chris intended to commit an update along with this patch, but broke the tree. 2010-09-24 16:23:51 +00:00
sthen
f2d94ea127 bump 2010-09-24 15:37:42 +00:00
ckuethe
3a95337c83 update to assl-0.9, take over maintainership. prodding from marco, ok laurent 2010-09-24 15:33:06 +00:00
sthen
d053315499 bump 2010-09-24 15:29:20 +00:00
jeremy
d765f5df76 Bump all ruby ports not already handled.
In the upgrade from ruby 1.8.6 to 1.8.7, the PLISTs changed
due to differences in how RDoc processes files.

This also has a number of changes to the regress tests to
work with the changes to devel/ruby-rake.  It moves most of
the regress tests to use MODRUBY_REGRESS.

OK jcs@, landry@, jasper@, sthen@
2010-09-23 22:30:24 +00:00
jasper
7db7a1d088 - update nikto to 2.1.3
from remi pointel, maintainer timed-out
ok landry@
2010-09-23 08:59:34 +00:00
jasper
2d4a122bfb - reset maintainer, requested by reinhard@ 2010-09-22 09:02:42 +00:00
ajacoutot
cea17baac5 +gksu-polkit 2010-09-22 05:18:19 +00:00
ajacoutot
0ec613faa4 Import gksu-polkit-0.0.2.
This is the new generation of gksu, a simple utility to run programs as
root, even in X-based environments.
This version uses the new libgksu-polkit library, which uses PolicyKit
for authorization purposes and a D-Bus service to actually perform the
work.

ok jasper@
2010-09-22 05:16:56 +00:00
sthen
946d828a16 update clamav to 0.96.3, ok pea@ 2010-09-21 13:18:26 +00:00
landry
9725cd17cc add security/mhash to LIB_DEPENDS so that the dependency chain is not
fucked up. Hopefully last fallout of libmcrypt dep change.
2010-09-20 18:22:38 +00:00
sebastia
905b6eb85f enable jailkit 2010-09-20 07:26:50 +00:00
sebastia
41e766dd7b Import jailkit-2.12: utilities for jailing a user or process
Jailkit is a set of utilities to limit user accounts to specific
files using chroot() and or specific commands. Setting up a chroot
shell, a shell limited to some specific command, or a daemon inside
a chroot jail is a lot easier and can be automated using these utilities.

After merging in what ajacoutot@ already had, and some final feedback from 
him, OK ajacoutot@
2010-09-20 07:15:30 +00:00
landry
a86b7e98ed Update to arirang 1.95, from MAINTAINER Jung with spacing style tweaks
from me.
2010-09-16 08:42:56 +00:00
sthen
0b69722ec9 drop msf as maintainer on his p5- thingys and bump REVISION
"perl smells like dead moose farts and you can quote me on that" msf@
2010-09-15 13:52:11 +00:00
jasper
9af1a61582 - update opensc to 0.11.13
from maintainer douglas santos, with some tweaks by me
2010-09-14 10:32:06 +00:00
jasper
4a4c69752f - update openct to 0.6.20
from maintainer douglas santos, with some tweaks by me
2010-09-14 10:31:50 +00:00
jasper
1f53e4a385 - update p5-Digest-SHA1 to 2.13 2010-09-09 19:35:41 +00:00
sebastia
c470a4ab70 Update the MAINTAINERs E-Mail address, and bump pkg revision.
OK, landry@, jasper@
2010-09-07 16:52:50 +00:00
ajacoutot
2f8e346988 Missed bump in previous. 2010-09-07 14:13:33 +00:00
millert
ecd827e14b Describe how to run sshguard from rc.local 2010-09-07 14:06:16 +00:00
millert
6ee3cb4360 Add sshguard; OK sthen@ 2010-09-07 12:24:26 +00:00
millert
679f0f13d6 sshguard port; OK sthen@ 2010-09-07 12:23:43 +00:00
pea
7059fe461d Update to 2.0.16
ok jasper@
2010-09-07 09:46:02 +00:00
landry
3a16e6aa5a Update to arirang 1.90 from MAINTAINER jung. 2010-09-06 09:49:23 +00:00
ajacoutot
df46f237d1 New HOMEPAGE+MASTER_SITES. 2010-09-03 15:36:26 +00:00
sthen
5fca3b923f unbreak deps following commit to libmcrypt. noted by landry@
lum@, please check the dependency chain!!
2010-09-02 10:05:48 +00:00
landry
c8bf919e95 Update to arirang 1.77, from MAINTAINER Jung. 2010-09-02 08:31:09 +00:00