675 Commits

Author SHA1 Message Date
tb
5f91aea867 +openssl-ruby-tests 2021-05-03 17:48:04 +00:00
sthen
45cc7b3c2f unhook php 7.2 pecl packages
php 7.2 stopped getting security fixes at the end of November 2020
2021-04-30 16:38:45 +00:00
tb
bd902044ab +py-fastecdsa,python3 2021-04-24 04:35:30 +00:00
jeremy
b0b1d925a7 Stop building ruby26 ports by default
Ruby 2.6 is now in security maintenance mode, so per our Ruby support
policy, we will no longer build ruby26 packages by default.
2021-04-24 00:31:55 +00:00
sthen
66c340f7e6 The py2 version of py-openssl is no longer needed 2021-03-29 12:13:52 +00:00
sebastia
bac4c64da9 hook up py-fickling 2021-03-24 19:51:50 +00:00
tb
b7d2b39972 Unhook py-axolotl 2021-03-21 08:58:37 +00:00
daniel
565c1ce9cd remove subdirs for ports that are python3 only now 2021-03-20 15:57:03 +00:00
gnezdo
633ea1ab54 Unplug all hs-* ports for removal
ok kili, sthen
2021-03-04 02:45:49 +00:00
sthen
5fad8b0855 remove bsd-airtools, it doesn't build with -fno-common and not really
worth fixing (it's a netstumbler-like toolset for wi(4) - a FreeBSD
forum post from 2009 said "bsd-airtools is dead", and at that point they
already had a newer version than in OpenBSD ports).
2021-02-26 12:53:38 +00:00
sthen
9b64714929 build php-8.0 versions of the pecl ports which support it 2021-02-24 21:23:15 +00:00
kn
790e39dd1c Remove security/tempwatch
Fails to build with "-fno-common" and busy loop stat(2)s watched files
driving up CPU usage instead of using kevent(2) or so.

No activity upstream, FreeBSD maintains a port with local patches called
(security/l0pht-watch in their ports tree) in case anyone is interested
in resurrecting this.

OK jca naddy
2021-02-23 10:46:18 +00:00
gnezdo
78a4d7444b Unplug to remove hs-cryptohash-sha256, hs-ed25519, hs-hackage-security 2021-02-23 02:27:58 +00:00
naddy
bb7ac34aa7 unhook security/flasm, already deleted 2021-02-20 21:54:20 +00:00
ajacoutot
a82ad31f07 Forgot to remove py-gnupg when I moved it to py3 only. 2021-02-20 17:19:29 +00:00
sthen
81d0902c8e quirks and makefile updates for some py2->py3 2021-02-14 15:51:46 +00:00
jeremy
1e3f8e7699 Hookup ruby-argon2 2021-02-02 20:11:44 +00:00
sebastia
bfbd57c370 hook up stegseek, unhook stegcracker 2021-02-02 16:09:49 +00:00
kn
788b0a7599 Remove security/siphon
Upstream still ships the tarball, that's it, as per CVS log:
"primary distsite and homepage have gone away".

The only TCP port I've been able to detect (after producing traffing on a
variety of them) is SSH -- and that only worked after enabling IPv4.

Siphon does not seem to support/detect IPv6 at all and it's OS fingerprints
are extremely old;  besides Gentoo we're the only ones still packaging it
according to https://repology.org/project/siphon/versions .

Fails with "-fno-common".
OK cwen
2021-02-01 14:07:51 +00:00
kn
25284374c4 Remove security/lxnb
That's a NetBus 1.6 client... upstream's dead as in NXDOMAIN, we seem to be
the only folks still packaging it.

It has not changed in twenty years (surprise!) and basically only exists to
screw around with old old Windows boxes which... still run the server?

Fails with "-fno-common".
OK jsg
2021-02-01 01:02:54 +00:00
abieber
b5a442b388 + rbw 2021-01-30 19:17:11 +00:00
jeremy
c10fda1d86 Build Ruby 3.0 versions of native gem ports by default 2021-01-29 17:05:32 +00:00
kn
c288f41495 Remove security/hitch
Over half a year ago I dropped MAINTAINER on this port due to not using it
any longer.  At that time it was already outdated.  Noone spoke up to
update or even maintain it.

The new (unported) version 1.6.0 already suffers from TLS related build
failures, now there's another problem: it does not build with "-fcommon"
which will become a default compiler option in the tree.

If someone wants to fix both and get an up-to-date version running they
recover it from the attic.

OK tb
2021-01-29 16:50:42 +00:00
sthen
df64346652 Remove the old ACMEv1-only version of acme-client from ports.
letsencrypt have already stopped allowing ACMEv1 for new domain
validations, and are now doing "brownouts" for all ACMEv1 access,
disabling it temporarily twice a month for increasing lengths of
time (6/24/48/72/120/168 hours) in the run up to disabling it
completely on June 1st.
2021-01-25 14:21:29 +00:00
gonzalo
7bbd7eb1c8 Hook Gobuster 2021-01-23 09:41:00 +00:00
daniel
566f9ce639 +py-argon2-cffi 2021-01-19 05:29:55 +00:00
sebastia
72c3ed6465 hook up stegcracker 2021-01-01 14:06:30 +00:00
bluhm
0ce170ad08 +libmodsecurity 2021-01-01 13:05:49 +00:00
pvk
80b034a91b +ssh-audit 2020-12-06 11:51:43 +00:00
sebastia
8742b16b3d hook up hashid and wfuzz 2020-12-02 11:58:23 +00:00
benoit
b049521d6b +p5-Crypt-OpenSSL-Guess 2020-11-22 08:30:08 +00:00
sthen
891bf21b9c update to py-passlib-1.7.3, switch to py3-only 2020-10-07 13:32:27 +00:00
jca
b59233c341 Remove gnupg-1.4 and replace it with gnupg-2
gnupg-1.4 is not developed actively anymore, and new software expects
a modern "gpg" executable, which leads to pointless patches in the ports
tree.  Move the various users of security/gnupg2 to security/gnupg and
zap patches that forced the use of "gpg2".

Crusade started by edd@ (security/gnupg maintainer), gnupg->gnupg2 test
reports from semarie@, giovanni@ and solene@, input and bulk build by
sthen@.  ok sthen@ edd@ (maintainer)
2020-10-05 19:46:17 +00:00
abieber
046f081561 + qtpass 2020-09-14 22:47:10 +00:00
bluhm
0a2e0466af -p5-Net_SSLeay
+p5-Net-SSLeay
2020-09-14 13:33:15 +00:00
ajacoutot
3a567da392 -py-keyring
-py-secretstorage
2020-09-13 08:15:32 +00:00
jasper
299b18603e +tls-attacker 2020-09-12 14:37:23 +00:00
rsadowski
4fb8b0ef8c Remove keepassx (Qt4)
With keepassxc we have a better alternative.

No objections from maintainer steven@
2020-08-22 09:04:10 +00:00
rsadowski
06818c31fb Remove QCA Qt4, long live qca-qt5 2020-08-22 08:45:48 +00:00
afresh1
476becf898 +p5-Alt-Crypt-RSA-BigInt +p5-Crypt-OpenPGP +p5-Unix-OpenBSD-Random 2020-08-13 03:10:37 +00:00
jasper
402f322974 switch py-ropper to python3 by default 2020-08-07 09:59:10 +00:00
naddy
1ec3c8bf91 drop sslscan,openssl from category Makefile, too 2020-07-25 22:10:52 +00:00
jasper
b8eb493f21 py-M2Crypto -> py3-M2Crypto 2020-07-17 17:48:11 +00:00
rsadowski
9c25b885c4 Remove qoauth 2020-07-03 13:58:08 +00:00
rsadowski
3e75aed1ec Unhook KDE4
It's time to get rid of KDE4. x11/kde4 contained all applications and the
desktop environment. All applications and the framework have been ported to
KDE5 and are available under x11/kde-applications and devel/kf5.

The desktop environment has not yet been ported and is NO LONGER available!
You can't have everything.

What happened here:

- Remove multimedia/phonon kde4 bits and set set phonon FLAVOR=qt5 for now.
- Unhook x11/kde4
- Unhook meta/kde4
- Mark kmymoney as broken, update is coming.
- Unhook all kde4 module consumers:
 - klogic
 - soprano
 - strigi
 - automoc
 - prison
 - qimageblitz
 - cagibi
 - libkvkontakte
 - akonadi
 - attica
 - libalkimia
 - libkfbapi
 - libkgapi
 - qoauth
 - kwebkitpart
 - grantlee
 - libkscreen
 - polkit-qt
2020-06-13 16:22:52 +00:00
jmatthew
1ddbae0266 +pivy 2020-06-08 10:58:33 +00:00
sthen
39c990978a switch py-fido2 to py-fido2,python3
add py-pyscard,python3 which was never added in the first place
2020-05-23 21:56:21 +00:00
jeremy
d9392c1793 Remove building of Ruby 2.5 gem ports by default 2020-05-19 15:34:55 +00:00
kn
a8cf740bb8 Remove unmaintained and now comercial nipper ports
nipper and libnipper became comercial over ten years ago and have not been
updated ever since;  HOMEPAGE doesn't even mention them any longer.

Pointed out by Marcus MERIGHI <mcmer-openbsd at tor dot at>, thanks!
OK sthen jca
2020-05-17 10:36:17 +00:00
sthen
b7888be700 +uacme 2020-05-14 12:06:00 +00:00