6160 Commits

Author SHA1 Message Date
bket
ecc6836375 Update to mbedtls-2.16.3.
Mbed TLS 2.16.3 is a maintenance release of the Mbed TLS 2.16 branch,
and provides bug fixes and minor enhancements. Overview of changes can
be found at
https://github.com/ARMmbed/mbedtls/releases/tag/mbedtls-2.16.3.

Minor of mbedcrypto has been bumped as symbols have been added.

OK sthen@
2019-10-18 04:56:37 +00:00
sthen
438583c56b remove some ancient and mostly non-working p5 ports; suggested by
wen heping, ok kn jasper
2019-10-16 20:10:57 +00:00
millert
61c6e8bd31 Sudo 1.8.28p1 fixes a minor regression introduced in 1.8.28. 2019-10-16 15:09:25 +00:00
millert
82340fd5dc Update sudo to 1.8.28, fixes CVE-2019-14287
See https://www.sudo.ws/alerts/minus_1_uid.html for details
2019-10-14 15:17:27 +00:00
landry
521db726a0 Update to nss 3.46.1.
See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.46.1_release_notes
2019-10-13 17:05:57 +00:00
jca
86930cfe4e Use date -r instead of GNU date --date=... when showing expired keys
ok tb@ sthen@ Gregoire Jadi (maintainer)
2019-10-08 12:26:01 +00:00
naddy
2834a8c393 disable NEON optimizations on arm and aarch64 because clang refuses to
compile the code; ok benoit@
2019-10-05 22:33:21 +00:00
robert
350b03287f +opm 2019-10-05 18:53:56 +00:00
robert
af263887df import of opm-1.0:
opm is a minimalistic password manager written in shell utilizing openssl(1)
and signify(1) to handle the password store

ok ajacoutot@, naddy@
2019-10-05 18:53:24 +00:00
ajacoutot
e47e7aa218 Update to p11-kit-0.23.18.1. 2019-10-05 11:35:10 +00:00
ajacoutot
13e53def60 Update to vault-1.2.3. 2019-10-05 09:12:45 +00:00
juanfra
d4e39cc17f Update to keybase 4.5.0. OK abieber@ (MAINTAINER). 2019-10-02 19:21:24 +00:00
jasper
6c1da4b64b update to suricata-4.1.5
ok gonzalo@
2019-10-02 17:42:24 +00:00
sthen
680a2943fb update to aide-0.16.2 2019-10-01 11:38:15 +00:00
ajacoutot
5f2c5dc774 Update to gnutls-3.6.10. 2019-09-30 16:05:52 +00:00
kili
cba6fcc2b9 Adapt for ghc-8.6.4.
Joint work with Greg Steuck.
2019-09-30 13:00:11 +00:00
kili
82e1be387b Update to hs-hackage-security-0.5.3.0.
Joint work with Greg Steuck.
2019-09-30 12:34:32 +00:00
kili
b899d03f0b Update to hs-cryptohash-0.11.0.
Joint work with Greg Steuck.
2019-09-30 12:33:02 +00:00
jasper
30b8616cf9 move ONLY_FOR_ARCHS from vex' Makefile to angr{,rop}
vex is amd64-only and there is no point in attempting to build packages
only to have them fail when the RDEP on vex cannot be resolved (e.g. on
i386 as reported by sthen).

prompted by sthen@
ok kn@
2019-09-30 08:24:44 +00:00
solene
b088d5552c Update to gopass-1.8.6
patch from Henry Jensen, thanks!
ok abieber@
2019-09-28 17:18:10 +00:00
ajacoutot
a53ad684aa Update to libpwquality-1.4.1. 2019-09-27 16:02:26 +00:00
rpointel
66c2c48aa7 update ropper to 1.12.5.
ok pirofti@
license has changed from GPL to BSD, from kmos@.
2019-09-27 05:48:12 +00:00
sthen
88dc6c2592 update to pecl-mcrypt-1.0.3 2019-09-26 09:54:11 +00:00
sebastia
5c00cd5abd Update 5.1.6 -> 5.2.2 2019-09-26 06:46:39 +00:00
sebastia
3d9f426396 Update 3.6.3 -> 3.7.1 2019-09-26 06:37:40 +00:00
sebastia
1e860aae4f Update 0.5.7 -> 0.6.0 2019-09-26 06:36:48 +00:00
kmos
8b18a19482 Hook security/py-pysha3 up to the build 2019-09-25 14:39:04 +00:00
kmos
07b84f4a58 Backport of sha3 to Python < 3.6 (so 2.7 for our purposes)
From Clem Atis <clematis@clematis@insiberia.net>

Input and tweaks from sthen and myself

ok sthen
2019-09-25 14:37:08 +00:00
naddy
eb05078e8d UID is not an environment variable at all, but a built-in bash variable 2019-09-18 21:14:39 +00:00
sebastia
b6a0b2b901 update to 2019-09-17 2019-09-18 00:17:50 +00:00
juanfra
01cf37760b Explain the kbfsfuse modes in the README. OK abieber@ (MAINTAINER). 2019-09-17 20:47:21 +00:00
naddy
4deb2d7d8c Fix regression tests:
* Export UID, which is stripped by env -i; used by checks if user is root.
* Run tests with bash.  Various scripts use bash features.
* Replace unportable grep expression.

ok landry@
2019-09-16 14:16:17 +00:00
rpointel
f8216f7d1a update pdf-parser to 0.7.2. 2019-09-16 05:37:57 +00:00
landry
52151f5b86 Add link to upstream bug report 2019-09-15 15:20:51 +00:00
naddy
f4f7dd6f1e fix aarch64 build by adding gcm-aarch64.c to the source files regardless
of the operating system; ok landry@
2019-09-15 13:39:35 +00:00
kn
f2fc1be99a Update angr to 8.19.7.25
Mostly just bugfixes;  there is no changelog, so please have a look at
https://github.com/angr/angr/commits/master/

"Go ahead" jasper
2019-09-15 13:29:50 +00:00
ajacoutot
7e850c88c3 Update to p11-kit-0.23.17. 2019-09-15 11:57:10 +00:00
abieber
0a77b239bc Fix keybase build.
OK sthen@
2019-09-13 13:22:03 +00:00
jsing
1b82917a3d Update security/go-crypto.
This updates security/go-crypto to a point around the Go 1.13 release.

ok abieber@ sthen@
2019-09-12 18:51:19 +00:00
lteo
f8789dabac Ghidra's build system prefers g++ over clang, which is not what we want on a
clang-based platform like amd64.  This commit makes Ghidra build with clang by:

* Adding a clang toolChains block in nativeBuildProperties.gradle
* Adding COMPILER="base-clang ports-clang"
* Updating WANTLIB by replacing libstdc++ with ${COMPILER_LIBCXX}

In addition, honor CXX by setting tools.cppCompiler.executable and
tools.linker.executable in nativeBuildProperties.gradle to ${CXX}.  Also print
those variables so that we can confirm that they are set properly.

Lastly, add --stacktrace to the gradle command to facilitate future debugging.

Thanks to daniel@ for bringing this to my attention, naddy@ for his detailed
report of the g++ and CXX issues, and sthen@ for suggesting a possible fix.

ok naddy@ sthen@
2019-09-12 02:10:07 +00:00
sthen
b887c3da11 update to certbot/py-acme 0.38.0 2019-09-11 21:06:22 +00:00
sthen
7080c89fe7 update to pecl-libsodium-2.0.22 2019-09-11 20:57:43 +00:00
sthen
69ba377bf2 update to openssl-1.1.1d 2019-09-10 23:55:24 +00:00
sthen
98bc427df0 update to openssl-1.0.2t 2019-09-10 23:55:14 +00:00
kili
42ec039af8 Switch ghc and hs-ports from @exec/@unexec to @define-tag/@tag.
ghc and the hs-packages now simply include the necessary (haskell)
package description files in lib/ghc/package.conf.d and update the
package.cache by running ghc-pkg recache at the end. register and
unregister scripts are no longer needed.
2019-09-10 13:51:21 +00:00
ajacoutot
562bd9d030 SECURITY update to libgcrypt-1.8.5.
- Add mitigation against an ECDSA timing attack [CVE-2019-13627]
2019-09-07 16:46:01 +00:00
sebastia
203e00d74f Update to 3.4.0
lots of new things in here, switch to new GH_ACCOUNT
takeover MAINTAINER

OK gonzalo@, awolk@ (former MAINTAINER)
2019-09-05 08:33:27 +00:00
gonzalo
2b7f62e465 Small update for SQLMap to 1.3.9
https://github.com/sqlmapproject/sqlmap/releases

OK sebastia@
2019-09-04 12:15:59 +00:00
landry
fa58923656 Update to nss 3.46.
See https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.46_release_notes
2019-09-03 16:22:56 +00:00
semarie
8d8ee0b131 update libc-rs for sparc64
maintainers timeout
2019-09-02 07:03:39 +00:00