notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
non port: security/Makefile

Number of commits found: 2386 (showing only 100 on this page)

[First Page]  «  1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11  »  [Last Page]

Wednesday, 16 Aug 2023
18:25 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-service-identity: Add py-service-identity 23.1.0

Use this package if:
- you want to verify that a PyCA cryptography certificate is valid for a certain
  hostname or IP address,
- or if you use pyOpenSSL and don’t want to be MITMed,
- or if you want to inspect certificates from either for service IDs.

service-identity aspires to give you all the tools you need for verifying
whether a certificate is valid for the intended purposes. In the simplest case,
this means host name verification. However, service-identity implements RFC 6125
fully.
commit hash: 96195f8763c81d6be29f0f00551c10d5904f545a commit hash: 96195f8763c81d6be29f0f00551c10d5904f545a commit hash: 96195f8763c81d6be29f0f00551c10d5904f545a commit hash: 96195f8763c81d6be29f0f00551c10d5904f545a 96195f8
18:25 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-truststore: Add py-truststore 0.7.0

Truststore is a library which exposes native system certificate stores (ie
"trust stores") through an ssl.SSLContext-like API. This means that Python
applications no longer need to rely on certifi as a root certificate store.
Native system certificate stores have many helpful features compared to a static
certificate bundle like certifi:
- Automatically update certificates as new CAs are created and removed
- Fetch missing intermediate certificates
- Check certificates against certificate revocation lists (CRLs) to avoid
  monster-in-the-middle (MITM) attacks
- Managed per-system rather than per-application by a operations/IT team
- PyPI is no longer a CA distribution channel

Right now truststore is a stand-alone library that can be installed globally in
your application to immediately take advantage of the benefits in Python 3.10+.
Truststore has also been integrated into pip as an opt-in method for verifying
HTTPS certificates with truststore instead of certifi.

Long-term the hope is to make truststore the default way to verify HTTPS
certificates in pip and to add this functionality into Python itself. Wish us
luck!
commit hash: a5abdadcbd65c160c795c040b4e78f3f1c275afe commit hash: a5abdadcbd65c160c795c040b4e78f3f1c275afe commit hash: a5abdadcbd65c160c795c040b4e78f3f1c275afe commit hash: a5abdadcbd65c160c795c040b4e78f3f1c275afe a5abdad
Wednesday, 9 Aug 2023
18:43 Emanuel Haupt (ehaupt) search for other commits by this committer
security/git-credential-azure: Add new port

git-credential-azure is a Git credential helper that authenticates to
Azure Repos (dev.azure.com). Azure Repos is part of Azure DevOps.

The first time you authenticate, the helper opens a browser window to
Microsoft login. Subsequent authentication is non interactive.
commit hash: 57acd564071bd0f5a690bbe6fd8e6451b8325d00 commit hash: 57acd564071bd0f5a690bbe6fd8e6451b8325d00 commit hash: 57acd564071bd0f5a690bbe6fd8e6451b8325d00 commit hash: 57acd564071bd0f5a690bbe6fd8e6451b8325d00 57acd56
13:01 Robert Clausecker (fuz) search for other commits by this committer Author: Jesús Daniel Colmenares Oviedo
security/su-exec: New port: Switch user and group id and exec

su-exec is a simple tool that will simply execute a program with
different privileges. The program will be executed directly and not
run as a child, like su and sudo does, which avoids TTY and signal
issues.

WWW: https://github.com/ncopa/su-exec

PR:		272867
commit hash: 4ec063fe52d807eda49f54beb910ca5b3d434d2e commit hash: 4ec063fe52d807eda49f54beb910ca5b3d434d2e commit hash: 4ec063fe52d807eda49f54beb910ca5b3d434d2e commit hash: 4ec063fe52d807eda49f54beb910ca5b3d434d2e 4ec063f
09:57 Nuno Teixeira (eduardo) search for other commits by this committer
security/R-cran-sodium: New port: R bindings to libsodium

Bindings to libsodium: a modern, easy-to-use software library for
encryption, decryption, signatures, password hashing and more. Sodium
uses curve25519, a state-of-the-art Diffie-Hellman function by Daniel
Bernstein, which has become very popular after it was discovered that
the NSA had backdoored Dual EC DRBG.

WWW: https://cran.r-project.org/web/packages/sodium/
commit hash: 4b1330231d95274c20638710b74a03642f436ac4 commit hash: 4b1330231d95274c20638710b74a03642f436ac4 commit hash: 4b1330231d95274c20638710b74a03642f436ac4 commit hash: 4b1330231d95274c20638710b74a03642f436ac4 4b13302
Tuesday, 8 Aug 2023
11:02 Dima Panov (fluffy) search for other commits by this committer
security/botan3: add Botan 3.1.1 release (+)

Introduce Botan 3.x branch as separated concurrent port to allow consumers
migrate in their own progress due to API/ABI incompatibility between 2.x/3.x
releases

Release notes:	https://botan.randombit.net/news.html#version-3-0-0-2023-04-11
		https://botan.randombit.net/news.html#version-3-1-0-2023-07-11
		https://botan.randombit.net/news.html#version-3-1-1-2023-07-13
commit hash: 37dfbb1e35162bd84348730049155811d9b5035f commit hash: 37dfbb1e35162bd84348730049155811d9b5035f commit hash: 37dfbb1e35162bd84348730049155811d9b5035f commit hash: 37dfbb1e35162bd84348730049155811d9b5035f 37dfbb1
Monday, 31 Jul 2023
07:21 Hiroki Tagato (tagattie) search for other commits by this committer
security/bitwarden-cli: add port: Bitwarden client command-line interface

The Bitwarden CLI is a powerful, full-featured command-line interface
(CLI) tool to access and manage a Bitwarden vault. The CLI is written
with TypeScript and Node.js and can be run on Windows, macOS, and
Linux distributions.

WWW: https://bitwarden.com

Requested by:	000.fbsd@quip.cz (via ports)
Tested by:	000.fbsd@quip.cz
commit hash: d2062f378a53d324aa503c8a1f1b3150d519b4cd commit hash: d2062f378a53d324aa503c8a1f1b3150d519b4cd commit hash: d2062f378a53d324aa503c8a1f1b3150d519b4cd commit hash: d2062f378a53d324aa503c8a1f1b3150d519b4cd d2062f3
Saturday, 22 Jul 2023
07:46 Tobias C. Berner (tcberner) search for other commits by this committer
security/py-cryptography: copy port to -legacy variant prior to update

A future commit will update to security/py-cryptography will introduce a
rust dependency.

PR:		254853
commit hash: c380909c8060259c0eb8aa067de08534677924b4 commit hash: c380909c8060259c0eb8aa067de08534677924b4 commit hash: c380909c8060259c0eb8aa067de08534677924b4 commit hash: c380909c8060259c0eb8aa067de08534677924b4 c380909c
Monday, 17 Jul 2023
20:45 Dave Cottlehuber (dch) search for other commits by this committer
security/monocypher: NEW PORT - easy to use, deploy, auditable crypto library

It is written in portable C, and approaches the size of TweetNaCl,
and the speed of libsodium.

Reviewed by:	zirias
Sponsored by:	SkunkWerks, GmbH
commit hash: 3ebf55c3f3c6f0245fc20eabd7956b4c9acb5511 commit hash: 3ebf55c3f3c6f0245fc20eabd7956b4c9acb5511 commit hash: 3ebf55c3f3c6f0245fc20eabd7956b4c9acb5511 commit hash: 3ebf55c3f3c6f0245fc20eabd7956b4c9acb5511 3ebf55c
Monday, 10 Jul 2023
18:46 Jason E. Hale (jhale) search for other commits by this committer
security/*gpgme*: Update to 1.21.0

Split out the headers shared between the qt5 and qt6 flavors of
security/gpgme-qt to security/gpgme-qt-headers so that they no longer
conflict.

https://dev.gnupg.org/T6585
commit hash: 143072ff128f78f0c63639d6bc28f5d0081a5618 commit hash: 143072ff128f78f0c63639d6bc28f5d0081a5618 commit hash: 143072ff128f78f0c63639d6bc28f5d0081a5618 commit hash: 143072ff128f78f0c63639d6bc28f5d0081a5618 143072f
Sunday, 9 Jul 2023
10:15 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-httpx-auth: Add py-httpx-auth 0.17.0

httpx-auth provides authentication classes to be used with httpx authentication
parameter.
commit hash: 31a40d7cfd645fb693cbe10e645edadb8c56eb3e commit hash: 31a40d7cfd645fb693cbe10e645edadb8c56eb3e commit hash: 31a40d7cfd645fb693cbe10e645edadb8c56eb3e commit hash: 31a40d7cfd645fb693cbe10e645edadb8c56eb3e 31a40d7
10:15 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-certomancer: Add py-certomancer 0.11.0

Quickly construct, mock & deploy PKI test configurations using simple
declarative configuration. Includes CRL, OCSP and time stamping service
provisioning.
commit hash: 4288ad73804ff0c6b8ed5c85ed9654e3642341be commit hash: 4288ad73804ff0c6b8ed5c85ed9654e3642341be commit hash: 4288ad73804ff0c6b8ed5c85ed9654e3642341be commit hash: 4288ad73804ff0c6b8ed5c85ed9654e3642341be 4288ad7
Monday, 3 Jul 2023
21:48 John Hixson (jhixson) search for other commits by this committer
security/sssd-devel: New port

Add new port sss-devel. This updates sssd to version 2.9.0. This is a
development version to be used to get out all the kinks before replacing
the current security/sssd port.

Changes:

https://sssd.io/release-notes/sssd-2.0.0.html
https://sssd.io/release-notes/sssd-2.1.0.html
https://sssd.io/release-notes/sssd-2.2.0.html
https://sssd.io/release-notes/sssd-2.3.0.html
https://sssd.io/release-notes/sssd-2.4.0.html
https://sssd.io/release-notes/sssd-2.5.0.html
https://sssd.io/release-notes/sssd-2.6.0.html
https://sssd.io/release-notes/sssd-2.7.0.html
https://sssd.io/release-notes/sssd-2.8.0.html
https://sssd.io/release-notes/sssd-2.9.0.html
commit hash: 8ed50ce9158b14a08367afd130c2bba2e752b60b commit hash: 8ed50ce9158b14a08367afd130c2bba2e752b60b commit hash: 8ed50ce9158b14a08367afd130c2bba2e752b60b commit hash: 8ed50ce9158b14a08367afd130c2bba2e752b60b 8ed50ce
Sunday, 2 Jul 2023
07:34 Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/openssl_tpm_engine: Remove expired port

2023-07-02 security/openssl_tpm_engine: Requires older openssl and upstream
unmaintained since 2017
commit hash: 788dde9529dd77fcb5d2433e0ff5522206af2643 commit hash: 788dde9529dd77fcb5d2433e0ff5522206af2643 commit hash: 788dde9529dd77fcb5d2433e0ff5522206af2643 commit hash: 788dde9529dd77fcb5d2433e0ff5522206af2643 788dde9
Friday, 30 Jun 2023
05:48 Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/rubygem-omniauth-cas3: Remove expired port

2023-06-30 security/rubygem-omniauth-cas3: Deprecated by upstream. The
repository has been archived by the owner on Aug 23, 2022

Approved by:	portmgr (blanket)
commit hash: b739d82bb317c398f8c84bccc41a56c0062b72be commit hash: b739d82bb317c398f8c84bccc41a56c0062b72be commit hash: b739d82bb317c398f8c84bccc41a56c0062b72be commit hash: b739d82bb317c398f8c84bccc41a56c0062b72be b739d82
Sunday, 25 Jun 2023
17:53 Cy Schubert (cy) search for other commits by this committer
security/krb5-118: Remove expired MIT KRB5 1.18 port
commit hash: 0adf433938235d63ec5d03d811d7e13dc8f585e6 commit hash: 0adf433938235d63ec5d03d811d7e13dc8f585e6 commit hash: 0adf433938235d63ec5d03d811d7e13dc8f585e6 commit hash: 0adf433938235d63ec5d03d811d7e13dc8f585e6 0adf433
08:28 Yuri Victorovich (yuri) search for other commits by this committer
security/zlint: New port: X.509 certificate linter
commit hash: 558ce1efd829e68b4af6d8f2d69149cc124a22ee commit hash: 558ce1efd829e68b4af6d8f2d69149cc124a22ee commit hash: 558ce1efd829e68b4af6d8f2d69149cc124a22ee commit hash: 558ce1efd829e68b4af6d8f2d69149cc124a22ee 558ce1e
Saturday, 24 Jun 2023
16:54 Vinícius Zavam (egypcio) search for other commits by this committer
[NEW] security/webtunnel-tor: Pluggable Transport based on HTTPT

  WebTunnel is a pluggable transport for Tor that attempts to imitate
  web browsing activities based on HTTPT, a Probe-Resistant Proxy.

  *
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/webtunnel

Sponsored by:	TorBSD Diversity Project, TDP
Sponsored by:	The Tor Project
commit hash: ad63312728a23d4e1722c78b3915a9fefc4c022e commit hash: ad63312728a23d4e1722c78b3915a9fefc4c022e commit hash: ad63312728a23d4e1722c78b3915a9fefc4c022e commit hash: ad63312728a23d4e1722c78b3915a9fefc4c022e ad63312
Friday, 23 Jun 2023
20:12 Rene Ladan (rene) search for other commits by this committer
security/p5-OpenCA-OpenSSL: Remove expired port

2023-03-21 security/p5-OpenCA-OpenSSL: Broken since 2021
commit hash: adfb0216b17435c14336d5e6fa9f76201a17d4b8 commit hash: adfb0216b17435c14336d5e6fa9f76201a17d4b8 commit hash: adfb0216b17435c14336d5e6fa9f76201a17d4b8 commit hash: adfb0216b17435c14336d5e6fa9f76201a17d4b8 adfb021
20:12 Rene Ladan (rene) search for other commits by this committer
security/p5-OpenCA-PKCS7: Remove expired port

2023-06-21 security/p5-OpenCA-PKCS7: Depends on expired
security/p5-OpenCA-OpenSSL
commit hash: 4f5f7c3c7fd6710fb3bfad67dd0060bef85af4d0 commit hash: 4f5f7c3c7fd6710fb3bfad67dd0060bef85af4d0 commit hash: 4f5f7c3c7fd6710fb3bfad67dd0060bef85af4d0 commit hash: 4f5f7c3c7fd6710fb3bfad67dd0060bef85af4d0 4f5f7c3
Thursday, 22 Jun 2023
15:25 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: added newly required ports for version 16.1

rubygem-net-http 0.1.1 is required due to:
https://gitlab.com/gitlab-org/gitlab/-/issues/413528
commit hash: 9d4482b9120d61284f78ff89a4dee380f40b49c5 commit hash: 9d4482b9120d61284f78ff89a4dee380f40b49c5 commit hash: 9d4482b9120d61284f78ff89a4dee380f40b49c5 commit hash: 9d4482b9120d61284f78ff89a4dee380f40b49c5 9d4482b
Saturday, 10 Jun 2023
14:57 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*php83*: Sunrise

Please DO NOT use this version in production, it is an early test
version.

For upgrade notes please visit:
https://github.com/php/php-src/blob/php-8.3.0alpha1/UPGRADING

Changelog: https://github.com/php/php-src/blob/php-8.3.0alpha1/NEWS
Sponsored by:	Bounce Experts
commit hash: 95967c2077762985235e47db1fe9949bed5cbe8f commit hash: 95967c2077762985235e47db1fe9949bed5cbe8f commit hash: 95967c2077762985235e47db1fe9949bed5cbe8f commit hash: 95967c2077762985235e47db1fe9949bed5cbe8f 95967c2
Friday, 9 Jun 2023
05:32 Charlie Li (vishwin) search for other commits by this committer
security/py-sequoia: remove

Deprecated upstream; security/sequoia no longer includes the parts
necessary for this to work. PySequoia is the designated replacement
and will be ported later, and MOVED will be updated accordingly.

PR: 256877
Approved by: phryk-ports[at]wzff[dot]de (maintainer, transfer)
Event: SouthEast LinuxFest 2023
commit hash: bc106728715d27f7724f51e17e27b90a1b1c0369 commit hash: bc106728715d27f7724f51e17e27b90a1b1c0369 commit hash: bc106728715d27f7724f51e17e27b90a1b1c0369 commit hash: bc106728715d27f7724f51e17e27b90a1b1c0369 bc10672
05:32 Charlie Li (vishwin) search for other commits by this committer
security/sequoia: convert to meta-port and update

sq split to security/sequoia-sq. More programs to be ported later.
FFI deprecated upstream and removed from the port.

PR: 256877
Approved by: phryk-ports[at]wzff[dot]de (maintainer, transfer)
Event: SouthEast LinuxFest 2023
commit hash: 3835bb252e91cda64657878b8438f6440342f516 commit hash: 3835bb252e91cda64657878b8438f6440342f516 commit hash: 3835bb252e91cda64657878b8438f6440342f516 commit hash: 3835bb252e91cda64657878b8438f6440342f516 3835bb2
Wednesday, 7 Jun 2023
22:47 Matthew Seaman (matthew) search for other commits by this committer Author: Jamie Landeg-Jones
security/py-certbot-dns-standalone: New port

Standalone DNS Authenticator plugin for Certbot

This is a plugin that uses an integrated DNS server to respond to the
_acme-challenge records, so the domain's records do not have to be modified.

PR:	271889
commit hash: c69de36d0e8d18710b99af0b08a36a52055d37b9 commit hash: c69de36d0e8d18710b99af0b08a36a52055d37b9 commit hash: c69de36d0e8d18710b99af0b08a36a52055d37b9 commit hash: c69de36d0e8d18710b99af0b08a36a52055d37b9 c69de36
Tuesday, 6 Jun 2023
18:35 Cy Schubert (cy) search for other commits by this committer
security/krb5-121: Welcome new krb5 1.21

Welcome the new krb5-121 (1.21) from MIT.

krb5-119 is now deprecated and scheduled for removal a year from
now.
commit hash: 49e70b32f3d1610c7a398e8f82343935362d6466 commit hash: 49e70b32f3d1610c7a398e8f82343935362d6466 commit hash: 49e70b32f3d1610c7a398e8f82343935362d6466 commit hash: 49e70b32f3d1610c7a398e8f82343935362d6466 49e70b3
Monday, 5 Jun 2023
18:46 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/rubygem-omniauth-cas3-oauth2: Remove obsoleted port

Use security/rubygem-omniauth-cas3 instead.
commit hash: 2f2379dec930423a369b9442bb9211159d46c4bb commit hash: 2f2379dec930423a369b9442bb9211159d46c4bb commit hash: 2f2379dec930423a369b9442bb9211159d46c4bb commit hash: 2f2379dec930423a369b9442bb9211159d46c4bb 2f2379d
Monday, 29 May 2023
18:52 Emanuel Haupt (ehaupt) search for other commits by this committer
security/git-credential-oauth: Add new port

git-credential-oauth is a Git credential helper that securely
authenticates to GitHub, GitLab, BitBucket and Gerrit using OAuth.

The first time you push, the helper will open a browser window to
authenticate. Subsequent pushes within storage lifetime require no
interaction.
commit hash: 633a5f5ffc364577126b433059a92f207a3146b6 commit hash: 633a5f5ffc364577126b433059a92f207a3146b6 commit hash: 633a5f5ffc364577126b433059a92f207a3146b6 commit hash: 633a5f5ffc364577126b433059a92f207a3146b6 633a5f5
Sunday, 28 May 2023
12:09 Rene Ladan (rene) search for other commits by this committer
security/esteidfirefoxplugin: Remove expired port:

2023-05-28 security/esteidfirefoxplugin: Upstream last release in 2013 and has
been migrated into other products of upstream
commit hash: f279a8b755771a12d88e7af0f6c6744fbc329bd6 commit hash: f279a8b755771a12d88e7af0f6c6744fbc329bd6 commit hash: f279a8b755771a12d88e7af0f6c6744fbc329bd6 commit hash: f279a8b755771a12d88e7af0f6c6744fbc329bd6 f279a8b
12:09 Rene Ladan (rene) search for other commits by this committer
security/keynote: Remove expired port:

2023-05-28 security/keynote: Upstream last release in 2000
commit hash: 93a6bf2ff6862c4e046d629ec58cee573d0855c3 commit hash: 93a6bf2ff6862c4e046d629ec58cee573d0855c3 commit hash: 93a6bf2ff6862c4e046d629ec58cee573d0855c3 commit hash: 93a6bf2ff6862c4e046d629ec58cee573d0855c3 93a6bf2
12:07 Rene Ladan (rene) search for other commits by this committer
security/zxid: Remove expired port:

2023-05-27 security/zxid: Do not build with OpenSSL 1.1.1e and later
commit hash: 28db06099cc14b20de85922413f5693e3287e472 commit hash: 28db06099cc14b20de85922413f5693e3287e472 commit hash: 28db06099cc14b20de85922413f5693e3287e472 commit hash: 28db06099cc14b20de85922413f5693e3287e472 28db060
12:07 Rene Ladan (rene) search for other commits by this committer
security/p5-Net-SAML: Remove expired port:

2023-05-27 security/p5-Net-SAML: Depends on deprecated security/zxid
commit hash: 3249a3a36f9391d6409204a7aa9a231b1d1b2747 commit hash: 3249a3a36f9391d6409204a7aa9a231b1d1b2747 commit hash: 3249a3a36f9391d6409204a7aa9a231b1d1b2747 commit hash: 3249a3a36f9391d6409204a7aa9a231b1d1b2747 3249a3a
Saturday, 27 May 2023
23:43 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/rubygem-doorkeeper562: Remove obsoleted port

Use security/rubygem-doorkeeper instead.
commit hash: 1a5c92b8ea88cd67bbc32a9ce11c65fd91cca248 commit hash: 1a5c92b8ea88cd67bbc32a9ce11c65fd91cca248 commit hash: 1a5c92b8ea88cd67bbc32a9ce11c65fd91cca248 commit hash: 1a5c92b8ea88cd67bbc32a9ce11c65fd91cca248 1a5c92b
23:43 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/rubygem-ed2551912: Remove obsoleted port

Use security/rubygem-ed25519 instead.
commit hash: b3de4753547cf07f41d3d919816b324c7612c6e0 commit hash: b3de4753547cf07f41d3d919816b324c7612c6e0 commit hash: b3de4753547cf07f41d3d919816b324c7612c6e0 commit hash: b3de4753547cf07f41d3d919816b324c7612c6e0 b3de475
04:48 Nicola Vitale (nivit) search for other commits by this committer
security/transcrypt: Add new port

A script to configure transparent encryption of sensitive files stored in a Git
repository. Files that you choose will be automatically encrypted when you
commit them, and automatically decrypted when you check them out. The process
will degrade gracefully, so even people without your encryption password can
safely commit changes to the repository's non-encrypted files.

Transcrypt protects your data when it's pushed to remotes that you may not
directly control (e.g., GitHub, Dropbox clones, etc.), while still allowing you
to work normally on your local working copy. You can conveniently store things
like passwords and private keys within your repository and not have to share
them with your entire team or complicate your workflow.

https://github.com/elasticdog/transcrypt
commit hash: ea3df3353c6f21fb569693df3ba2c3a5974f64c4 commit hash: ea3df3353c6f21fb569693df3ba2c3a5974f64c4 commit hash: ea3df3353c6f21fb569693df3ba2c3a5974f64c4 commit hash: ea3df3353c6f21fb569693df3ba2c3a5974f64c4 ea3df33
Thursday, 18 May 2023
08:19 Robert Clausecker (fuz) search for other commits by this committer Author: rihaz jerrin
security/ismtp: Test for SMTP user enumeration, internal spoofing, and relay

SMTP user enumeration (RCPT TO and VRFY), internal spoofing, and open
relay.  A tool that tests for all three and comes with great
flexibility. iSMTP does just that, making it much easier to knock that
process out of the way.

WWW: https://github.com/altjx/ipwn/tree/master/iSMTP

PR:		270304
commit hash: 6da2b6f73deac292a7b27e64105dfd26d12f46ea commit hash: 6da2b6f73deac292a7b27e64105dfd26d12f46ea commit hash: 6da2b6f73deac292a7b27e64105dfd26d12f46ea commit hash: 6da2b6f73deac292a7b27e64105dfd26d12f46ea 6da2b6f
Thursday, 11 May 2023
03:37 Kai Knoblich (kai) search for other commits by this committer
security/py-netbox-secrets: New port

This is the continuation of the NetBox Secretstore app. The original
plugin is minimally maintained and has a lot of issues.

This plugin is a complete rewrite of the original plugin.  It is more
generic and flexible than the original plugin.  It is also regularly
tested with the latest NetBox releases to ensure compatibility and
stability.

Features:

* Store secrets in the database encrypted with a public key (RSA)
* More generic and flexible than the original plugin (e.g. secrets
  can be assigned to any object in NetBox)
* Secrets can be assigned to contacts to associate them with
  a secret (e.g. SSH key)
* Updated user interface to make it easier to use and more intuitive
  to navigate
* Regularly tested with the latest NetBox releases to ensure
  compatibility and stability

MFH:		2023Q2 (in 3 weeks, to provide a migration path for
		security/py-netbox-secretstore, which is deprecated)
commit hash: 1976bf9626a5ac43973706c34900e2de9eb82933 commit hash: 1976bf9626a5ac43973706c34900e2de9eb82933 commit hash: 1976bf9626a5ac43973706c34900e2de9eb82933 commit hash: 1976bf9626a5ac43973706c34900e2de9eb82933 1976bf9
Wednesday, 3 May 2023
03:29 Jason E. Hale (jhale) search for other commits by this committer
security/gpgme-qt: Flavorize for new Qt6 bindings

Rename security/gpgme-qt5 to security/gpgme-qt and flavorize to
allow building qt5 and qt6 flavors.

Adjust dependencies and bump PORTREVISION on consumers.

Fix installation of optional Doxgen docs.
commit hash: f247211eb747992e0c483dbf02452596d16a7378 commit hash: f247211eb747992e0c483dbf02452596d16a7378 commit hash: f247211eb747992e0c483dbf02452596d16a7378 commit hash: f247211eb747992e0c483dbf02452596d16a7378 f247211
Tuesday, 2 May 2023
06:53 Felix Palmen (zirias) search for other commits by this committer
security/tlsc: Add new port

Tlsc is a little BSD-licensed daemon that allows to connect non-TLS
clients to TLS-enabled services.

It's kept simple, so uses all-standard options for TLS and doesn't
implement anything else (like e.g. STARTTLS or doing service-side).

Approved by:	tcberner (mentor, implicit)
commit hash: cf234c830641b5bb839643a5d6fe25abce298d1e commit hash: cf234c830641b5bb839643a5d6fe25abce298d1e commit hash: cf234c830641b5bb839643a5d6fe25abce298d1e commit hash: cf234c830641b5bb839643a5d6fe25abce298d1e cf234c8
Monday, 1 May 2023
18:26 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/py-iris-intelowl-module: New port: IntelOwl IRIS module

iris-intelowl-module is a IRIS processor module providing open-source threat
intelligence leveraging IntelOlw analyzers, to enrich indicators of compromise.
commit hash: 18a69340d667147f1e550cdd99958abba7a7dff3 commit hash: 18a69340d667147f1e550cdd99958abba7a7dff3 commit hash: 18a69340d667147f1e550cdd99958abba7a7dff3 commit hash: 18a69340d667147f1e550cdd99958abba7a7dff3 18a6934
Sunday, 30 Apr 2023
21:50 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/py-iris-evtx-module: New port: Example of IRIS module, handling EVTX
files

An interface module for Evtx2Splunk and Iris in order to ingest Microsoft EVTX
log files. The module is installed on IRIS by default. In case you needed a
procedure to install it by yourself, you can follow the one below.
commit hash: dae915d003e3ee6f12a58f0131825e3c4673ec40 commit hash: dae915d003e3ee6f12a58f0131825e3c4673ec40 commit hash: dae915d003e3ee6f12a58f0131825e3c4673ec40 commit hash: dae915d003e3ee6f12a58f0131825e3c4673ec40 dae915d
03:53 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/py-iris-vt-module: New port: IRIS Module enriching IOCs with VT
insights

An interface module for VT and Iris to automatically enrich IOCs with VT
insight.
commit hash: 0b2a355ffd2a518078c835d4c6182efce0c352b5 commit hash: 0b2a355ffd2a518078c835d4c6182efce0c352b5 commit hash: 0b2a355ffd2a518078c835d4c6182efce0c352b5 commit hash: 0b2a355ffd2a518078c835d4c6182efce0c352b5 0b2a355f
03:46 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/py-iris-webhooks-module: New port: IRIS module offering support for
webhooks

An interface module that allows to call webhooks from IRIS.
commit hash: 858d1166289d5596f0ea575a30bbc254bdc29144 commit hash: 858d1166289d5596f0ea575a30bbc254bdc29144 commit hash: 858d1166289d5596f0ea575a30bbc254bdc29144 commit hash: 858d1166289d5596f0ea575a30bbc254bdc29144 858d116
03:31 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/py-iris-check-module: New port: A simple processor module for IRIS

An Iris Module that simply replies to every hooks
commit hash: 0d27d93c1c7235999dcf2260a7b39b4eb8f18516 commit hash: 0d27d93c1c7235999dcf2260a7b39b4eb8f18516 commit hash: 0d27d93c1c7235999dcf2260a7b39b4eb8f18516 commit hash: 0d27d93c1c7235999dcf2260a7b39b4eb8f18516 0d27d93
03:24 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/py-iris-misp-module: New port: IRIS module interfacing MISP with IRIS

An interface module for MISP and Iris to automatically enrich IOCs with MISP
insight.
commit hash: 0e13ed1591f687eac653f5c3109f43fb447ee34a commit hash: 0e13ed1591f687eac653f5c3109f43fb447ee34a commit hash: 0e13ed1591f687eac653f5c3109f43fb447ee34a commit hash: 0e13ed1591f687eac653f5c3109f43fb447ee34a 0e13ed1
03:14 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/py-iris-module-interface: New port: Base interface for modules of Iris

This Python package is used by IRIS modules to interact and extend IRIS
capabilities. It's the interface which module have to use to communicate with
the platform.
commit hash: 03bf39e0763ca1a04e1bd96137ca9d3ded336ff8 commit hash: 03bf39e0763ca1a04e1bd96137ca9d3ded336ff8 commit hash: 03bf39e0763ca1a04e1bd96137ca9d3ded336ff8 commit hash: 03bf39e0763ca1a04e1bd96137ca9d3ded336ff8 03bf39e
Saturday, 29 Apr 2023
23:32 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/py-flask-bcrypt: New port: Flask extension that provides bcrypt hashing
utilities for your application

Flask-Bcrypt is a Flask extension that provides bcrypt hashing utilities for
your application.

Due to the recent increased prevalence of powerful hardware, such as modern
GPUs, hashes have become increasingly easy to crack. A proactive solution to
this is to use a hash that was designed to be "de-optimized". Bcrypt is such a
hashing facility; unlike hashing algorithms such as MD5 and SHA1, which are
optimized for speed, bcrypt is intentionally structured to be slow.

For sensitive data that must be protected, such as passwords, bcrypt is an
advisable choice.
commit hash: 0b98cb4e41c9560063cba4da0efd30b391d6275b commit hash: 0b98cb4e41c9560063cba4da0efd30b391d6275b commit hash: 0b98cb4e41c9560063cba4da0efd30b391d6275b commit hash: 0b98cb4e41c9560063cba4da0efd30b391d6275b 0b98cb4
22:47 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/py-iris-client: New port: Python client for DFIR-IRIS

dfir_iris_client offers a Python interface to communicate with IRIS.

It relies exclusively on the API, which means output of the methods are the
same as specified in the API reference.
commit hash: 9c3c097a507ddb6ef1566bcbc1735706877247dd commit hash: 9c3c097a507ddb6ef1566bcbc1735706877247dd commit hash: 9c3c097a507ddb6ef1566bcbc1735706877247dd commit hash: 9c3c097a507ddb6ef1566bcbc1735706877247dd 9c3c097
06:08 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/caldera: New port: Automated Adversary Emulation Platform

CALDERA a cyber security platform designed to easily automate adversary
emulation, assist manual red-teams, and automate incident response.

It is built on the MITRE ATT&CK framework and is an active research project
at MITRE.

The framework consists of two components:

- The core system. This is the framework code, consisting of what is available
  in this repository. Included is an asynchronous command-and-control (C2)
  server with a REST API and a web interface.
- Plugins. These repositories expand the core framework capabilities and
  providing additional functionality. Examples include agents, reporting,
  collections of TTPs and more.
commit hash: 84e20fa24498f24ec36a846f4bb69cad07224937 commit hash: 84e20fa24498f24ec36a846f4bb69cad07224937 commit hash: 84e20fa24498f24ec36a846f4bb69cad07224937 commit hash: 84e20fa24498f24ec36a846f4bb69cad07224937 84e20fa
Thursday, 20 Apr 2023
02:26 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/py-dirhash: New port: Python module and CLI for hashing of file system
directories

A lightweight python module and CLI for computing the hash of any directory
based on its files structure and content.

- Supports all hashing algorithms of Python's built-in hashlib module.
- Glob/wildcard (".gitignore style") path matching for expressive filtering of
  files to include/exclude.
- Multiprocessing for up to 6x speed-up

The hash is computed according to the Dirhash Standard, which is designed to
allow for consistent and collision resistant generation/verification of
directory hashes across implementations.
commit hash: ddef0735eee94237922e0e7b76d3f1566f5d10fb commit hash: ddef0735eee94237922e0e7b76d3f1566f5d10fb commit hash: ddef0735eee94237922e0e7b76d3f1566f5d10fb commit hash: ddef0735eee94237922e0e7b76d3f1566f5d10fb ddef073
Wednesday, 19 Apr 2023
22:03 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
security/py-aiohttp-security: New port: security for aiohttp.web

The library provides identity and authorization for aiohttp.web
commit hash: eb19c264aa5db68a0cbc264a7191cb3412e0fedb commit hash: eb19c264aa5db68a0cbc264a7191cb3412e0fedb commit hash: eb19c264aa5db68a0cbc264a7191cb3412e0fedb commit hash: eb19c264aa5db68a0cbc264a7191cb3412e0fedb eb19c26
Tuesday, 18 Apr 2023
18:00 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-pyhanko: Add py-pyhanko 0.17.2

The lack of open-source CLI tooling to handle digitally signing and stamping PDF
files was bothering me, so I went ahead and rolled my own.

Note: The working title of this project (and former name of the repository on
GitHub) was pdf-stamp, which might still linger in some references.
commit hash: 5e663a4f8f3ca208b1757feea4635be259e27092 commit hash: 5e663a4f8f3ca208b1757feea4635be259e27092 commit hash: 5e663a4f8f3ca208b1757feea4635be259e27092 commit hash: 5e663a4f8f3ca208b1757feea4635be259e27092 5e663a4
Wednesday, 12 Apr 2023
14:31 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: added newly required ports for version 15.10
commit hash: 3ab74c0449d1291f05f21d9e3fad2020ee47a019 commit hash: 3ab74c0449d1291f05f21d9e3fad2020ee47a019 commit hash: 3ab74c0449d1291f05f21d9e3fad2020ee47a019 commit hash: 3ab74c0449d1291f05f21d9e3fad2020ee47a019 3ab74c0
Sunday, 9 Apr 2023
13:36 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/rubygem-openssl221: Remove obsoleted port

Use security/rubygem-openssl instead.
commit hash: 80e88b6af6a19efd12b80fb48e96efa40dd16519 commit hash: 80e88b6af6a19efd12b80fb48e96efa40dd16519 commit hash: 80e88b6af6a19efd12b80fb48e96efa40dd16519 commit hash: 80e88b6af6a19efd12b80fb48e96efa40dd16519 80e88b6
Wednesday, 5 Apr 2023
20:06 Eugene Grosbein (eugen) search for other commits by this committer
new port: security/cpfx

PFX decoder for CryptoPro GOST R 34.10-2012 implementation
commit hash: acb81ef79946a6697deee901c35ad72769fed1bd commit hash: acb81ef79946a6697deee901c35ad72769fed1bd commit hash: acb81ef79946a6697deee901c35ad72769fed1bd commit hash: acb81ef79946a6697deee901c35ad72769fed1bd acb81ef
20:04 Eugene Grosbein (eugen) search for other commits by this committer
new port: security/pygost

PyGOST is pure Python 2.7/3.x GOST cryptographic functions library.
commit hash: 08e811b21810363333719a62794f035c0dab73c9 commit hash: 08e811b21810363333719a62794f035c0dab73c9 commit hash: 08e811b21810363333719a62794f035c0dab73c9 commit hash: 08e811b21810363333719a62794f035c0dab73c9 08e811b
17:29 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/rubygem-rasn1: Add rubygem-rasn1 0.12.1

Rasn1 is a ruby ASN.1 library to encode, parse and decode ASN.1 data in DER
format.
commit hash: e4a5bcb1c8f1f8192f63433605aaa85e5ae0af2b commit hash: e4a5bcb1c8f1f8192f63433605aaa85e5ae0af2b commit hash: e4a5bcb1c8f1f8192f63433605aaa85e5ae0af2b commit hash: e4a5bcb1c8f1f8192f63433605aaa85e5ae0af2b e4a5bcb
17:29 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-detect-secrets: Add py-detect-secrets 1.4.0

detect-secrets is an aptly named module for (surprise, surprise) detecting
secrets within a code base.

However, unlike other similar packages that solely focus on finding secrets,
this package is designed with the enterprise client in mind: providing a
backwards compatible, systematic means of:
 1. Preventing new secrets from entering the code base,
 2. Detecting if such preventions are explicitly bypassed, and
 3. Providing a checklist of secrets to roll, and migrate off to a more secure
    storage.

This way, you create a separation of concern: accepting that there may currently
be secrets hiding in your large repository (this is what we refer to as a
baseline), but preventing this issue from getting any larger, without dealing
with the potentially gargantuan effort of moving existing secrets away.

It does this by running periodic diff outputs against heuristically crafted
regex statements, to identify whether any new secret has been committed. This
way, it avoids the overhead of digging through all git history, as well as the
need to scan the entire repository every time.
commit hash: 4bead352f49aa8c05252244c2f4a3998b51bd256 commit hash: 4bead352f49aa8c05252244c2f4a3998b51bd256 commit hash: 4bead352f49aa8c05252244c2f4a3998b51bd256 commit hash: 4bead352f49aa8c05252244c2f4a3998b51bd256 4bead35
17:29 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*/Makefile: Sort SUBDIRs
commit hash: 6527bbb3b36546b7551195b54fea3d4a6da9e538 commit hash: 6527bbb3b36546b7551195b54fea3d4a6da9e538 commit hash: 6527bbb3b36546b7551195b54fea3d4a6da9e538 commit hash: 6527bbb3b36546b7551195b54fea3d4a6da9e538 6527bbb
Monday, 3 Apr 2023
14:15 Gleb Popov (arrowd) search for other commits by this committer Author: Alexey Yushkin
security/howdy: Face recognition based authentication provider.

Co-authored-by:	Alexey Donskov <voxnod@gmail.com>
Co-authored-by: Gleb Popov <arrowd@FreeBSD.org>

Sponsored by:	Serenity Cybersecurity, LLC
commit hash: 93eaa5412bfca8daf12b7c81110c81b83211f54e commit hash: 93eaa5412bfca8daf12b7c81110c81b83211f54e commit hash: 93eaa5412bfca8daf12b7c81110c81b83211f54e commit hash: 93eaa5412bfca8daf12b7c81110c81b83211f54e 93eaa54
Thursday, 30 Mar 2023
23:59 Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/teleport: Update version 4.4.12=>5.2.5

This port was marked to expire on 2023-03-31 but there was another port
security/teleport5 with more recent version from upstream. So move
security/teleport5 to security/teleport.

Pet portlint/portclippy while I am here.

Approved by:	portmgr (blanket)
commit hash: 301d2b57c411477e53b659039c91bf72557ea765 commit hash: 301d2b57c411477e53b659039c91bf72557ea765 commit hash: 301d2b57c411477e53b659039c91bf72557ea765 commit hash: 301d2b57c411477e53b659039c91bf72557ea765 301d2b5
23:59 Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/openvpn25: Remove expired port:

2023-03-31 security/openvpn25: replaced by new upstream release 2.6.0
commit hash: 2bfed05f70c7bf3a4f95bf3ef824a1a259936898 commit hash: 2bfed05f70c7bf3a4f95bf3ef824a1a259936898 commit hash: 2bfed05f70c7bf3a4f95bf3ef824a1a259936898 commit hash: 2bfed05f70c7bf3a4f95bf3ef824a1a259936898 2bfed05
23:59 Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/portsentry: Remove expired port:

2023-03-31 security/portsentry: Abandoned, upstream is dead and last release was
back in 2003
commit hash: 2223282d994ae1cebc8fc534d119e080dabfc915 commit hash: 2223282d994ae1cebc8fc534d119e080dabfc915 commit hash: 2223282d994ae1cebc8fc534d119e080dabfc915 commit hash: 2223282d994ae1cebc8fc534d119e080dabfc915 2223282
23:59 Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/openscep: Remove expired port:

2023-03-31 security/openscep: Do not support recent RFC 8894
commit hash: b8a99dc18389585568b5036e4388e77289726b91 commit hash: b8a99dc18389585568b5036e4388e77289726b91 commit hash: b8a99dc18389585568b5036e4388e77289726b91 commit hash: b8a99dc18389585568b5036e4388e77289726b91 b8a99dc
Wednesday, 29 Mar 2023
11:38 Gleb Popov (arrowd) search for other commits by this committer Author: Alexey Yushkin
security/pam_howdy: + PAM module for Howdy Face Recognition.

This is a beta version for the upcoming release.

Co-authored-by: Alexey Donskov <voxnod@gmail.com>

Reviewed by:	arrowd
commit hash: 8bb43708468c6d423b784981b1facdcfa61e1b45 commit hash: 8bb43708468c6d423b784981b1facdcfa61e1b45 commit hash: 8bb43708468c6d423b784981b1facdcfa61e1b45 commit hash: 8bb43708468c6d423b784981b1facdcfa61e1b45 8bb4370
Sunday, 26 Mar 2023
15:07 Matthias Fechner (mfechner) search for other commits by this committer
www/gitlab-ce: fix dependency problem

Starting gitlab fails with error:
rake aborted!
NoMethodError: undefined method `active_record_options' for
#<Doorkeeper::Config:0x000000081fb0f0c8 @orm=:active_record,
@default_generator_method=:hex,
@authenticate_resource_owner=#<Proc:0x000000081fb0ed80
/usr/local/www/gitlab-ce/config/initializers/doorkeeper.rb:13>,
@resource_owner_from_credentials=#<Proc:0x000000081fb0ec68
/usr/local/www/gitlab-ce/config/initializers/doorkeeper.rb:25>,
@refresh_token_enabled=true, @enforce_configured_scopes=true,
@force_ssl_in_redirect_uri=false, @forbid_redirect_uri=#<Proc:0x000000081fb0ea10
/usr/local/www/gitlab-ce/config/initializers/doorkeeper.rb:67>,
@enable_application_owner=true,
@default_scopes=#<Doorkeeper::OAuth::Scopes:0x000000081fb17e30 @scopes=["api"]>,
@optional_scopes=#<Doorkeeper::OAuth::Scopes:0x000000081fb177f0
@scopes=["read_api", "read_user", "read_repository", "write_repository", "sudo",
"openid", "profile", "email"]>, @access_token_methods=[:from_access_token_param,
:from_bearer_authorization, :from_bearer_param],
@token_secret_strategy=Gitlab::DoorkeeperSecretStoring::Token::Pbkdf2Sha512,
@token_secret_fallback_strategy=Doorkeeper::SecretStoring::Plain,
@application_secret_strategy=Gitlab::DoorkeeperSecretStoring::Secret::Pbkdf2Sha512,
@application_secret_fallback_strategy=Doorkeeper::SecretStoring::Plain,
@grant_flows=["authorization_code", "password", "client_credentials"],
@skip_authorization=#<Proc:0x000000081fb1ce58
/usr/local/www/gitlab-ce/config/initializers/doorkeeper.rb:109>,
@base_controller="::Gitlab::BaseDoorkeeperController",
@skip_client_authentication_for_password_grant=true,
@application_model=Doorkeeper::Application(id: integer, name: string, uid:
string, secret: string, redirect_uri: text, scopes: string, created_at:
datetime, updated_at: datetime, owner_id: integer, owner_type: string, trusted:
boolean, confidential: boolean, expire_access_tokens: boolean),
@access_grant_model=Doorkeeper::AccessGrant(id: integer, resource_owner_id:
integer, application_id: integer, token: string, expires_in: integer,
redirect_uri: text, created_at: datetime, revoked_at: datetime, scopes: string,
code_challenge: text, code_challenge_method: text),
@access_token_model=Doorkeeper::AccessToken(id: integer, resource_owner_id:
integer, application_id: integer, token: string, refresh_token: string,
expires_in: integer, revoked_at: datetime, created_at: datetime, scopes:
string)>

          if
Doorkeeper.configuration.active_record_options[:establish_connection]
                                     ^^^^^^^^^^^^^^^^^^^^^^
/usr/local/www/gitlab-ce/config/environment.rb:7:in `<top (required)>'

This is caused by a breaking change in doorkeeper 5.6.3, so fix on version 5.6.2
for now.
https://github.com/doorkeeper-gem/doorkeeper/blob/main/CHANGELOG.md

An upgrade of doorkeeper-openid_connect to 1.8.5 is not possible, as this brings
another breaking dependency shift from json-jwt to jwt, which causes again other
dependecy breaks.

Downgrading doorkeeper is for now the best solution.
commit hash: 5c3f9ae047646edf5b6b89093ffd56aeac94bf90 commit hash: 5c3f9ae047646edf5b6b89093ffd56aeac94bf90 commit hash: 5c3f9ae047646edf5b6b89093ffd56aeac94bf90 commit hash: 5c3f9ae047646edf5b6b89093ffd56aeac94bf90 5c3f9ae
Tuesday, 21 Mar 2023
19:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/rubygem-rack-oauth21: Add rubygem-rack-oauth21 1.21.3 (copied from
rubygem-rack-oauth2)

- Add PORTSCOUT
commit hash: ae445d3b00f9993887fd8186e10621a01ac839cc commit hash: ae445d3b00f9993887fd8186e10621a01ac839cc commit hash: ae445d3b00f9993887fd8186e10621a01ac839cc commit hash: ae445d3b00f9993887fd8186e10621a01ac839cc ae445d3
19:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*/Makefile: Sort SUBDIRs
commit hash: f2fb2ea33ef8fbcf649f5bfc8ab8db871f53d976 commit hash: f2fb2ea33ef8fbcf649f5bfc8ab8db871f53d976 commit hash: f2fb2ea33ef8fbcf649f5bfc8ab8db871f53d976 commit hash: f2fb2ea33ef8fbcf649f5bfc8ab8db871f53d976 f2fb2ea
Monday, 20 Mar 2023
03:49 Romain Tartière (romain) search for other commits by this committer
security/pam_rssh: New port

This PAM module provides ssh-agent based authentication. The primary
design goal is to avoid typing password when you sudo on remote servers.
Instead, you can simply touch your hardware security key (e.g.
Yubikey/Canokey) to fulfill user verification. The process is done by
forwarding the remote authentication request to client-side ssh-agent as
a signature request.
commit hash: d8560936e35c4a0fa797431cbe6e234639df690b commit hash: d8560936e35c4a0fa797431cbe6e234639df690b commit hash: d8560936e35c4a0fa797431cbe6e234639df690b commit hash: d8560936e35c4a0fa797431cbe6e234639df690b d856093
Tuesday, 14 Mar 2023
18:24 Bernard Spil (brnrd) search for other commits by this committer
security/openssl31: Add OpenSSL 3.1 release port

Reported by:	ngie
Differential Revision:	https://reviews.freebsd.org/D38938
commit hash: 39c5850afbaf3ecd47c2bb933eaa23f1bca9bacb commit hash: 39c5850afbaf3ecd47c2bb933eaa23f1bca9bacb commit hash: 39c5850afbaf3ecd47c2bb933eaa23f1bca9bacb commit hash: 39c5850afbaf3ecd47c2bb933eaa23f1bca9bacb 39c5850
18:19 Bernard Spil (brnrd) search for other commits by this committer
security/openssl-devel: Rename to security/openssl30

 * Align with the upstream "release" status
 * Avoid confusion with OpenSSL 3.1

Reported by:	ngie
Differential Revision:	https://reviews.freebsd.org/D38938
commit hash: 98749c4fe066dc63be565d071f5167557da57404 commit hash: 98749c4fe066dc63be565d071f5167557da57404 commit hash: 98749c4fe066dc63be565d071f5167557da57404 commit hash: 98749c4fe066dc63be565d071f5167557da57404 98749c4
Sunday, 12 Mar 2023
09:50 Tobias C. Berner (tcberner) search for other commits by this committer
security/libomemo-c: new port -- for of libsignal-protocol-c with OMEMO support

This is a fork of libsignal-protocol-c, an implementation of Signal's
ratcheting forward secrecy protocol that works in synchronous and asynchronous
messaging. The fork adds support for OMEMO as defined in XEP-0384 versions
0.3.0 and later.

* OMEMO version 0.3.0 uses the original libsignal-protocol-c implementation
with its protocol versions 2 and 3.

* OMEMO version 0.4.0+ is implemented using a new protocol version 4
internally. In comparison with protocol version 3, it changes:
*  HKDF info strings
*  Protocol buffer encoding
*  Signature scheme (uses XEd25519 instead of custom "Curve25519 signatures")
*  Specification-compliant double ratchet
*  Support for Ed25519 public keys
*  Various serializations
*  Removes unused functionality

WWW: https://github.com/dino/libomemo-c
commit hash: 0656fbec64201587a96be14c3fbc7fa7697ec4b6 commit hash: 0656fbec64201587a96be14c3fbc7fa7697ec4b6 commit hash: 0656fbec64201587a96be14c3fbc7fa7697ec4b6 commit hash: 0656fbec64201587a96be14c3fbc7fa7697ec4b6 0656fbe
Wednesday, 8 Mar 2023
18:22 Gleb Popov (arrowd) search for other commits by this committer
security/linux-c7-ca-certificates: + Mozilla certificates for Linuxulator.

Sponsored by:	Serenity Cybersecurity, LLC
commit hash: 0ffd3fc4dfdac9e0a10ab22fdea9639c1182ae9c commit hash: 0ffd3fc4dfdac9e0a10ab22fdea9639c1182ae9c commit hash: 0ffd3fc4dfdac9e0a10ab22fdea9639c1182ae9c commit hash: 0ffd3fc4dfdac9e0a10ab22fdea9639c1182ae9c 0ffd3fc
Monday, 6 Mar 2023
02:42 Romain Tartière (romain) search for other commits by this committer
security/pam_u2f: New port

This module implements PAM over U2F and FIDO2, providing an easy way to
integrate the YubiKey (or other U2F/FIDO2 compliant authenticators) into
your existing infrastructure.
commit hash: 3cbf478ac8c1261f14ba6ebbbb6ff525e3fe0e95 commit hash: 3cbf478ac8c1261f14ba6ebbbb6ff525e3fe0e95 commit hash: 3cbf478ac8c1261f14ba6ebbbb6ff525e3fe0e95 commit hash: 3cbf478ac8c1261f14ba6ebbbb6ff525e3fe0e95 3cbf478
Monday, 20 Feb 2023
23:36 Robert Clausecker (fuz) search for other commits by this committer Author: Seyed Pouria Mousavizadeh Tehrani
security/ssh-import-id: new port

You're logged onto a cloud instance working on a problem with your
fellow devs, and you want to invite them to log in and take a look
at these crazy log messages. What to do?

Oh. You have to ask them to cat their public SSH key, paste it into
IRC (wait, no, it's id_rsa.pub, not id_rsa silly!) then you copy it
and cat it to the end of authorized_hosts.

That's where ssh-import-id comes in. With ssh-import-id, you can add
the public SSH keys from a known, trusted online identity to grant
SSH access.

Currently supported identities include Github and Launchpad.

WWW: https://git.launchpad.net/ssh-import-id

Submitter is first time maintainer.

PR:		265835
Approved by:	flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38681
commit hash: d24b8053f7906b948f5bf28aa9816ccbfde1b469 commit hash: d24b8053f7906b948f5bf28aa9816ccbfde1b469 commit hash: d24b8053f7906b948f5bf28aa9816ccbfde1b469 commit hash: d24b8053f7906b948f5bf28aa9816ccbfde1b469 d24b805
Sunday, 19 Feb 2023
11:01 Robert Clausecker (fuz) search for other commits by this committer Author: Clockwork6400
security/pam_fprint: revive port

pam_fprint is a simple PAM module which uses libfprint's fingerprint
processing and verification functionality for authentication. In other
words, instead of seeing a password prompt, you're asked to scan your
fingerprint.

Submitter becomes maintainer.  Is already maintainer of other ports.

PR:		269554
Approved by:	flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38628
commit hash: cae60e628488326d7c9837ca3d688e8dce738e2d commit hash: cae60e628488326d7c9837ca3d688e8dce738e2d commit hash: cae60e628488326d7c9837ca3d688e8dce738e2d commit hash: cae60e628488326d7c9837ca3d688e8dce738e2d cae60e6
11:01 Robert Clausecker (fuz) search for other commits by this committer
security/openssl-agent: New port: OpenSSL key agent and client utils

OpenSSL key agent and client utilities.

The aim of these utilities is to provide an openssl-rsautl(1) drop-in
replacement for performing cryptographic operations using a private key
that is unlocked for the session, similar to OpenSSH's ssh-agent(1).

The port's author is known to the maintainer but wishes not to be named.

WWW: https://git.build2.org/cgit/openssl-agent/tree/README

Obtained from:	anonymous author
Approved by:	flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38630
commit hash: b6a335155d72ff60a890fb75d31ad4607d49470a commit hash: b6a335155d72ff60a890fb75d31ad4607d49470a commit hash: b6a335155d72ff60a890fb75d31ad4607d49470a commit hash: b6a335155d72ff60a890fb75d31ad4607d49470a b6a3351
Monday, 30 Jan 2023
12:58 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
security/py-pem: Add py-pem 21.2.0

pem is an MIT-licensed Python module for parsing and splitting of PEM files,
i.e. Base64-encoded DER keys and certificates.

It runs on Python 3.7+, has no dependencies, and does not attempt to interpret
the certificate data in any way.

It's born from the need to load keys, certificates, trust chains, and DH
parameters from various certificate deployments: some servers (like Apache)
expect them to be a separate file, others (like nginx) expect them concatenated
to the server certificate and finally some (like HAProxy) expect key,
certificate, and chain to be in one file.

Additionally to the vanilla parsing code, pem also contains helpers for Twisted
that save a lot of boilerplate code.
commit hash: 0421e03a23be9fbec212738a717eb208c7532d02 commit hash: 0421e03a23be9fbec212738a717eb208c7532d02 commit hash: 0421e03a23be9fbec212738a717eb208c7532d02 commit hash: 0421e03a23be9fbec212738a717eb208c7532d02 0421e03
12:58 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*/Makefile: Sort SUBDIRs
commit hash: a2e9b4a61ee88f315e80d2210d8a43ef55793757 commit hash: a2e9b4a61ee88f315e80d2210d8a43ef55793757 commit hash: a2e9b4a61ee88f315e80d2210d8a43ef55793757 commit hash: a2e9b4a61ee88f315e80d2210d8a43ef55793757 a2e9b4a
Friday, 27 Jan 2023
21:32 Matthias Andree (mandree) search for other commits by this committer
security/openvpn*: update to 2.6.0, keep openvpn25

- copy openvpn to openvpn25, mark as deprecated and to expire March 31

- update openvpn to openvpn 2.6.0, highlights from Frank Lichtenheld's
  release announcement e-mail, slightly edited:

 * Data Channel Offload (DCO) kernel acceleration support for Windows,
   Linux, and FreeBSD [14].
 * OpenSSL 3 support
 * Improved handling of tunnel MTU, including support for pushable MTU.
 * Outdated cryptographic algorithms disabled by default, but there are
   options to override if necessary.
 * Reworked TLS handshake, making OpenVPN immune to replay-packet state
   exhaustion attacks.
 * Added --peer-fingerprint mode for a more simplistic certificate setup
   and verification.
 * Improved protocol negotiation, leading to faster connection setup.

ChangeLog: https://github.com/OpenVPN/openvpn/blob/v2.6.0/Changes.rst
commit hash: 6853ab171eff406db8b2451117bae397f926f4d2 commit hash: 6853ab171eff406db8b2451117bae397f926f4d2 commit hash: 6853ab171eff406db8b2451117bae397f926f4d2 commit hash: 6853ab171eff406db8b2451117bae397f926f4d2 6853ab1
Friday, 13 Jan 2023
12:26 Fernando Apesteguía (fernape) search for other commits by this committer Author: Daniel
security/kc: update to 2.5.1

kc24 was a transient port to easy the migration of the database. Later on, the
original kc port was obsoleted. Rename kc24 to kc to match upstream again and
update to latest version.

PR:		268842
Reported by:	leva@ecentrum.hu (maintainer)
commit hash: d4fef53722a4be4afcfd38edea06e73daef97a3e commit hash: d4fef53722a4be4afcfd38edea06e73daef97a3e commit hash: d4fef53722a4be4afcfd38edea06e73daef97a3e commit hash: d4fef53722a4be4afcfd38edea06e73daef97a3e d4fef53
Wednesday, 11 Jan 2023
20:52 Juraj Lutter (otis) search for other commits by this committer
security/py-badkeys: Add new port

badkeys is a tool and a library to check cryptographic public keys for
known vulnerabilities.
commit hash: 2d756eb15ad2088325428b23188de0fd1904b591 commit hash: 2d756eb15ad2088325428b23188de0fd1904b591 commit hash: 2d756eb15ad2088325428b23188de0fd1904b591 commit hash: 2d756eb15ad2088325428b23188de0fd1904b591 2d756eb
Tuesday, 10 Jan 2023
16:41 Tobias C. Berner (tcberner) search for other commits by this committer
security/keysmith: new port - Application to generate 2fa tokens

Keysmith is an application to generate two-factor authentication (2FA)
tokens when logging in to your (online) accounts. Currently it supports
both HOTP and TOTP tokens.

WWW:		https://invent.kde.org/utilities/keysmith
commit hash: 77596f35d15b9912a888c5403f77f0be95650067 commit hash: 77596f35d15b9912a888c5403f77f0be95650067 commit hash: 77596f35d15b9912a888c5403f77f0be95650067 commit hash: 77596f35d15b9912a888c5403f77f0be95650067 77596f3
Monday, 9 Jan 2023
03:19 Vanilla I. Shu (vanilla) search for other commits by this committer
security/lua-argon2: New port

Lua C binding for the Argon2 password hashing function. Compatible with Lua 5.x
and LuaJIT.

PR:		268039
Reported by:	Manuel Wiesinger <manuel at mmap.at>
commit hash: 0eb692f7d06a6bad5631620c543e1f13226f7079 commit hash: 0eb692f7d06a6bad5631620c543e1f13226f7079 commit hash: 0eb692f7d06a6bad5631620c543e1f13226f7079 commit hash: 0eb692f7d06a6bad5631620c543e1f13226f7079 0eb692f
Friday, 6 Jan 2023
12:47 Dag-Erling Smørgrav (des) search for other commits by this committer
security/opie: New port: One-time Passwords In Everything

Differential Revision: https://reviews.freebsd.org/D37963
commit hash: 3d4de6dad59e66354b345f0abad56caec12c50ba commit hash: 3d4de6dad59e66354b345f0abad56caec12c50ba commit hash: 3d4de6dad59e66354b345f0abad56caec12c50ba commit hash: 3d4de6dad59e66354b345f0abad56caec12c50ba 3d4de6d
Thursday, 5 Jan 2023
05:59 Yuri Victorovich (yuri) search for other commits by this committer
security/diswall: New port: Distributed firewall
commit hash: 6a09bf44d9676e366102e3e5a145741497a5e3cf commit hash: 6a09bf44d9676e366102e3e5a145741497a5e3cf commit hash: 6a09bf44d9676e366102e3e5a145741497a5e3cf commit hash: 6a09bf44d9676e366102e3e5a145741497a5e3cf 6a09bf4
Monday, 2 Jan 2023
08:06 Daniel Engberg (diizzy) search for other commits by this committer Author: Michael Reim
security/teleport5: New port: Centralized access gateway using the SSH protocol

This ports main purpose is to provide an upgrade path for users to
Teleport 6 and newer versions. New installations are STRONGLY
discouraged until we have version 7.X in tree.

PR:		268604
commit hash: efc9e9c8f277f200f794e7d6ec7a66a5aa7a0fb0 commit hash: efc9e9c8f277f200f794e7d6ec7a66a5aa7a0fb0 commit hash: efc9e9c8f277f200f794e7d6ec7a66a5aa7a0fb0 commit hash: efc9e9c8f277f200f794e7d6ec7a66a5aa7a0fb0 efc9e9c
Sunday, 1 Jan 2023
10:16 Yuri Victorovich (yuri) search for other commits by this committer
security/authoscope: New port: Scriptable network authentication cracker
commit hash: 21e13cb07dcabb025c008bedeb89f46b8c3b4116 commit hash: 21e13cb07dcabb025c008bedeb89f46b8c3b4116 commit hash: 21e13cb07dcabb025c008bedeb89f46b8c3b4116 commit hash: 21e13cb07dcabb025c008bedeb89f46b8c3b4116 21e13cb
Saturday, 31 Dec 2022
14:59 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2022-06-30 security/py-pycrypto: Unmaintained, obsolete, and contains security
vulnerabilities. Use security/py-pycryptodome instead
commit hash: d22a54819a429c7006728e5d5dd88f60de3fcaf9 commit hash: d22a54819a429c7006728e5d5dd88f60de3fcaf9 commit hash: d22a54819a429c7006728e5d5dd88f60de3fcaf9 commit hash: d22a54819a429c7006728e5d5dd88f60de3fcaf9 d22a548
02:50 Alexey Dokuchaev (danfe) search for other commits by this committer
Restore three ports removed too early and assume their maintainership.
commit hash: a95989d60524592010f8ee3cfbd45fa926b5e8f2 commit hash: a95989d60524592010f8ee3cfbd45fa926b5e8f2 commit hash: a95989d60524592010f8ee3cfbd45fa926b5e8f2 commit hash: a95989d60524592010f8ee3cfbd45fa926b5e8f2 a95989d
01:33 Rene Ladan (rene) search for other commits by this committer
cleanup: Remove expired ports:

2022-12-31 security/libfprint: Very outdated, unsupported upstream which now
have systemd as a non optional requirement
2022-12-31 security/fprint_demo: Depends on deprecated library libfprint
2022-12-31 security/fprintd: Very outdated, unsupported upstream which now have
systemd as a non optional requirement
commit hash: 995d4adbb514883a613d1bdd4e337f2d217cbe0f commit hash: 995d4adbb514883a613d1bdd4e337f2d217cbe0f commit hash: 995d4adbb514883a613d1bdd4e337f2d217cbe0f commit hash: 995d4adbb514883a613d1bdd4e337f2d217cbe0f 995d4ad
Tuesday, 27 Dec 2022
03:36 Koichiro Iwao (meta) search for other commits by this committer
security/gokey: New port: Simple password manager writen in Go

PR:		268587
commit hash: aeccccd1cfe5936c2505bc0e3bf8071ff4394b39 commit hash: aeccccd1cfe5936c2505bc0e3bf8071ff4394b39 commit hash: aeccccd1cfe5936c2505bc0e3bf8071ff4394b39 commit hash: aeccccd1cfe5936c2505bc0e3bf8071ff4394b39 aeccccd
Sunday, 25 Dec 2022
19:36 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*php74*: Sunset php 7.4

As per upstream php 7.4 has reached it's EOL on 2022-11-22. Remove php74
from the tree. Default version of php has already been switched to 8.1.

Approved by:	portmgr (blanket infrastructure)
Sponsored by:	Bounce Experts
commit hash: 0d310d700aa060b02feec9c7487893a983bf7098 commit hash: 0d310d700aa060b02feec9c7487893a983bf7098 commit hash: 0d310d700aa060b02feec9c7487893a983bf7098 commit hash: 0d310d700aa060b02feec9c7487893a983bf7098 0d310d7
Monday, 19 Dec 2022
05:07 Lewis Cook (lcook) search for other commits by this committer
security/osv-scanner: Vulnerability scanner written in Go which uses the OSV
database

Use OSV-Scanner to find existing vulnerabilities affecting your projects
dependencies.

OSV-Scanner provides an officially supported frontend to the OSV database
that connects a projects list of dependencies with the vulnerabilities
that affect them. Since the OSV.dev database is open source and distributed,
it has several benefits in comparison with closed source advisory databases
and scanners:

* Each advisory comes from an open and authoritative source.
* Anyone can suggest improvements to advisories, resulting in a very high
  quality database.
* The OSV format unambiguously stores information about affected versions
  in a machine-readable format that precisely maps onto a developers list
  of packages.

The above all results in fewer, more actionable vulnerability notifications,
which reduces the time needed to resolve them.

WWW: https://github.com/google/osv-scanner
commit hash: b2dc69c0153f1d16549950550a8aeafb78adeda0 commit hash: b2dc69c0153f1d16549950550a8aeafb78adeda0 commit hash: b2dc69c0153f1d16549950550a8aeafb78adeda0 commit hash: b2dc69c0153f1d16549950550a8aeafb78adeda0 b2dc69c
Friday, 16 Dec 2022
06:33 Fernando Apesteguía (fernape) search for other commits by this committer Author: Marco
security/crowdsec-blocklist-mirror: New port: CrowdSec Blocklist Mirror

ChangeLog: https://github.com/crowdsecurity/cs-blocklist-mirror

This bouncer exposes CrowdSec's active decisions via provided HTTP endpoints in
pre-defined formats. It can be used by network appliances which support
consumption of blocklists via HTTP.

PR:		268105
Reported by:	marco@crowdsec.net
commit hash: 4fde38145bf37ddba832f011a887c85faacead95 commit hash: 4fde38145bf37ddba832f011a887c85faacead95 commit hash: 4fde38145bf37ddba832f011a887c85faacead95 commit hash: 4fde38145bf37ddba832f011a887c85faacead95 4fde381
01:44 Koichiro Iwao (meta) search for other commits by this committer Author: Rozhuk Ivan
security/gostsum: New port:Implementation of GOST R 34.11-94, GOST R 34.11-2012
hash functions

PR:		268343
commit hash: 47cc96f7fe91bd63dbe6e46026161454d9e59f34 commit hash: 47cc96f7fe91bd63dbe6e46026161454d9e59f34 commit hash: 47cc96f7fe91bd63dbe6e46026161454d9e59f34 commit hash: 47cc96f7fe91bd63dbe6e46026161454d9e59f34 47cc96f
Wednesday, 7 Dec 2022
14:22 Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/local-php-security-checker: New port

The Local PHP Security Checker is a command line tool that checks if
your PHP application depends on PHP packages with known security
vulnerabilities. It uses the Security Advisories Database behind the
scenes availble from https://github.com/FriendsOfPHP/security-advisories

PR:		261148
Reported by:	einar@isnic.is
Tested by:	bofh
Approved by:	einar@isnic.is (Submitter is maintainer)
commit hash: 0a6ca5e458852c41ce57a0238fcaa641ffd7cd6f commit hash: 0a6ca5e458852c41ce57a0238fcaa641ffd7cd6f commit hash: 0a6ca5e458852c41ce57a0238fcaa641ffd7cd6f commit hash: 0a6ca5e458852c41ce57a0238fcaa641ffd7cd6f 0a6ca5e
Tuesday, 6 Dec 2022
04:36 Yasuhiro Kimura (yasu) search for other commits by this committer
security/py-{acme,certbot*}: Update to 2.0.0

ChangeLog:	https://github.com/certbot/certbot/releases/tag/v2.0.0
PR:		267913
Approved by:	maintainer timeout
commit hash: 65cc12e2a5d034b634490096c3b73eb7558ff13a commit hash: 65cc12e2a5d034b634490096c3b73eb7558ff13a commit hash: 65cc12e2a5d034b634490096c3b73eb7558ff13a commit hash: 65cc12e2a5d034b634490096c3b73eb7558ff13a 65cc12e
Saturday, 3 Dec 2022
18:36 Muhammad Moinur Rahman (bofh) search for other commits by this committer
security/rubygem-omniauth-saml1: New port

A generic SAML strategy for OmniAuth

Sponsored by:	Nepustil
commit hash: 524a93cb9208b667905efa39aae644e194b7072c commit hash: 524a93cb9208b667905efa39aae644e194b7072c commit hash: 524a93cb9208b667905efa39aae644e194b7072c commit hash: 524a93cb9208b667905efa39aae644e194b7072c 524a93c
Thursday, 1 Dec 2022
04:16 Yuri Victorovich (yuri) search for other commits by this committer
security/openfhe: New port: Open-source Fully Homomorphic Encryption library
commit hash: 63735683e2245f0702f5f72f50fa0cf4522a0394 commit hash: 63735683e2245f0702f5f72f50fa0cf4522a0394 commit hash: 63735683e2245f0702f5f72f50fa0cf4522a0394 commit hash: 63735683e2245f0702f5f72f50fa0cf4522a0394 6373568

Number of commits found: 2386 (showing only 100 on this page)

[First Page]  «  1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11  »  [Last Page]