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
jca
9731e142d3
Add PORTROACH_COMMENT, from Patrik Lundin (maintainer).
2015-10-05 18:57:46 +00:00
sthen
ab5f1ff9f1
update to yubikey-personalization-gui-3.1.23
2015-10-01 13:48:13 +00:00
edd
193bfc669e
Fix a crash in security/gnupg2.
...
Makes HKP pools work again in gpg2.
OK sthen@
2015-09-29 20:51:42 +00:00
dcoppa
310baa0355
Update to wpa_supplicant-2.5
...
Tested by me, Gregor Best, and sthen@
Help and ok sthen@
2015-09-29 11:57:54 +00:00
sthen
ee57a78901
bump REVISION for setuptools dep change.
2015-09-29 10:52:28 +00:00
edd
667bbfc29f
Fix fallout from py-setuptools update.
...
OK sthen@, input rpointel@, kili@. Thanks.
2015-09-29 09:02:54 +00:00
bluhm
da0d990b8a
update p5-Net-SSLeay to 1.72
2015-09-27 20:40:34 +00:00
bluhm
1b62d9eff6
update p5-IO-Socket-SSL to 2.020
2015-09-27 20:23:13 +00:00
benoit
68db04cc1a
Update to pdfcrack-0.15.
2015-09-26 08:09:40 +00:00
rpointel
7b51266b65
add me on mantainer on this port, and permit to use "screenshot" functionnality with.
...
ok sthen@.
2015-09-24 19:58:04 +00:00
sthen
5d9a5a9edc
update to py-oauthlib 1.0.3, from maintainer Johan Huldtgren with a
...
few tweaks.
2015-09-23 21:14:21 +00:00
kili
a09fff8c11
Update to hs-mwc-random-0.13.3.2.
2015-09-21 13:46:09 +00:00
sthen
3fd87159ce
Fix permissions on newly created files.
...
https://issues.opendnssec.org/browse/SOFTHSM-101 , from Patrik Lundin.
2015-09-21 13:24:46 +00:00
benoit
2471cbfe06
Update to polarssl/mbedtls-2.1.1.
2015-09-21 11:44:50 +00:00
kili
2a3e7ee221
Remove now unused hs ports.
2015-09-21 11:07:19 +00:00
kili
ca1540ac01
Unhook hs-cprng-aes.
2015-09-21 11:05:35 +00:00
sthen
43b20ccd76
add a portroach limit, 2.x is sufficiently different from 1.x that we don't
...
want to blindly update to it, and displaying 2.x releases in portroach hides
1.x updates. req'd by maintainer Patrik Lundin
2015-09-21 09:36:33 +00:00
kili
a94f3bd2c7
Set MODGHC_PACKAGE_KEY and adjust plist.
2015-09-20 18:29:20 +00:00
kili
a678d99640
Set MODGHC_PACKAGE_KEY and adjust plist.
2015-09-20 16:23:19 +00:00
benoit
d42cd70844
Update to scrypt-1.2.0.
2015-09-20 08:04:15 +00:00