5903 Commits

Author SHA1 Message Date
bluhm
e4f86710dc Avoid use-after-free during pid file cleanup. This replaces my
previous fix with the version commited upstream.
OK jasper@ gonzalo@
2019-03-26 13:46:24 +00:00
kn
0796219cc0 Convert devel/py-test consumers to new MODPY_PYTEST
lang/python/python.port.mk revision 1.102 and 1.103 added
MODPY_TEST_LOCALE and MODPY_PYTEST respectively, nicely wrapping up the
usual pytest dance.

This removes hand-rolled do-tests from all 70 ports by setting
MODPY_PYTEST=Yes and MODPY_TEST_LOCALE as well as HOME=${WRKDIR} to TESTENV
as needed.

From Kurt Mosiejczuk <kurt at cranky dot work>, thanks!
OK sthen
2019-03-25 14:29:49 +00:00
sthen
7430f53ef3 add some fixes for yubiserve's oath support, from drcate at att net 2019-03-25 01:29:42 +00:00
sthen
828f08b0e2 sweep all java ports with a couple of adjustments to build/dependency
environment, which will reduce complexity in java.port.mk when jdk 11 is
added. direction agreed with kurt@.

- switch all MODJAVA_VER to at least 1.8 (we don't currently have any
version earlier than this anyway).

- drop MODJAVA_JRERUN, the separate jre package will be going away with
jdk 11.

- bump changed ports
2019-03-24 22:24:12 +00:00
bket
3ee389731a Update to lastpass-cli-1.3.2.
- Switch to GH_ variables, tarballs are not uploaded as assets any more.
- Drop patch that has been merged upstream.
2019-03-24 16:27:12 +00:00
sthen
95995ce016 set PORTROACH skipv 2019-03-21 13:17:43 +00:00
ajacoutot
b12295fbef Update to vault-1.1.0. 2019-03-21 09:52:12 +00:00
ajacoutot
e2bc622787 Update to libgpg-error-1.36. 2019-03-20 16:32:29 +00:00
jsing
73eeecb194 Remove LIBRESSL_VERSION_NUMBER related patches that are no longer needed.
ok gsoares@
2019-03-19 16:51:13 +00:00
jsing
d4d85f526e Unbreak security/py-cryptography following the addition of DTLS methods.
ok tb@
2019-03-19 16:50:03 +00:00
jasper
5fd0d08dbf update to suricata-4.1.3
ok gonzalo@
2019-03-18 17:54:33 +00:00
sebastia
7376ffafba Update to 5.1.4 2019-03-18 12:02:00 +00:00
sthen
23bcde2034 switch to dynamic linking. upstream prefers static (possibly in the hope
that an attacker who replaces a library with a trojaned one doesn't notice
that aide is installed) but, as far as this port goes, nobody has bumped
it when dependencies have had security fixes, so we're better off with
dynamic.
2019-03-18 00:03:10 +00:00
sthen
0cc9001d62 update to aide-0.16.1, from Marcos Madeira 2019-03-17 23:59:28 +00:00
pvk
b9b9523172 take maintainership, ok Patrik Lundin (MAINTAINER)
add patch from pascal@ to fix softhsm on aarch64
2019-03-16 20:08:00 +00:00
jsing
42caea1276 Update security/go-crypto to a version around the Go 1.12 release.
ok sthen@
2019-03-16 13:40:22 +00:00
gonzalo
5c57db616c Update for SQLMap to 1.3.3:
https://github.com/sqlmapproject/sqlmap/compare/1.3.3...master

OK benoit@
2019-03-12 14:00:26 +00:00
gonzalo
ba8428fecf Update for Lynis to 2.7.2:
https://cisofy.com/changelog/lynis/#272

OK benoit@
2019-03-12 13:56:56 +00:00
bket
c431582e36 Update to libb2-0.98.1.
Various minor fixes, and addition of a pkg-config file.
2019-03-12 04:21:56 +00:00
rpointel
85948ef837 update pdf-parser to 0.7.1. 2019-03-10 12:40:35 +00:00
sebastia
5d5be3a830 hook up hcxtools 2019-03-09 18:06:13 +00:00
sebastia
0fc7992361 import hcxtools
Small set of tools to convert packets from captures (h = hash, c = capture,
convert and calculate candidates, x = different hashtypes) for the use
with latest hashcat or John the Ripper. The tools are 100% compatible to
hashcat and John the Ripper and recommended by hashcat.

OK benoit@
2019-03-09 18:05:30 +00:00
sebastia
45dca1ab2e use ld.bfd on i386, due to linking error there with lld:
ld: error: undefined symbol: __i686.get_pc_thunk.bx

OK sthen@

fix wpaclean, only saving the last seen network/handshake
in the output file

OK benoit@ (MAINTAINER)
2019-03-09 18:02:35 +00:00
cwen
6309a2bb3b qt5.port.mk: change COMPILER
Move it to "base-clang ports-gcc" and bump REVISION accordingly.
This unbreaks Qt5-related binaries runtime on macppc.

OK sthen@
2019-03-08 20:00:39 +00:00
jasper
ca0fee9e4a zpazapzap empty file; confirmed by sthen@ 2019-03-08 17:30:23 +00:00
sthen
78dfb0b064 put the pecl/php73 bits in; even though php/7.3 itself is disabled doing\
this doesn't get in the way and makes it easier to test possible fixes
2019-03-08 17:02:43 +00:00
bluhm
7a96ae8a80 If rust is installed, suricata's configure picks it up and the build
fails.  Disable rust for now.
OK sthen@ jasper@ gonzalo@
2019-03-07 12:16:20 +00:00
sthen
e622c7d88e add pecl-mcrypt, php 7.2+ only 2019-03-07 10:23:20 +00:00
sthen
19189dc92f import ports/security/pecl-mcrypt, ok giovanni@ (I did some slight
LDEP unborking post-review)

pecl-mcrypt provides bindings for the unmaintained mcrypt library.
These were previously included in PHP itself, but as of PHP 7.2 have
been moved to a separate distribution. They are maintained only for
compatibility with old applications and should not be used for new
code.
2019-03-07 10:22:51 +00:00
bluhm
d8362b89f5 Use setresuid/gid() directly to change user and group. Otherwise
Suricata uses libcap-ng on Linux and runs as root elsewhere.
Switch to _suricata user and group in config to avoid running as root.
To remove pid file its directory must be writable by suricata user.
Fix pid file removal if it is specified in config file.
setresuid()/gid() patch from Emmanuel Roullit
OK gonzalo@
2019-03-05 12:38:23 +00:00
sebastia
d4b22e1703 Update to 2019-03-02 2019-03-04 10:14:58 +00:00
rpointel
7bd17fcbca update libssh to 0.8.7.
inputs and ok jca@.
2019-03-04 08:29:59 +00:00
sthen
9d83ce35e7 update to pecl-libsodium-2.0.21 2019-03-03 15:43:42 +00:00
sthen
fc6f9c45b8 update to openssl-1.1.1b 2019-03-03 15:42:55 +00:00
sthen
86ff5a3936 update to sslscan-1.11.12 2019-03-03 15:14:49 +00:00
sthen
e43f0ccabc update to openssl-1.0.2r 2019-03-03 14:56:25 +00:00
sthen
8e1257b4e6 update to ykpers-1.19.3 2019-03-03 14:45:15 +00:00
bluhm
b13dc5b00e Suricata's configure script picks additional libraries if they are
available at build time.  Add them to lib depends and wantlib
to create a package that always depends on all it needs.
Portcheck complained about an unknown VARBASE, add it to subst vars.
OK gonzalo@
2019-02-28 13:13:09 +00:00
rpointel
09ca062551 update yara to 3.9.0.
ok benoit@.
2019-02-26 09:09:17 +00:00
rpointel
4bc68f6447 update oledump to 0.0.41. 2019-02-25 10:28:41 +00:00
sebastia
1254f9b441 Update to 1.5.2
lots of feedback from sthen@
tested on i396 by myself, amd64 tests by benoit@
OK benoit@ (MAINTAINER)
2019-02-23 22:23:25 +00:00
sthen
4ea61ed08d update to pyOpenSSL 19.0.0 2019-02-22 13:03:46 +00:00
afresh1
712c34e9ee + security/p5-Mojolicious-Plugin-Authentication 2019-02-22 03:25:10 +00:00
afresh1
ceb8ea59eb Import security/p5-Mojolicious-Plugin-Authentication
Mojolicious::Plugin::Authentication provides methods that facilitate
user authentication in Mojolicious web applications.

From Manolis Tzanidakis <mtzanidakis AT gmail.com>
OK bluhm@
2019-02-22 03:24:17 +00:00
sthen
87bbdd944a update to py-aes-1.6.1, from Kurt Mosiejczuk, but I kept TEST_DEPENDS
which is still needed
2019-02-20 11:05:31 +00:00
sthen
acee4697ce update to gpgme-1.12.0
all dependent ports build tested, some also run tested
2019-02-19 16:04:43 +00:00
sthen
18a1f5449f update to ykpers-1.19.2
(adds explicit_bzero use, amongst other things)
2019-02-19 15:29:11 +00:00
ajacoutot
58957e3272 Update to py-rsa-4.0. 2019-02-18 11:06:22 +00:00
ajacoutot
79215aa987 Typo in COMMENT.
from Ross L Richardson, thanks
2019-02-18 08:02:04 +00:00
sthen
8c36b122e2 update to libsrtp-2.2.0 - major update, also adding a shared library
commits following to fix pjsip and asterisk
2019-02-15 22:30:23 +00:00