4225 Commits

Author SHA1 Message Date
dcoppa
461f34e4a0 CreateChannel(): cleanup in case of error
(upstream git commit 9a1932bed605fb3e38d9853449bb33b8791fa142)
2015-11-03 13:55:31 +00:00
sthen
0b3d0054d8 update to libsodium-1.0.6 2015-11-02 18:15:56 +00:00
espie
511c5d230a a few minor pkg_subst fixes, for the coming patch (disallow -c without -m
outside of WRKDIR)
2015-11-02 11:56:54 +00:00
rpointel
cac33d2e8c update volatility to 2.5.
More information: http://www.volatilityfoundation.org/#!releases/component_71401
ok benoit@.
2015-11-01 07:34:30 +00:00
ajacoutot
832fadc7b3 Fix cpu loop.
issue reported by Raf Czlonka, thanks.
2015-10-31 16:20:11 +00:00
sthen
981d86d970 sync WANTLIB (curl+nghttp2) 2015-10-30 12:59:16 +00:00
landry
ccd918b8ff Update to nss 3.20.1.
See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.20_release_notes
for 3.20 relnotes.

nss & nspr were tested in a bulk build by ajacoutot@, thanks!
2015-10-30 07:59:39 +00:00
ajacoutot
aeaa4edc60 Fix pinentry wrapper installation.
reported by Raf Czlonka
2015-10-30 06:35:16 +00:00
sthen
80b147b107 update to pear-Auth-HTTP-2.1.8 2015-10-29 21:58:21 +00:00
sthen
95de0a6194 update to pear-Auth-1.6.4 2015-10-29 21:57:11 +00:00
rpointel
68f6012724 SUBDIR += regripper 2015-10-28 09:56:27 +00:00
rpointel
b17ed30d55 import regripper, an open source forensic software.
ok sthen@.
2015-10-28 09:55:17 +00:00
bluhm
f8e1043c20 update p5-Net-SSLGlue to 1.055 2015-10-26 12:55:05 +00:00
rpe
8c052e145f Update security/py-M2Crypto to 0.22.5
Update HOMEPAGE to use gitlab.com.

With help from sthen@
OK aja
2015-10-25 15:29:13 +00:00
ajacoutot
42afb192c3 Hmm the tree I committed from was not clean, to say the least... 2015-10-23 05:40:00 +00:00
ajacoutot
46f6d5ab12 Add a wrapper to start the proper pinentry-* according to our running
environment; having an ncurse prompt while running a Desktop isn't too
helpful.  From Fedora -- all Linux distros use this.

ok pea@ (maintainer)
2015-10-23 05:23:59 +00:00
dcoppa
a8617440da Update to ccid-1.4.21 2015-10-22 16:21:07 +00:00
sthen
53cb3ecedc update to sslscan-1.11.0-rbsec, take MAINTAINER 2015-10-21 13:23:54 +00:00
rpointel
e09308b2c4 bugfix update to 1.6.30.
http://releases.portswigger.net/2015/10/1630.html
2015-10-21 05:22:17 +00:00
dcoppa
d9053c514a Bugfixes from upstream:
pcscd: do not write to a closed file handle
In case of receiving a signal to terminate after init has been
completed, at_exit() is called and tries to write to a closed pipe.
This patch simply set pipe to -1 in order to invalidate it after
closing. Pipe value checks are already present in the code.
(upstream git commit 79410aac02a370d6d92106c015f01ec1491d31ac)

tokenparser.l: config.h is a local file
Use "config.h" instead of <config.h> so that the config.h is found
in the local source directory.
(upstream git commit 1f37c57feb81e8d263c696a845c4d054bdc11d0c)
2015-10-20 09:57:23 +00:00
dcoppa
bcd27cbf2a Bugfixes from upstream:
Use libusb_error_name() to display the error name.
libusb provides libusb_error_name() to display a human readable
version of the error code returned by libusb.
LIBUSB_ERROR_BUSY is easier to understand than -6
(upstream git commit 7a46f702e3c4752304d94efc61a84618a0a566c9)

OpenUSBByName(): fix the order of interfaces in log
The log message "Found interface %d but expecting %d" has the
parameters inverted.
(upstream git commit 94142da9a4b11bf9cd2b429e1a15139936c751af)
2015-10-20 09:51:09 +00:00
pea
038353d78b Update to 2.1.9
ok ajacoutot@, dcoppa@, edd@, nigel@
2015-10-20 09:20:50 +00:00
abieber
0af085e76d remove node-bcrypt as part of the node-* removal
OK jturner@ juanfra@ jasper@, "sounds alright to me" sthen@
2015-10-20 01:18:59 +00:00
abieber
f52b2e4685 -node-bcrypt 2015-10-20 00:11:31 +00:00
rpointel
3ff4641a95 update burpsuite to 1.6.29 2015-10-19 19:12:07 +00:00
sthen
b1d2aaae52 when checking for certificate expiry, explicitly check ASN1_UTCTIME_cmp_time_t
result for -1, rather than < 0.
2015-10-19 11:00:58 +00:00
czarkoff
1dd4cefc35 update tclgpg to snapshot from 2015-10-08
OK sthen@
2015-10-18 15:00:48 +00:00
benoit
301ee3a6cf Update to polarssl/mbedtls-2.1.2. 2015-10-18 13:59:15 +00:00
sthen
67d22a61c3 update to libsodium-1.0.4 2015-10-18 13:58:31 +00:00
bentley
1fb6ff103b Add http mirror. 2015-10-15 09:46:56 +00:00
ajacoutot
50560f6e5f Add comment; no pkg change. 2015-10-15 05:51:26 +00:00
ajacoutot
d571ed9e64 Build all pinentry PSEUDO_FLAVORS. 2015-10-15 05:40:50 +00:00
ajacoutot
0bd4375cf4 Add a bootstrap FLAVOR to prevent a loop:
pinentry,-gnome3 -> gcr -> gnupg2 -> pinentry
2015-10-15 05:35:49 +00:00
robert
26458ead5e add p5-Crypt-Eksblowfish, p5-Crypt-X509 2015-10-14 17:41:21 +00:00
robert
caf83ea841 initial import of p5-Crypt-X509-0.51, ok ajacoutot@ 2015-10-14 17:36:25 +00:00
robert
b7893dcb8f initial import of p5-Crypt-Eksblowfish-0.009, ok ajacoutot@ 2015-10-14 17:36:22 +00:00
gsoares
a842c398ab *** empty log message *** 2015-10-14 02:05:06 +00:00
jca
2458d73334 Kill trailing whitespace. 2015-10-13 17:07:07 +00:00
jca
a8cd53e812 +opendnssec; ok sthen@ 2015-10-13 17:06:22 +00:00
jca
370676132d Import opendnssec-1.4.8.2; from maintainer Patrik Lundin
Feedback and ok sthen@

pkg/DESCR:

OpenDNSSEC was created as an open-source turn-key solution for DNSSEC.
It secures zone data just before it is published in an authoritative
name server.
2015-10-13 17:03:55 +00:00
bentley
1ccb9d9eee Update maintainer email address. 2015-10-13 06:29:37 +00:00
sthen
9924ca29b4 update to xca-1.3.2 2015-10-12 10:52:26 +00:00
ajacoutot
3c79027815 No need for that patch anymore; jasper@ fixed our pkg-config(1). 2015-10-12 05:53:57 +00:00
ajacoutot
eb8f75536a Update to pinentry-0.9.6.
Add a -gnome3 subpackage which will be needed by an upcoming gnome-keyring
update.
2015-10-12 05:43:53 +00:00
ajacoutot
00af6b6728 -main only needs iconv, not gettext. 2015-10-10 10:15:09 +00:00
rpointel
45375eb6f2 update burpsuite to 1.6.28.
ok benoit@.
2015-10-09 04:31:29 +00:00
jca
6de4db87dc Update to ocaml-ssl-0.5.1
Tweak the SSLv3 patch so that a generic error is produced when SSLv3 is
unavailable, instead of asking the user to report a bug upstream.
2015-10-09 00:28:23 +00:00
sthen
691c83f9b2 Bump some ports which reference if_msghdr in their source, so that package
updates are triggered. This is following the struct if_data ABI change a few
days ago; if_msghdr has an embedded if_data.  Some may be unnecessary, but
some are definitely needed and bumps are cheaper than debugging.
Problem reported with wpa_supplicant by Mikolaj Kucharski.
2015-10-08 21:19:21 +00:00
sthen
9213a7a763 update to pyOpenSSL-0.15.1 2015-10-06 20:47:46 +00:00
sthen
be15d62982 update to py-cryptography 1.0.2 2015-10-06 20:47:06 +00:00