non port: security/Makefile |
SVNWeb
|
Number of commits found: 2259 (showing only 100 on this page) |
Fri, 12 Feb 2016
|
[ 21:03 rm ]
Alternate keyring backend implementations for use with the Python keyring
package.
WWW: https://pypi.python.org/pypi/keyrings.alt
PR: 207046
Submitted by: Douglas Thrift <douglas@douglasthrift.net>
|
Sun, 7 Feb 2016
|
[ 09:58 delphij ]
2015-12-31 security/polarssl: Upstream is ending support for 1.2.x
|
Wed, 3 Feb 2016
|
[ 20:54 sunpoet ]
- Add letsencrypt.sh
- While I'm here:
- Remove LOCALBASE/bin from RUN_DEPENDS
- Use USES=shebangfix
- Use ETCDIR
- Add 000.letsencrypt.sh to SUB_FILES
- Remove GH_PROJECT
- Simplify Makefile
Letencrypt.sh is a pure BASH implementation of the ACME
protocol used by Lets Encrypt.
WWW: https://github.com/lukas2511/letsencrypt.sh
PR: 206375
Submitted by: Sascha Holzleiter <sascha@root-login.org>
|
Mon, 1 Feb 2016
|
[ 11:02 koobs ]
[NEW] security/stud: Scalable TLS Unwrapping Daemon
stud is a network proxy that terminates TLS/SSL connections
and forwards the unencrypted traffic to some backend. It's
designed to handle 10s of thousands of connections
efficiently on multicore machines.
WWW: https://github.com/bumptech/stud
PR: 206134
Submitted by: Franz Bettag <franz bett ag>
|
Fri, 29 Jan 2016
|
[ 06:54 tota ]
- Add new port: security/R-cran-openssl
Bindings to OpenSSL libssl and libcrypto, plus custom SSH pubkey
parsers. Supports RSA, DSA and NIST curves P-256, P-384 and P-521.
Cryptographic signatures can either be created and verified manually
or via x509 certificates. AES block cipher is used in CBC mode for
symmetric encryption; RSA for asymmetric (public key) encryption.
High-level envelope functions combine RSA and AES for encrypting
arbitrary sized data. Other utilities include key generators, hash
functions (md5, sha1, sha256, etc), base64 encoder, a secure random
number generator, and 'bignum' math methods for manually performing
crypto calculations on large multibyte integers.
WWW: https://cran.r-project.org/web/packages/openssl/
|
Sat, 23 Jan 2016
|
[ 15:14 sunpoet ]
- Add p5-Bytes-Random-Secure 0.29
Bytes::Random::Secure provides two interfaces for obtaining crypto-quality
random bytes. The simple interface is built around plain functions. For greater
control over the Random Number Generator's seeding, there is an Object Oriented
interface that provides much more flexibility.
The "functions" interface provides functions that can be used any time you need
a string of a specific number of random bytes. The random bytes are available as
simple strings, or as hex-digits, Quoted Printable, or MIME Base64. There are
equivalent methods available from the OO interface, plus a few others.
This module can be a drop-in replacement for Bytes::Random, with the primary
enhancement of using a cryptographic-quality random number generator to create
the random data. The random_bytes function emulates the user interface of
Bytes::Random's function by the same name. But with Bytes::Random::Secure the
random number generator comes from Math::Random::ISAAC, and is suitable for
cryptographic purposes. The harder problem to solve is how to seed the
generator. This module uses Crypt::Random::Seed to generate the initial seeds
for Math::Random::ISAAC.
WWW: http://search.cpan.org/dist/Bytes-Random-Secure/
|
[ 15:13 sunpoet ]
- Add p5-Crypt-Random-Seed 0.03
Crypt::Random::Seed is a simple mechanism to get strong randomness. The main
purpose of this module is to provide a simple way to generate a seed for a PRNG
such as Math::Random::ISAAC, for use in cryptographic key generation, or as the
seed for an upstream module such as Bytes::Random::Secure. Flags for requiring
non-blocking sources are allowed, as well as a very simple method for plugging
in a source.
WWW: http://search.cpan.org/dist/Crypt-Random-Seed/
|
[ 15:13 sunpoet ]
- Add p5-Crypt-Random-TESHA2 0.01
Crypt::Random::TESHA2 implements userspace voodoo entropy. You should use a
proper O/S supplied entropy source such as /dev/random or the Win32 Crypt API.
WWW: http://search.cpan.org/dist/Crypt-Random-TESHA2/
|
[ 15:12 sunpoet ]
- Add p5-Dancer2-Plugin-Auth-Extensible-Provider-DBIC 0.501
- While I'm here, fix *_DEPENDS
This class is an authentication provider designed to authenticate users
against a database, using Dancer2::Plugin::DBIC to access a database.
See Dancer2::Plugin::Auth::Extensible for details on how to use
the authentication framework.
WWW: http://search.cpan.org/dist/Dancer2-Plugin-Auth-Extensible-Provider-DBIC/
PR: 206439
Submitted by: Henk van Oers <hvo.pm@xs4all.nl>
|
[ 13:13 amdmi3 ]
C++ implementation of I2P client
WWW: http://i2pd.website/
|
Wed, 20 Jan 2016
|
[ 21:15 feld ]
PAM-modules is a collection of useful PAM modules and command line
utilities for checking PAM authentication and other management groups.
WWW: http://puszcza.gnu.org.ua/software/pam-modules/pam-modules.html
|
Mon, 11 Jan 2016
|
[ 23:23 mandree ]
Update security/easy-rsa to major release 3.0.1.
Move a copy of the older package to security/easy-rsa2,
add CONFLICTS_INSTALL markers, and an UPDATING entry.
Changelog: <https://github.com/OpenVPN/easy-rsa/releases>
|
[ 07:29 miwi ]
This is is a set of Python bindings for the scrypt key derivation function.
Scrypt is useful when encrypting password as it is possible to specify a
minimum amount of time to use when encrypting and decrypting. If, for example,
a password takes 0.05 seconds to verify, a user won't notice the slight delay
when signing in, but doing a brute force search of several billion passwords
will take a considerable amount of time. This is in contrast to more
traditional hash functions such as MD5 or the SHA family which can be
implemented extremely fast on cheap hardware.
WWW: https://pypi.python.org/pypi/scrypt/
PR: 206102
Submitted by: Yuri Victorovich <yuri@rawbw.com>
|
Sun, 10 Jan 2016
|
[ 13:44 miwi ]
PyCryptodome is a fork of PyCrypto. It brings the following
enhancements with respect to the last official version of
PyCrypto (2.6.1):
* Authenticated encryption modes (GCM, CCM, EAX, SIV, OCB)
* Accelerated AES on Intel platforms via AES-NI
* First class support for PyPy
* SHA-3 (including SHAKE XOFs) and BLAKE2 hash algorithms
* Salsa20 and ChaCha20 stream ciphers
* scrypt and HKDF
* Deterministic DSA
* Password-protected PKCS#8 key containers
* Shamir's Secret Sharing scheme
* Random numbers get sourced directly from the OS (and not from
a CSPRNG in userspace)
* Simplified install process, including better support for Windows
* Cleaner RSA and DSA key generation (largely based on FIPS 186-4)
* Major clean ups and simplification of the code base
WWW: https://pypi.python.org/pypi/pycryptodome/
PR: 206095
Submitted by: Yuri Victorovich <yuri@rawbw.com>
|
[ 10:20 trasz ] (Only the first 10 of 29 ports in this commit are shown above. )
Google's Certificate Transparency project is an open framework for monitoring
and auditing SSL certificates in nearly real time. It makes it possible
to detect SSL certificates that have been mistakenly issued by a certificate
authority or maliciously acquired from an otherwise unimpeachable certificate
authority. It also makes it possible to identify certificate authorities
that have gone rogue and are maliciously issuing certificates.
WWW: https://www.certificate-transparency.org/
Sponsored by: The FreeBSD Foundation
|
[ 06:13 miwi ]
PyOTP is a Python library for generating and verifying one-time passwords. It
can be used to implement two-factor (2FA) or multi-factor (MFA) authentication
methods in web applications and in other systems that require users to log in.
PR: 205992
Submitted by: vlad-fbsd@acheronmedia.com
|
Fri, 8 Jan 2016
|
[ 05:03 koobs ]
[NEW] security/py-pymacaroons-pynacl: Macaroon library for Python
Macaroons, like cookies, are a form of bearer credential. Unlike opaque tokens,
macaroons embed caveats that define specific authorization requirements for the
target service, the service that issued the root macaroon and which is capable
of verifying the integrity of macaroons it receives.
WWW: https://github.com/matrix-org/pymacaroons
PR: 205914
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
|
[ 04:44 koobs ]
[NEW] security/py-pysaml2: Python implementation of SAML Version 2
PySAML2 is a pure python implementation of SAML2. It contains all necessary
pieces for building a SAML2 service provider or an identity provider. The
distribution contains examples of both. Originally written to work in a WSGI
environment there are extensions that allow you to use it with other frameworks.
WWW: https://github.com/rohe/pysaml2
PR: 205914
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
|
[ 04:37 koobs ]
[NEW] security/py-signedjson: Sign JSON with Ed25519 signatures
python-signedjson allows more than one entity to sign an object, can sign with
more than one key and replace ED25519 with a different algorithm.
WWW: https://github.com/matrix-org/python-signedjson
PR: 205914
Submitted by: Brendan Molloy <brendan+freebsd@bbqsrc.net>
|
Mon, 4 Jan 2016
|
[ 16:35 antoine ]
Hook creduce and libressl-devel to the build
|
[ 07:55 miwi ]
PyNaCl is a Python binding to the Networking and Cryptography library, a crypto
library with the stated goal of improving usability, security and speed.
WWW: https://pypi.python.org/pypi/PyNaCl/
PR: 205060
Submitted by: Yuri Victorovich <yuri@rawbw.com>
|
Wed, 30 Dec 2015
|
[ 23:20 rene ] (Only the first 10 of 23 ports in this commit are shown above. )
Remove expired ports:
2015-12-30 www/ocsigen: Broken for more than 6 months
2015-12-30 devel/monodevelop-database: Broken for more than 6 months
2015-12-30 lang/cduce: Broken for more than 6 months
2015-12-30 science/hdf-java: Broken for more than 6 months
2015-12-30 math/p5-Math-Geometry-Planar-GPC-Polygon: Broken for more than 6
months
2015-12-30 www/eliom: Depends on broken and expiring www/ocsigen
2015-12-30 audio/py-fastaudio: Broken for more than 6 months
2015-12-30 devel/jgoodies-common: Broken for more than 6 months
2015-12-30 graphics/pinta: Broken for more than 6 months
2015-12-30 games/kanatest: Broken for more than 6 months
2015-12-30 editors/bless: Broken for more than 6 months
2015-12-30 security/burpsuite: Broken for more than 6 months
|
[ 12:17 sunpoet ]
- Add rubygem-omniauth-cas3 1.1.3
This is a OmniAuth 1.0 compatible port of the previously available OmniAuth CAS
strategy that was bundled with OmniAuth 0.3. This strategy haas also been
updated for CAS protocol version 3.0 and patched to deal with namespace issues.
WWW: https://github.com/tduehr/omniauth-cas3
|
Tue, 29 Dec 2015
|
[ 16:39 amdmi3 ]
Hashcat is an advanced CPU-based password recovery utility for FreeBSD,
Windows 7/8/10, Apple OS X, and GNU/Linux, supporting seven unique modes
of attack for over 100 optimized hashing algorithms.
WWW: https://hashcat.net/hashcat/
PR: 205160
Submitted by: lifanov@mail.lifanov.com
|
Mon, 21 Dec 2015
|
[ 16:15 sunpoet ]
- Sort SUBDIRs
|
Tue, 15 Dec 2015
|
[ 14:33 miwi ]
A small command line utility for parsing PKCS#10 certificate signing
requests to perl data structure and provides accessor methods to
supported elements.
It is based on the generic ASN.1 module by Graham Barr and on the
x509decode example by Norbert Klasen. It is also based upon the
works of Duncan Segrests Crypt-X509-CRL module. The module parses
common fields and extensions. Some fields might be missing.
WWW: http://search.cpan.org/dist/Crypt-PKCS10/
PR: 204814
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com>
Approved by: mat (mentor)
Differential Revision: D4574
|
[ 05:02 cy ]
This is the second part of two commits, the first being r403749.
Adopt the same port structure as used by the cfengine family of ports:
security/krb5 is renamed to security/krb5-114.
A brand new security/krb5 now becomes a master port for the family of
security/krb5-* ports. The default installs krb5-1.14. There is no
functional change to the port build nor does the name of the latest krb5
port and package change. Users can continue to install security/krb5
to track the latest major version of security/krb5.
Users wishing to install a specific version branch of krb5 can continue
to install any of the security/krb5-* ports or by setting KRB5_VERSION
in make.conf make.conf or including the branch on the make command line
during build:
make KRB5_VERSIN=NNN
make -V VERSIONS lists available versions.
security/krb5-appl has been updated to support this change (also fixing
a typo in the krb5-appl/Makefile).
Inspired by: sysutils/cfengine
|
Fri, 11 Dec 2015
|
[ 13:36 miwi ]
Parse and create rules for the Snort IDS.
WWW: http://search.cpan.org/dist/Parse-Snort/
PR: 204063
Submitted by: jeremybbaggs@gmail.com
Approved by: mat (mentor)
Differential Revision:D4504
|
Sat, 5 Dec 2015
|
[ 23:29 marino ] (Only the first 10 of 246 ports in this commit are shown above. )
FPC ecosystem: Upgrade version 2.6.4 => 3.0.0
This is the first major release of FreePascal in nearly four years.
There are a ton of new features, way more to list here. see:
http://wiki.freepascal.org/FPC_New_Features_3.0
Several new unit ports were added, some were contracted. Most of
those were absorbed into the main FPC packages, but two units are
no longer supported: sndfile and matroshka.
All 99 remaining ports (including Lazarus ports) were build tested
on FreeBSD i386 and amd64 Release 10.2
|
Fri, 4 Dec 2015
|
[ 14:43 amdmi3 ]
Python OpenSSL wrapper. For modern cryptography with ECC, AES, HMAC,
Blowfish, ...
WWW: https://github.com/yann2192/pyelliptic
PR: 201390
Submitted by: yuri@rawbw.com
|
Wed, 2 Dec 2015
|
[ 17:23 feld ]
Pixiewps is a tool written in C used to bruteforce offline the WPS pin
exploiting the low or non-existing entropy of some APs (pixie dust attack).
It is meant for educational purposes only.
All credits for the research go to Dominique Bongard.
WWW: https://github.com/wiire/pixiewps
PR: 204030
Submitted by: Franz Bettag <franz@bett.ag>
|
[ 16:31 feld ]
New port: security/titus
titus is a TLS/SSL proxy server (like stunnel or stud) that protects you
from vulnerabilities in the TLS implementation such as Heartbleed (or
worse).
titus requires FreeBSD 10.2 or newer due to PROC_TRACE_CTL which was
introduced at r277322
|
Sat, 21 Nov 2015
|
[ 08:47 cy ]
Introduce the new krb5 1.14:
- move (copy) krb5 (krb5 1.13.2) to krb5-113 (new, added)
- update krb5 1.13.2 --> 1.14
- update CONFLICTS in krb5, krb5-112 and krb5-113.
- update krb5-appl to allow optional dependency on krb5-113.
- update security/Makefile with copied krb5-113.
- deprecate and expire krb5-112 (krb5-1.12) on November 20, 2016, as it
will EOL twelve months after the release of krb5-1.14.
|
Thu, 12 Nov 2015
|
[ 14:27 olgeni ]
Add security/elixir-comeonin_i18n, an internationalization library for
security/elixir-comeonin.
|
Wed, 11 Nov 2015
|
[ 18:42 dinoex ]
This is a fast and Secure Tunnelling Daemon.
WWW: http://git.universe-factory.net/fastd
PR: 204473
Submitted by: Jan Bramkamp
|
[ 18:34 dinoex ]
This is a fast and Secure Tunnelling Daemon.
WWW: http://git.universe-factory.net/fastd
PR: 204472
Submitted by: Jan Bramkamp
|
[ 17:40 dinoex ]
This is a very small Elliptic Curve Cryptography library.
WWW: http://git.universe-factory.net/libuecc
PR: 204471
Submitted by: Jan Bramkamp
|
Fri, 6 Nov 2015
|
[ 08:38 koobs ]
[NEW] security/py-letsencrypt: Welcome Let's Encrypt client!
In short: getting and installing SSL/TLS certificates made easy.
The Let's Encrypt Client is a tool to automatically receive and install
X.509 certificates to enable TLS on servers. The client will
interoperate with the Let's Encrypt CA which will be issuing
browser-trusted certificates for free.
It's all automated:
The tool will prove domain control to the CA and submit a CSR
(Certificate Signing Request).
If domain control has been proven, a certificate will get issued and
the tool will automatically install it.
WWW: https://github.com/letsencrypt/letsencrypt
PR: 203405
|
Wed, 28 Oct 2015
|
[ 20:30 pawel ]
Framework to connect any number of virtual machines to the
tor anonymity network.
WWW: https://github.com/yurivict/vm-to-tor
PR: 200333
Submitted by: Yuri Victorovich <yuri@rawbw.com>
|
Mon, 26 Oct 2015
|
[ 01:20 swills ]
security/py-python-gnupg: create port
The gnupg module allows Python programs to make use of the functionality
provided by the GNU Privacy Guard (abbreviated GPG or GnuPG). Using this
module, Python programs can encrypt and decrypt data, digitally sign documents
and verify digital signatures, manage (generate, list and delete) encryption
keys, using proven Public Key Infrastructure (PKI) encryption technology based
on OpenPGP.
WWW: http://packages.python.org/python-gnupg/index.html
PR: 199551
Submitted by: Christer Edwards <christer.edwards@gmail.com>
|
Fri, 23 Oct 2015
|
[ 22:48 danilo ]
- New port: security/s2n
s2n is a C99 implementation of the TLS/SSL protocols that
is designed to be simple, small, fast, and with security as
a priority. It is released and licensed under the Apache Software License 2.0.
WWW: https://github.com/awslabs/s2n
|
Mon, 19 Oct 2015
|
[ 13:59 antoine ]
Finish removing yubikey-personalization
|
Sat, 17 Oct 2015
|
[ 12:59 romain ]
The YubiKey Personalization Tool is a Qt based Cross-Platform utility designed
to facilitate re-configuration of YubiKeys on Windows, Linux and Mac platforms.
The tool provides a same simple step-by-step approach to make configuration of
YubiKeys easy to follow and understand, while still being powerful enough to
exploit all functionality both of the YubiKey 1 and YubiKey 2 generation of
keys. The tool provides the same functionality and user interface on Windows,
Linux and Mac platforms.
The Cross-Platform YubiKey Personalization Tool provides the following main
functions:
- Programming the YubiKey in "Yubico OTP" mode;
- Programming the YubiKey in "OATH-HOTP" mode;
- Programming the YubiKey in "Static Password" mode;
- Programming the YubiKey in "Challenge-Response" mode;
- Programming the NDEF feature of the YubiKey NEO;
- Testing the challenge-response functionality of a YubiKey;
- Deleting the configuration of a YubiKey;
- Checking type and firmware version of the YubiKey.
WWW: https://github.com/Yubico/yubikey-personalization-gui
|
[ 12:58 romain ]
The YubiKey Personalization package contains a library and command line tool
used to personalize (i.e., set a AES key) YubiKeys.
WWW: https://github.com/Yubico/yubikey-personalization
|
Sat, 10 Oct 2015
|
[ 23:11 sunpoet ]
- Add rubygem-sshkey 1.7.0
SSHKey generates private and public SSH keys (RSA and DSA supported) using pure
Ruby.
WWW: https://github.com/bensie/sshkey
|
Fri, 9 Oct 2015
|
[ 09:06 tijl ]
New port: security/esteidfirefoxplugin
A Firefox plugin that enables in-browser digital signing with Estonian ID
cards.
PR: 194300
Submitted by: toomas.aas@raad.tartu.ee
Reviewed by: marino
|
Tue, 29 Sep 2015
|
[ 13:30 vanilla ]
Add elixir-jose.
|
[ 12:15 vanilla ]
add erlang-jose.
|
Sat, 26 Sep 2015
|
[ 14:36 kwm ] (Only the first 10 of 66 ports in this commit are shown above. )
Update gstreamer1 ports to 1.6.0.
* gstreamer1-libav now uses ffmpeg from ports.
* New ports:
* gstreamer1-validate: Tools to detect if elements are not behaving
as expected, mainly aimed at developers, or advanced debugging.
* gstreamer1-rtsp-server: Base foundation for building a rtsp
server ontop of GStreamer
* Bunch of new plugins like: mpg123, rsvg, libde265, openh264, x265 and dtls.
Release announcement:
http://lists.freedesktop.org/archives/gstreamer-announce/2015-September/000357.html
Obtained from: gnome devel repo
|
[ 12:37 pi ]
New port: security/py-acme
Implements the Automated Certificate Management Environment (ACME)
WWW: https://github.com/letsencrypt/letsencrypt/tree/master/acme
PR: 203364
Submitted by: Carlos J Puga Medina <cpm@fbsd.es>, pi
|
Wed, 16 Sep 2015
|
[ 02:31 cy ]
Expiry date has passed, retire security/krb5-111.
EOLed by MIT in December 2014.
|
Thu, 10 Sep 2015
|
[ 21:21 antoine ] (Only the first 10 of 11 ports in this commit are shown above. )
Update rekall to 1.4.1
It was split in 3 modules
- security/py-rekall-core : CORE component with command line interface
- security/py-rekall_gui : GUI with ipython and web interface
- security/py-rekall : "meta" module
|
[ 18:50 swills ]
security/govpn: create port
PR: 200105
Submitted by: Sergey Matveev <stargrave@stargrave.org> (with minor
modifications)
|
Tue, 8 Sep 2015
|
[ 16:12 farrokhi ]
New Port: security/erlang-p1tls - TLS / SSL native driver for Erlang
Approved by: mat
Differential Revision: https://reviews.freebsd.org/D3599
|
Tue, 1 Sep 2015
|
[ 16:30 pi ] (Only the first 10 of 21 ports in this commit are shown above. )
New port: security/softether
SoftEther VPN ("SoftEther" means "Software Ethernet") is a powerful,
multi-OS and easy-to-use multi-protocol VPN software. It supports
SSL-VPN (HTTPS), as well as OpenVPN, IPsec, L2TP, MS-SSTP, L2TPv3
and EtherIP tunneling protocols and has a clone function to support
OpenVPN clients.
WWW: http://www.softether.org
PR: 188437
Submitted by: net@arrishq.net
Reviewed by: marino
|
Thu, 20 Aug 2015
|
[ 23:02 pgj ] (Only the first 10 of 1153 ports in this commit are shown above. )
- Update The Glorious Glasgow Haskell Compiler to version 7.10.2
- Include a patch for addressing timer issues [1]
- Add support for building both GHC and Haskell ports with Clang, either from
ports or the base system
- Discontinue supporting Haskell Platform, use Stackage instead as a
reference
- Drop support for FreeBSD 8.x, optimize bootstrap compiler tarballs
- Update Gtk2Hs to version 0.13 [2]
- Update Pandoc to version 1.15.0.6
- Update git-annex to version 5.20150727
- Update Darcs to 2.10 [3]
- Unbreak wxHaskell ports
Please note that port revisions for all the Haskell ports without version
changes are bumped. (Only the first 15 lines of the commit message are shown above )
|
Sun, 9 Aug 2015
|
[ 20:49 swills ]
security/rubygem-omniauth-saml: create port
A generic SAML strategy for OmniAuth
WWW: https://github.com/PracticallyGreen/omniauth-saml
PR: 201809
Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de>
|
[ 20:39 swills ]
security/rubygem-ruby-saml: create port
SAML toolkit for Ruby on Rails
WWW: https://github.com/onelogin/ruby-saml
PR: 201810
Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de>
|
[ 20:26 swills ]
security/rubygem-devise-two-factor: create port
Barebones two-factor authentication with Devise
WWW: https://github.com/tinfoil/devise-two-factor
PR: 201807
Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de>
|
[ 20:21 swills ]
secrutiy/rubygem-attr_encrypted: create port
Ruby library which generates attr_accessors that encrypt
and decrypt attributes transparently
WWW: https://github.com/attr-encrypted/attr_encrypted
PR: 201806
Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de>
|
[ 20:17 swills ]
security/rubygem-encryptor: create port
A simple wrapper for the standard ruby OpenSSL library to encrypt
and decrypt strings
WWW: https://github.com/attr-encrypted/encryptor
PR: 201808
Submitted by: Torsten Zuhlsdorff <ports@toco-domains.de>
|
Thu, 6 Aug 2015
|
[ 09:43 robak ]
security/p5-Crypt-PWSafe3: new port
Crypt::PWSafe3 provides read/write access to Password Safe V3 database files.
WWW: http://search.cpan.org/dist/Crypt-PWSafe3/
PR: 202101
Submitted by: Alexander <alexander.4mail@gmail.com>
|
Wed, 5 Aug 2015
|
[ 19:13 kwm ] (Only the first 10 of 601 ports in this commit are shown above. )
The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.
The offical GNOME 3.16 release notes can be found at
https://help.gnome.org/misc/release-notes/3.16/
Upgrade instructions for port users:
Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.
Thanks to Antoine Brodin for running the exp-runs.
This release was made possible by the following people:
Gustau Perez
Ting-Wei_Lan
PR: 201980
|
Sun, 26 Jul 2015
|
[ 15:04 feld ]
security/sshguard-null
portable do-nothing backend for applying detection but not prevention
PR: 201323
|
Sat, 25 Jul 2015
|
[ 17:04 antoine ]
New port: security/py-artifacts
A free, community-sourced, machine-readable knowledge base of forensic artifacts
that the world can use both as an information source and within other tools.
WWW: https://github.com/ForensicArtifacts/artifacts
|
Mon, 20 Jul 2015
|
[ 19:35 rene ]
Remove expired ports:
2015-07-20 devel/rubygem-builder31: not used by other ports anymore
2015-07-20 devel/rubygem-timers1: not used by other ports anymore
2015-07-20 net/rubygem-rubyntlm01: not used by other ports anymore
2015-07-20 security/rubygem-net-scp11: not used by other ports anymore
2015-07-20 security/rubygem-net-ssh27: not used by other ports anymore
|
Fri, 17 Jul 2015
|
[ 15:49 makc ]
security/pinentry:
- Add GNOME 3 pinentry dialog
|
Thu, 16 Jul 2015
|
[ 08:42 tijl ]
Add a new port for mbed TLS 2.0.0 (formerly polarssl)
|
Wed, 15 Jul 2015
|
[ 17:43 robak ]
security/tclgpg: new port
Tcl interface to GNU Privacy Guard with interface similar to TclGPGME
WWW: https://chiselapp.com/user/sgolovan/repository/tclgpg/
PR: 201337
Submitted by: Mikhail <mp39590@gmail.com>
|
[ 00:11 mandree ]
Add an openvpn-polarssl that selects PolarSSL for its default TLS provider.
|
Tue, 14 Jul 2015
|
[ 20:39 bapt ]
Development ceased, broken with modern ssh (lots of options just do not work)
|
[ 14:31 olgeni ]
Add security/elixir-comeonin, a password hashing library for Elixir.
|
Sat, 11 Jul 2015
|
[ 14:40 riggs ]
- Revive security/chkrootkit
- Update to upstream version 0.50
- Port has a new maintainer: Lacey Powers <lacey.leanne@gmail.com>
PR: 201297
Submitted by: lacey.leanne@gmail.com (maintainer)
Reviewed by: koobs
|
Tue, 7 Jul 2015
|
[ 07:32 koobs ]
[NEW] security/py-pyscard: Smartcard module for Python
The pyscard smartcard library is a framework for building smart card
aware applications in Python. The smartcard module is built on top of
the PCSC API Python wrapper module.
WWW: http://pyscard.sourceforge.net/
PR: 197834
Submitted by: <mp39590 gmail com>
|
Tue, 30 Jun 2015
|
[ 16:39 rene ]
Remove expired ports:
2015-06-30 devel/rubygem-mash: Deprecated by upstream. Use devel/rubygem-hashie
instead
2015-06-30 net/rubygem-bunny060: Use net/rubygem-bunny instead
2015-06-30 security/rubygem-hmac: Duplicate of security/rubygem-ruby-hmac
2015-06-30 www/ruby-amazon: Rendered obsolete by upstream since Amazon shut down
access to AWS API v3 (2008-03-31). Use www/ruby-aws instead
|
Fri, 26 Jun 2015
|
[ 17:02 swills ]
security/vault: create port
Vault is a tool for securely accessing secrets. A secret is anything that you
want to tightly control access to, such as API keys, passwords, certificates,
and more. Vault provides a unified interface to any secret, while providing
tight access control and recording a detailed audit log.
WWW: https://vaultproject.io/
|
Tue, 23 Jun 2015
|
[ 18:31 rm ]
Remove expired port
Functionality of py-backports.ssl_match_hostname is available in Python standard
library as ssl.match_hostname() since Python 2.7.9 [1].
[1] https://docs.python.org/2.7/library/ssl.html#ssl.match_hostname
|
Wed, 17 Jun 2015
|
[ 01:05 delphij ]
A Python library for parsing PGP packets
WWW: https://pypi.python.org/pypi/pgpdump/
PR: 200364
Submitted by: Yuri Victorovich <yuri@rawbw.com>
|
Sun, 14 Jun 2015
|
[ 07:26 riggs ]
Add py-gpsoauth, a Python client library for Google Play Services OAuth
|
Sat, 13 Jun 2015
|
[ 09:38 olgeni ]
Sort entries.
|
Tue, 2 Jun 2015
|
[ 15:00 bdrewery ] (Only the first 10 of 14 ports in this commit are shown above. )
Add openssh-portable-devel which is based on the upstream snapshots for staging
and testing.
Its initial version is 20150602 which is nearly the upcoming 6.9 version.
|
Wed, 27 May 2015
|
[ 23:01 amdmi3 ]
Unbreak INDEX
|
[ 21:21 amdmi3 ]
This module provides a secure, efficient, and simple interface for
creating session tokens, password reset codes, temporary passwords,
random identifiers, and anything else you can think of.
Like this: my $token = Session::Token->new->get; # 128 bits
WWW: http://search.cpan.org/dist/Session-Token/
PR: 200390
Submitted by: hvo.pm@xs4all.nl
|
Tue, 26 May 2015
|
[ 18:11 mmoll ]
new port: security/rubygem-rack-oauth2
OAuth 2.0 Server & Client Library.
WWW: https://github.com/nov/rack-oauth2
PR: 199922
Differential Revision: https://reviews.freebsd.org/D2638
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by: mat (mentor)
|
Sun, 24 May 2015
|
[ 21:03 madpilot ] (Only the first 10 of 15 ports in this commit are shown above. )
- Rename security/qtkeychain to qtkeychain-qt5, update to 0.5.0 and make it use
Qt5
- Add slave port qtkeychain-qt4
- Make deskutils/owncloudclient link against qtkeychain-qt5
- Update owncloudclient comment and pkg-descr
PR: 198785
Submitted by: 6yearold at gmail.com (security/qtkeychain maintainer)
|
[ 15:40 sunpoet ]
- Move security/rubygem-rc4 to security/rubygem-ruby-rc4
- Add LICENSE
- Update WWW
|
Sat, 23 May 2015
|
[ 16:32 antoine ] (Only the first 10 of 17 ports in this commit are shown above. )
Update security/metasploit to 4.11.2
|
Fri, 22 May 2015
|
[ 19:51 dvl ]
Add new port: security/py-crits
CRITs is a web-based tool which combines an analytic engine with a cyber threat
database that not only serves as a repository for attack data and malware, but
also provides analysts with a powerful platform for conducting malware
analyses, correlating malware, and for targeting data. These analyses and
correlations can also be saved and exploited within CRITs. CRITs employs a
simple but very useful hierarchy to structure cyber threat information. This
structure gives analysts the power to 'pivot' on metadata to discover
previously unknown related content.
Approved by: mat (mentor)
|
Tue, 19 May 2015
|
[ 03:33 vanilla ]
Add tmux-cssh 20150518, clusterSSH features using tmux, but not X11.
PR: 200313
Submitted by: jrm@ftfl.ca
|
Mon, 18 May 2015
|
[ 13:39 zi ]
New port: security/hitch:
hitch is a network proxy that terminates TLS/SSL connections and forwards
the unencrypted traffic to some backend. It's designed to handle 10s of
thousands of connections efficiently on multicore machines.
WWW: https://github.com/varnish/hitch/
|
Sat, 16 May 2015
|
[ 16:39 adamw ]
Add security/keepass, the official KeePass client.
KeePass is a free open source password manager, which helps you to manage your
passwords in a secure way. You can put all your passwords in one database, which
is locked with one master key or a key file. So you only have to remember one
single master password or select the key file to unlock the whole database. The
databases are encrypted using the best and most secure encryption algorithms
currently known (AES and Twofish).
This is the official KeePass application, which was originally only available
for Windows, but has now been re-written with .Net and able to be run on BSD,
Linux and Mac OS X with Mono.
WWW: http://keepass.info/
PR: 200062
Submitted by: Ben Woods
|
Sun, 10 May 2015
|
[ 23:31 mmoll ]
new port: security/rubygem-omniauth-shibboleth
Ruby gem that implements an OmniAuth strategy for authenticating
through Shibboleth (SAML) for usage in rubygem-onmiauth.
WWW: https://github.com/toyokazu/omniauth-shibboleth
PR: 199753
Differential Revision: https://reviews.freebsd.org/D2507
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by: swills (mentor)
|
[ 12:57 mmoll ]
new port: security/rubygem-omniauth-multipassword
Ruby gem that implements an OmniAuth strategy that allows to
authenticate against different password strategies at once.
WWW: https://github.com/jgraichen/omniauth-multipassword
PR: 199755
Differential Revision: https://reviews.freebsd.org/D2504
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by: mat (mentor)
|
Sat, 9 May 2015
|
[ 21:59 mmoll ]
new port: security/rubygem-omniauth-gitlab
Ruby gem that implements the OmniAuth strategy of GitLab
for usage in rubygem-onmiauth.
WWW: https://github.com/linchus/omniauth-gitlab
PR: 199779
Differential Revision: https://reviews.freebsd.org/D2502
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by: mat (mentor)
|
[ 16:27 mmoll ]
new port: security/omniauth-bitbucket
Ruby gem to add an OmniAuth strategy for Atlassian Bitbucket.
WWW: https://github.com/sishen/omniauth-bitbucket
PR: 199780
Differential Revision: https://reviews.freebsd.org/D2467
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by: swills (mentor), mat (mentor)
|
[ 15:04 mmoll ]
new port: security/rubygem-doorkeeper
Doorkeeper is an OAuth 2 provider for Rails and Grape applications
WWW: https://github.com/doorkeeper-gem/doorkeeper
PR: 199817
Differential Revision: https://reviews.freebsd.org/D2494
Submitted by: Torsten Zuehlsdorff <ports@toco-domains.de>
Approved by: mat (mentor)
|
Fri, 1 May 2015
|
[ 18:10 rm ]
Rename py-certify to py-certifi to conform upstream name.
Approved by: olivierd (maintainer, by email)
|
Mon, 27 Apr 2015
|
[ 20:33 lme ]
Add security/passivedns:
A tool to collect DNS records passively to aid Incident handling, Network
Security Monitoring (NSM) and general digital forensics.
PassiveDNS sniffs traffic from an interface or reads a pcap-file and outputs
the DNS-server answers to a log file. PassiveDNS can cache/aggregate duplicate
DNS answers in-memory, limiting the amount of data in the logfile without
losing the essense in the DNS answer.
WWW: https://github.com/gamelinux/passivedns
PR: 198499
Submitted by: shadowbq@gmail.com
|
Fri, 17 Apr 2015
|
[ 21:00 rene ] (Only the first 10 of 88 ports in this commit are shown above. )
Remove expired ports:
2015-04-15 databases/php53-sqlite3: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-simplexml: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-sybase_ct: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-pdo_mysql: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-ctype: security EOL reached 14 Aug 2014
2015-04-15 textproc/php53-wddx: security EOL reached 14 Aug 2014
2015-04-15 security/php53-filter: security EOL reached 14 Aug 2014
2015-04-15 ftp/php53-ftp: security EOL reached 14 Aug 2014
2015-04-15 net/php53-soap: security EOL reached 14 Aug 2014
2015-04-15 converters/php53-recode: security EOL reached 14 Aug 2014
2015-04-15 security/php53-openssl: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-dba: security EOL reached 14 Aug 2014
2015-04-15 databases/php53-pdo_pgsql: security EOL reached 14 Aug 2014
2015-04-15 sysutils/php53-fileinfo: security EOL reached 14 Aug 2014 (Only the first 15 lines of the commit message are shown above )
|
Wed, 15 Apr 2015
|
[ 18:46 tijl ]
New port security/libbzrtp:
An implementation of ZRTP by Belledonne Communications (Linphone).
ZRTP (RFC 6189) is a media path key agreement protocol for unicast
secure RTP.
|
Number of commits found: 2259 (showing only 100 on this page) |