non port: security/Makefile |
Number of commits found: 2386 (showing only 100 on this page) |
Sunday, 15 May 2016
|
07:08 antoine
New port: security/rubygem-openssl-ccm
rubygem-openssl-ccm is an implementation of RFC 3610 - Counter with CBC-MAC
(CCM).
WWW: https://github.com/smalllars/openssl-ccm
|
Thursday, 28 Apr 2016
|
19:03 sunpoet
- Add rubygem-airbrussh 1.0.1
Airbrussh is a concise log formatter for Capistrano and SSHKit. It displays
well-formatted, useful log output that is easy to read. Airbrussh also saves
Capistrano's verbose output to a separate log file just in case you need
additional details for troubleshooting.
WWW: https://github.com/mattbrictson/airbrussh
|
Monday, 25 Apr 2016
|
09:07 sunpoet
- Add p5-Crypt-Curve25519 0.05
Curve25519 is a state-of-the-art Diffie-Hellman function suitable for a wide
variety of applications.
Given a user's 32-byte secret key, Curve25519 computes the user's 32-byte public
key. Given the user's 32-byte secret key and another user's 32-byte public key,
Curve25519 computes a 32-byte secret shared by the two users. This secret can
then be used to authenticate and encrypt messages between the two users.
WWW: http://search.cpan.org/dist/Crypt-Curve25519/
|
Wednesday, 20 Apr 2016
|
09:08 ale
Update libp11 to 0.4.0 release.
engine_pkcs11 has been merged into libp11.
|
Monday, 11 Apr 2016
|
15:48 pi
New ports: security/ p5-Crypt-Format p5-Crypt-RSA-Parse p5-Protocol-ACME
Conversion utilities for encryption applications
WWW: http://search.cpan.org/dist/Crypt-Format/
Parse RSA keys for useful information
WWW: http://search.cpan.org/dist/Crypt-RSA-Parse/
Interface to the Let's Encrypt ACME API
WWW: http://search.cpan.org/dist/Protocol-ACME/
|
Monday, 4 Apr 2016
|
17:18 marino
Add new port security/libadacrypt
This is a crypto library for Ada with a nice API and is written for the
i386 and x86_64 hardware architecture.
Symmetric cryptography supported:
* Blockciphers: AES, Twofish, 3DES, Serpent
* Hash functions: SHA-1, SHA-256, SHA-384, SHA-512, Whirlpool
* MACs: RMAC, HMAC, CMAC
* Modes of operation: BPS, CFB, Ctr, OFB
* Authenticated Encryption Schemes: OCB, SIV, McOE
Assymmetric cryptography supported:
* DSA signature scheme
* OEAP-RSA
* ECDSA, ECDH
Unsigned big number library features:
* Primary cyclic group arithmetic (Z_p)
* Binary Field arithmetic support
* Elliptic Curve arithmetic
|
Saturday, 2 Apr 2016
|
20:14 pi
New port: security/tls-check
Scan a list of domains for TLS-related compliance stats.
WWW: https://github.com/tls-check/TLS-Check
|
Thursday, 31 Mar 2016
|
19:36 tj
New port security/py-python-socal-auth 0.2.14
Python Social Auth is an easy-to-setup social authentication/registration
mechanism with support for several frameworks and auth providers.
WWW: https://github.com/omab/python-social-auth
|
Thursday, 24 Mar 2016
|
11:01 rakuco
New port: security/akmos.
Akmos is a cryptographic library with CLI.
It supports:
- symmetric ciphering;
- computing message digests (hashes);
- calculating a message authentication code (MAC);
Depends only on the standard C library.
Primary develop for the x86_64 architecture.
WWW: https://github.com/melanhit/akmos
PR: 206987
Submitted by: Andrew Romanenko <melanhit@gmail.com>
|
Sunday, 20 Mar 2016
|
10:07 rene
Remove expired ports:
2016-03-15 www/eaccelerator: cannot be installed: doesn't work with lang/php56
port (doesn't support PHP 5.5 5.6 70)
2016-03-15 devel/pecl-inclued: cannot be installed: doesn't work with lang/php56
port (doesn't support PHP 5.5 5.6 70)
2016-03-15 security/pecl-taint: cannot be installed: doesn't work with
lang/php56 port (doesn't support PHP 5.5 5.6 70)
|
Thursday, 17 Mar 2016
|
12:57 tijl
Update OpenVAS ports from version 2 to version 8. All components have
been renamed and rearranged. The graphical user interface provided by
security/openvas-client has been discontinued. Instead there is now a
web interface provided by security/greenbone-security-assistant and a
command-line interface provided by security/openvas-client.
|
Monday, 14 Mar 2016
|
21:56 feld
Cisco-torch is a mass Cisco Vulnerability Scanner.
The main feature that makes Cisco-torch different from similar
tools is the extensive use of forking to launch multiple scanning
processes on the background for maximum scanning efficiency. Also,
it uses several methods of application layer fingerprinting simultaneously,
if needed. We wanted something fast to discover remote Cisco hosts running
Telnet, SSH, Web, NTP and SNMP services and launch dictionary attacks
against the services discovered.
WWW: http://www.hackingciscoexposed.com/?link=tools
PR: 207221
Submitted by: Rihaz Jerrin <rihaz.jerrin@gmail.com>
|
Saturday, 12 Mar 2016
|
17:17 olgeni
Sort security/Makefile.
|
Monday, 7 Mar 2016
|
19:34 antoine
- Switch regripper to USE_GITHUB
- Update regripper to a recent snapshot (2.8.20160225)
- Merge regripperplugins into regripper
|
Thursday, 3 Mar 2016
|
14:36 brnrd
security/openssl-devel: Create OpenSSL 1.1.0 Alpha port
- Repo-copy of security/openssl
- Remove unneeded USE_OPENSSL check
- Add and normalize CONFLICTS
- Put OPTIONS into GROUPS for ciphers, hashes, protocols and optimizations
- Add more configurable ciphers, hashes and protocols
- Sort <OPT>_DESC alphabetically
- Reword <OPT>_DESC after grouping, add (comment)
- Rewrite ${PORT_OPTIONS:M<OPT>} to <OPT>_<FEATURE>_* where possible
- Rewrite ${PORT_OPTIONS:M<OPT>} to target-<OPT>-on where possible
- Rewrite do-configure target to HAS_CONFIGURE/CONFIGURE_SCRIPT
- Rewrite (regression-)test target to TEST_TARGET
- Add NPN support patch from [1]
- Remove 1.0.2 specific patches (Padlock and EVP_MD_CTX_FLAG_ONESHOT)
- Disable obsolete, broken and obscure features
[1] https://github.com/openssl/openssl/pull/757
Reviewed by: koobs (mentor)
Approved by: koobs (mentor)
Differential Revision: D5484
|
Tuesday, 1 Mar 2016
|
02:53 mi
security/pdfcrack: update to 0.15 (redo r409827)
|
02:49 mi
Back out r409827 to restore old history
|
Monday, 29 Feb 2016
|
21:22 mi
Add a tool for brute-force cracking PDF-passwords (both user and
owner ones).
|
17:11 mat
Add acme-tiny, a tiny script to issue and renew TLS certs from Let's Encrypt.
Sponsored by: Absolight
|
16:51 bdrewery
Remove security/openssh-portable-devel since it is outdated, insecure,
and no longer needed.
|
Wednesday, 24 Feb 2016
|
10:39 ume
Add Cyrus SASL SRP authentication plugin.
Requested by: Kyle Amon <amonk__at__backwatcher.com>
|
Friday, 19 Feb 2016
|
21:38 swills
security/honeybadger: add port
PR: 207315
Submitted by: Shawn Webb <shawn.webb@hardenedbsd.org> (with modifications)
|
Wednesday, 17 Feb 2016
|
04:23 adamw
Add security/p5-Crypt-XTEA, and its dependency lang/p5-Scalar-Util-Numeric.
Crypt::XTEA implements the fast and light XTEA cipher that supports the
Crypt::CBC interface.
https://metacpan.org/pod/Crypt::XTEA
Scalar::Util::Numeric implements some scalar classification routines
with an XS module.
https://metacpan.org/pod/Scalar::Util::Numeric
|
Monday, 15 Feb 2016
|
14:34 miwi
Welcome php 7.0.3
Changelog:
http://php.net/ChangeLog-7.php#7.0.0
http://php.net/ChangeLog-7.php#7.0.1
http://php.net/ChangeLog-7.php#7.0.2
http://php.net/ChangeLog-7.php#7.0.3
I'd like to thanks:
Kurt Jaeger
Matthias Breddin
Rainer Duffner
Victor van Vlaardingen
Torsten Zuehlsdorff
Franco Fichtner
and all helpers and testers from ports@.
|
Sunday, 14 Feb 2016
|
19:21 rene
Remove PHP 5.4 from the Ports Tree, it expired upstream in 2015-Q3 and the
ports expired last month.
Adjust Mk/bsd.php.mk
Reviewed by: antoine, marino
Approved by: portmgr (antoine)
Differential Revision: https://reviews.freebsd.org/D5278
|
Saturday, 13 Feb 2016
|
18:12 adamw
Add security/p5-Digest-SHA3, a NIST SHA3 implementation and perl interface.
|
Friday, 12 Feb 2016
|
21:53 rm
security/py-openid: rename to security/py-python-openid
Rename to match upstream name.
|
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>
|
Sunday, 7 Feb 2016
|
09:58 delphij
2015-12-31 security/polarssl: Upstream is ending support for 1.2.x
|
Wednesday, 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>
|
Monday, 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>
|
Friday, 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/
|
Saturday, 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/
|
Wednesday, 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
|
Monday, 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>
|
Sunday, 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
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
|
Friday, 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>
|
Monday, 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>
|
Wednesday, 30 Dec 2015
|
23:20 rene
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
|
Tuesday, 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
|
Monday, 21 Dec 2015
|
16:15 sunpoet
- Sort SUBDIRs
|
Tuesday, 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
|
Friday, 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
|
Saturday, 5 Dec 2015
|
23:29 marino
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
|
Friday, 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
|
Wednesday, 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
|
Saturday, 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.
|
Thursday, 12 Nov 2015
|
14:27 olgeni
Add security/elixir-comeonin_i18n, an internationalization library for
security/elixir-comeonin.
|
Wednesday, 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
|
Friday, 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
|
Wednesday, 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>
|
Monday, 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>
|
Friday, 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
|
Monday, 19 Oct 2015
|
13:59 antoine
Finish removing yubikey-personalization
|
Saturday, 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
|
Saturday, 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
|
Friday, 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
|
Tuesday, 29 Sep 2015
|
13:30 vanilla
Add elixir-jose.
|
12:15 vanilla
add erlang-jose.
|
Saturday, 26 Sep 2015
|
14:36 kwm
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
|
Wednesday, 16 Sep 2015
|
02:31 cy
Expiry date has passed, retire security/krb5-111.
EOLed by MIT in December 2014.
|
Thursday, 10 Sep 2015
|
21:21 antoine
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)
|
Tuesday, 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
|
Tuesday, 1 Sep 2015
|
16:30 pi
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
|
Thursday, 20 Aug 2015
|
23:02 pgj
- 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.
New ports (48):
converters/hs-aeson-pretty JSON pretty-printing library and command-line
tool
converters/hs-sandi Data encoding library
devel/hs-StateVar State variables
devel/hs-base-orphans Backwards-compatible orphan instances for base
devel/hs-bytestring-mmap Mmap support for strict ByteStrings
devel/hs-constraints Constraint manipulation
devel/hs-data-ordlist Set and bag operations on ordered lists
devel/hs-easy-file Cross-platform File handling
devel/hs-extra Extra functions
devel/hs-geniplate-mirror Use Template Haskell to generate Uniplate-like
functions
devel/hs-haddock-api Documentation-generation tool for Haskell
libraries
devel/hs-hex Convert strings into hexadecimal and back
devel/hs-hourglass Simple performant time related library
devel/hs-hsb2hs Preprocesses a file, adding blobs from files
as string literals
devel/hs-hspec-core Testing Framework for Haskell
devel/hs-hspec-discover Automatically discover and run Hspec tests
devel/hs-js-flot Obtain minified flot code
devel/hs-js-jquery Obtain minified jQuery code
devel/hs-lifted-async Run lifted IO operations asynchronously and
wait for their results
devel/hs-map-syntax Syntax sugar for defining maps
devel/hs-memory Memory and related abtraction stuff
devel/hs-mutable-containers Abstactions and concrete implementations of
mutable containers
devel/hs-newtype Typeclass and set of functions for working
with newtypes
devel/hs-old-locale Locale library
devel/hs-old-time Time library
devel/hs-preprocessor-tools Framework for extending Haskell's syntax via
quick-and-dirty preprocessors
devel/hs-time-locale-compat Compatibility of TimeLocale between old-locale
and time-1.5
devel/hs-uuid-types Type definitions for Universally Unique
Identifiers
math/hs-Agda-stdlib Agda standard library
math/hs-adjunctions Adjunctions and representable functors
math/hs-kan-extensions Kan extensions, Kan lifts, various forms of
the Yoneda lemma, and (co)density (co)monads
net-im/hs-haskell-xmpp Haskell XMPP library based on HaXml & STM
net-p2p/hs-torrent BitTorrent file parser and generater
net/hs-aws Amazon Web Services (AWS) for Haskell
net/hs-network-uri URI manipulation
security/hs-cryptonite Cryptography Primitives sink
security/hs-nonce Generate cryptographic nonces
shells/hs-shelly Shell-like (systems) programming in Haskell
sysutils/hs-ekg-json JSON encoding of ekg metrics
textproc/hs-bencode Parser and printer for bencoded data
textproc/hs-cassava CSV parsing and encoding library
textproc/hs-cmark Fast, accurate CommonMark (Markdown) parser
and renderer
textproc/hs-pandoc-citeproc Supports using pandoc with citeproc
textproc/hs-regex-applicative Regex-based parsing with applicative interface
textproc/hs-regex-compat-tdfa Unicode Support version of Text.Regex, using
regex-tdfa
textproc/hs-rfc5051 Simple unicode collation as per RFC5051
www/hs-http2 HTTP/2.0 library including frames and HPACK
www/hs-multipart HTTP multipart split out of the cgi package
Updated ports (317):
archivers/hs-tar 0.4.0.1_8 --> 0.4.2.1
archivers/hs-zip-archive 0.2.3.4_1 --> 0.2.3.7
archivers/hs-zlib 0.5.4.1_6 --> 0.5.4.2
archivers/hs-zlib-bindings 0.1.1.3_7 --> 0.1.1.5
audio/hs-ALUT 2.3.0.1_2 --> 2.4.0.0
audio/hs-OpenAL 1.6.0.0_1 --> 1.7.0.0
audio/hs-libmpd 0.8.0.5_1 --> 0.9.0.2
benchmarks/hs-criterion 0.8.1.0_1 --> 1.1.0.0
converters/hs-aeson 0.7.0.6_1 --> 0.8.0.2
converters/hs-json 0.7_8 --> 0.9.1
databases/hs-esqueleto 1.4.4_1 --> 2.4.1
databases/hs-hedis 0.6.5 --> 0.6.9
databases/hs-mysql 0.1.1.6_1 --> 0.1.1.8
databases/hs-persistent 1.3.1.1_1 --> 2.2
databases/hs-persistent-sqlite 1.3.0.5_1 --> 2.2
databases/hs-persistent-template 1.3.1.4_1 --> 2.1.3.4
devel/hs-BNFC 2.6.0.3_8 --> 2.8
devel/hs-Boolean 0.2.1_1 --> 0.2.3
devel/hs-ConfigFile 1.1.2_1 --> 1.1.4
devel/hs-List 0.5.1_8 --> 0.5.2
devel/hs-MissingH 1.2.1.0_1 --> 1.3.0.1
devel/hs-MonadCatchIO-transformers 0.3.1.0_1 --> 0.3.1.3
devel/hs-MonadRandom 0.1.13_1 --> 0.4
devel/hs-ObjectName 1.0.0.0_14 --> 1.1.0.0
devel/hs-QuickCheck 2.6_6 --> 2.8.1
devel/hs-ReadArgs 1.2.1_8 --> 1.2.2
devel/hs-STMonadTrans 0.3.2_1 --> 0.3.3
devel/hs-ShellCheck 0.3.5 --> 0.3.8
devel/hs-Stream 0.4.7.1_1 --> 0.4.7.2
devel/hs-alex 3.1.3_1 --> 3.1.4
devel/hs-ansi-terminal 0.6.1.1_1 --> 0.6.2.1
devel/hs-ansi-wl-pprint 0.6.7.1_1 --> 0.6.7.3
devel/hs-asn1-encoding 0.8.1.3_1 --> 0.9.0
devel/hs-asn1-parse 0.8.1_1 --> 0.9.1
devel/hs-asn1-types 0.2.3_1 --> 0.3.0
devel/hs-async 2.0.1.5_1 --> 2.0.2
devel/hs-atomic-primops 0.6.0.6_1 --> 0.8
devel/hs-auto-update 0.1.0.0_1 --> 0.1.2.2
devel/hs-basic-prelude 0.3.8_1 --> 0.5.0
devel/hs-bifunctors 4.1.1.1_1 --> 5
devel/hs-blaze-builder 0.3.3.2_1 --> 0.4.0.1
devel/hs-blaze-builder-enumerator 0.2.0.6_1 --> 0.2.1.0
devel/hs-blaze-textual 0.2.0.9_1 --> 0.2.1.0
devel/hs-bloomfilter 2.0.0.0_1 --> 2.0.1.0
devel/hs-boxes 0.1.3_1 --> 0.1.4
devel/hs-bytestring-lexing 0.4.3.2 --> 0.5.0.2
devel/hs-c2hs 0.17.2_1 --> 0.26.1
devel/hs-cabal-install 1.18.0.5_1 --> 1.22.6.0
devel/hs-cereal 0.4.0.1_1 --> 0.4.1.1
devel/hs-checkers 0.3.2_1 --> 0.4.3
devel/hs-chunked-data 0.1.0.1_1 --> 0.2.0
devel/hs-classy-prelude 0.9.3_1 --> 0.12.1.1
devel/hs-classy-prelude-conduit 0.9.3_1 --> 0.12.0.1
devel/hs-cmdargs 0.10.9_1 --> 0.10.13
devel/hs-conduit 1.1.7_1 --> 1.2.5
devel/hs-conduit-combinators 0.2.8.2_1 --> 1.0.3
devel/hs-conduit-extra 1.1.3_1 --> 1.1.9.1
devel/hs-convertible 1.1.0.0_1 --> 1.1.1.0
devel/hs-cpphs 1.18.5_1 --> 1.19
devel/hs-darcs 2.8.5 --> 2.10.1
devel/hs-data-hash 0.2.0.0_1 --> 0.2.0.1
devel/hs-data-pprint 0.2.3_1 --> 0.2.4
devel/hs-datetime 0.2.1_12 --> 0.3.1
devel/hs-deepseq-generics 0.1.1.1_1 --> 0.1.1.2
devel/hs-dlist 0.7.1_1 --> 0.7.1.1
devel/hs-edit-distance 0.2.1.2_7 --> 0.2.2.1
devel/hs-either 4.3.0.1_1 --> 4.4.1
devel/hs-enclosed-exceptions 1.0.0.2_1 --> 1.0.1.1
devel/hs-equivalence 0.2.5_1 --> 0.3.1
devel/hs-errors 1.4.7_1 --> 2.0.0
devel/hs-exceptions 0.6.1_1 --> 0.8.0.2
devel/hs-fast-logger 2.2.0_1 --> 2.4.1
devel/hs-fgl 5.5.0.1_1 --> 5.5.2.1
devel/hs-file-embed 0.0.7_1 --> 0.0.9
devel/hs-filemanip 0.3.6.2_8 --> 0.3.6.3
devel/hs-filestore 0.6.0.3_1 --> 0.6.1
devel/hs-free 4.9_1 --> 4.12.1
devel/hs-fsnotify 0.1.0.3_1 --> 0.2.1
devel/hs-gconf 0.12.5.0_1 --> 0.13.0.2
devel/hs-generic-deriving 1.6.3_1 --> 1.8.0
devel/hs-ghc-events 0.4.3.0_1 --> 0.4.4.0
devel/hs-gio 0.12.5.3_1 --> 0.13.1.0
devel/hs-git-annex 5.20140817_1 --> 5.20150727
devel/hs-glib 0.12.5.4_1 --> 0.13.1.1
devel/hs-gtk2hs-buildtools 0.12.5.2_2 --> 0.13.0.4
devel/hs-haddock 2.14.3_1 --> 2.16.1
devel/hs-haddock-library 1.1.0_1 --> 1.2.1
devel/hs-happy 1.19.4_1 --> 1.19.5
devel/hs-hashable 1.2.2.0_1,1 --> 1.2.3.3,1
devel/hs-hashtables 1.1.2.1_1 --> 1.2.0.2
devel/hs-haskell-src 1.0.1.6_1 --> 1.0.2.0
devel/hs-haskell-src-exts 1.15.0.1_1 --> 1.16.0.1
devel/hs-hasktags 0.69.0_1 --> 0.69.1
devel/hs-hastache 0.6.0_1 --> 0.6.1
devel/hs-hinotify 0.3.7_1 --> 0.3.8.1
devel/hs-hint 0.4.2.0_1 --> 0.4.2.3
devel/hs-hlint 1.9.3_1 --> 1.9.21
devel/hs-hoogle 4.2.34_1 --> 4.2.41
devel/hs-hslogger 1.2.4_1 --> 1.2.9
devel/hs-hslua 0.3.13_1 --> 0.4.0
devel/hs-hspec 1.11.0_1 --> 2.1.10
devel/hs-hspec-expectations 0.6.0.1_1 --> 0.7.1
devel/hs-keys 3.10.1_1 --> 3.10.2
devel/hs-language-c 0.4.5_1 --> 0.4.7
devel/hs-language-javascript 0.5.13_1 --> 0.5.14.2
devel/hs-lens 4.3.3_1 --> 4.12.3
devel/hs-lifted-base 0.2.3.0_1 --> 0.2.3.6
devel/hs-mmorph 1.0.3_1 --> 1.0.4
devel/hs-monad-control 0.3.3.0_1 --> 1.0.0.4
devel/hs-monad-logger 0.3.7.1_1 --> 0.3.13.2
devel/hs-monad-loops 0.4.2.1_1 --> 0.4.3
devel/hs-monad-par 0.3.4.6_1 --> 0.3.4.7
devel/hs-mono-traversable 0.6.1_1 --> 0.9.2.1
devel/hs-mtl 2.1.3.1_1 --> 2.2.1
devel/hs-mueval 0.9.1.1_1 --> 0.9.1.1.2
devel/hs-murmur-hash 0.1.0.7_1 --> 0.1.0.8
devel/hs-optparse-applicative 0.9.1.1_1 --> 0.11.0.2
devel/hs-parallel 3.2.0.4_1 --> 3.2.0.6
devel/hs-pcre-light 0.4.0.2_1 --> 0.4.0.3
devel/hs-primitive 0.5.2.1_1 --> 0.6
devel/hs-profunctors 4.2.0.1_1 --> 5.1.1
devel/hs-project-template 0.1.4.1_1 --> 0.2.0
devel/hs-random 1.0.1.1_10 --> 1.1
devel/hs-reflection 1.5.1_1 --> 2
devel/hs-resource-pool 0.2.3.0_1 --> 0.2.3.2
devel/hs-resourcet 1.1.2.3_1 --> 1.1.6
devel/hs-safe 0.3.7_1 --> 0.3.9
devel/hs-scientific 0.3.3.0_1 --> 0.3.3.8
devel/hs-securemem 0.1.3_1 --> 0.1.9
devel/hs-setenv 0.1.1.1_1 --> 0.1.1.3
devel/hs-shake 0.13.2_1 --> 0.15.5
devel/hs-silently 1.2.4.1_7 --> 1.2.5
devel/hs-stm 2.4.2_6 --> 2.4.4
devel/hs-stm-chans 3.0.0.2_1 --> 3.0.0.4
devel/hs-streaming-commons 0.1.4.1_1 --> 0.1.12.1
devel/hs-syb 0.4.1_1 --> 0.5.1
devel/hs-syb-with-class 0.6.1.5_1 --> 0.6.1.6
devel/hs-system-fileio 0.3.14_1 --> 0.3.16.3
devel/hs-system-filepath 0.4.12_1 --> 0.4.13.4
devel/hs-tagged 0.7.2_1 --> 0.8.1
devel/hs-test-framework 0.8.0.3_1 --> 0.8.1.1
devel/hs-text 1.1.0.0_1 --> 1.2.1.3
devel/hs-text-icu 0.6.3.7_2 --> 0.7.0.1
devel/hs-threads 0.5.1.2_1 --> 0.5.1.3
devel/hs-threadscope 0.2.4_1 --> 0.2.7
devel/hs-timezone-olson 0.1.4_1 --> 0.1.7
devel/hs-timezone-series 0.1.3_1 --> 0.1.5.1
devel/hs-transformers-base 0.4.2_1 --> 0.4.4
devel/hs-transformers-compat 0.3.3.4_1 --> 0.4.0.4
devel/hs-unix-compat 0.4.1.3_1 --> 0.4.1.4
devel/hs-unix-time 0.3.3_1 --> 0.3.5
devel/hs-unordered-containers 0.2.4.0_1 --> 0.2.5.1
devel/hs-utf8-string 0.3.8_1 --> 1
devel/hs-uuagc 0.9.51_1 --> 0.9.52.1
devel/hs-uuagc-cabal 1.0.5.0_1 --> 1.0.6.0
devel/hs-uuid 1.3.3_1 --> 1.3.11
devel/hs-uulib 0.9.16_1 --> 0.9.20
devel/hs-vault 0.3.0.3_1 --> 0.3.0.4
devel/hs-vector 0.10.9.1_1 --> 0.10.12.3
devel/hs-vector-algorithms 0.6.0.3_1 --> 0.7.0.1
devel/hs-vector-instances 3.3_1 --> 3.3.1
devel/hs-vector-th-unbox 0.2.1.0_1 --> 0.2.1.2
devel/hs-void 0.6.1_1 --> 0.7
devel/hs-word8 0.1.1_1 --> 0.1.2
dns/hs-dns 1.4.2_1 --> 2.0.0
graphics/hs-JuicyPixels 3.1.6.1_1 --> 3.2.6
graphics/hs-cairo 0.12.5.3_1 --> 0.13.1.0
graphics/hs-dia-base 0.1.1.2_8 --> 0.1.1.3
graphics/hs-dia-functions 0.2.1.3_8 --> 0.2.1.4
graphics/hs-svgcairo 0.12.5.2_1 --> 0.13.0.3
lang/hs-brainfuck 0.1_15 --> 0.1.0.2
lang/hs-unlambda 0.1.3_8 --> 0.1.4.1
mail/hs-email-validate 2.0.1_1 --> 2.1.3
mail/hs-mime 0.4.0.1_1 --> 0.4.0.2
mail/hs-mime-mail 0.4.5.2_1 --> 0.4.9
mail/hs-mime-types 0.1.0.4_1 --> 0.1.0.6
math/hs-Agda 2.4.0.2_1 --> 2.4.2.3
math/hs-NumInstances 1.3_6 --> 1.4
math/hs-categories 1.0.6_1 --> 1.0.7
math/hs-comonad 4.2.2_1 --> 4.2.7.2
math/hs-contravariant 1.1_1 --> 1.3.2
math/hs-data-lens 2.10.5_1 --> 2.10.7
math/hs-data-lens-template 2.1.8_1 --> 2.1.9
math/hs-ieee754 0.7.3_10 --> 0.7.6
math/hs-mwc-random 0.13.1.2_1 --> 0.13.3.2
math/hs-pointed 4.1_1 --> 4.2.0.2
math/hs-semigroupoids 4.0.4_1 --> 5.0.0.3
math/hs-semigroups 0.15.2_1 --> 0.16.2.2
math/hs-statistics 0.13.2.1_1 --> 0.13.2.3
math/hs-vector-space 0.8.7_1 --> 0.10.2
net/hs-connection 0.2.3_1 --> 0.2.5
net/hs-gsasl 0.3.5_1 --> 0.3.6
net/hs-hoauth2 0.4.3 --> 0.4.8
net/hs-iproute 1.3.1_1 --> 1.5.0
net/hs-network 2.4.2.3_1 --> 2.6.2.1
net/hs-network-info 0.2.0.5_1 --> 0.2.0.7
net/hs-network-multicast 0.0.11_1 --> 0.1.0
net/hs-network-protocol-xmpp 0.4.6_2 --> 0.4.8
net/hs-simple-sendfile 0.2.15_1 --> 0.2.21
print/hs-hscolour 1.20.3_8,1 --> 1.23,1
security/hs-DRBG 0.5.2_1 --> 0.5.4
security/hs-HsOpenSSL 0.11_2 --> 0.11.1.1
security/hs-RSA 2.0.0_1 --> 2.1.0.1
security/hs-SHA 1.6.4.1_1 --> 1.6.4.2
security/hs-cipher-aes 0.2.8_1 --> 0.2.11
security/hs-cipher-aes128 0.6.4_1 --> 0.7.0.1
security/hs-clientsession 0.9.0.3_1 --> 0.9.1.1
security/hs-cprng-aes 0.5.2_1 --> 0.6.1
security/hs-crypto-api 0.13_1 --> 0.13.2
security/hs-crypto-conduit 0.5.4_1 --> 0.5.5
security/hs-crypto-numbers 0.2.3_1 --> 0.2.7
security/hs-crypto-pubkey 0.2.4_1 --> 0.2.8
security/hs-crypto-pubkey-types 0.4.2.2_1 --> 0.4.3
security/hs-crypto-random 0.0.7_1 --> 0.0.9
security/hs-entropy 0.3.2_1 --> 0.3.7
security/hs-gnutls 0.1.5_1 --> 0.2
security/hs-pwstore-fast 2.4.1_1 --> 2.4.4
security/hs-skein 1.0.9_1 --> 1.0.9.3
security/hs-tls 1.2.8_1 --> 1.3.1
security/hs-x509 1.4.11_1 --> 1.6.0
security/hs-x509-store 1.4.4_1 --> 1.6.0
security/hs-x509-system 1.4.5_1 --> 1.6.0
security/hs-x509-validation 1.5.0_1 --> 1.6.0
sysutils/hs-angel 0.5.0_1 --> 0.6.2
sysutils/hs-ekg 0.4.0.1_1 --> 0.4.0.8
sysutils/hs-ekg-core 0.1.0.1_1 --> 0.1.1.0
textproc/hs-Diff 0.3.0_1 --> 0.3.2
textproc/hs-HStringTemplate 0.7.3_1 --> 0.8.3
textproc/hs-HaXml 1.24.1_1 --> 1.25.3
textproc/hs-attoparsec 0.10.4.0_7 --> 0.12.1.6
textproc/hs-attoparsec-enumerator 0.3.3_1 --> 0.3.4
textproc/hs-blaze-html 0.7.0.2_1 --> 0.8.1.0
textproc/hs-blaze-markup 0.6.1.0_1 --> 0.7.0.2
textproc/hs-case-insensitive 1.1.0.3_1 --> 1.2.0.4
textproc/hs-citeproc-hs 0.3.9_1 --> 0.3.10
textproc/hs-double-conversion 0.2.0.6_7 --> 2.0.1.0
textproc/hs-feed 0.3.9.2_1 --> 0.3.10.0
textproc/hs-hexpat 0.20.6_1 --> 0.20.9
textproc/hs-highlighting-kate 0.5.11.1 --> 0.6
textproc/hs-hs-bibutils 5.0_6 --> 5.5
textproc/hs-html-conduit 1.1.0.5_1 --> 1.2.0
textproc/hs-hxt 9.3.1.4_1 --> 9.3.1.15
textproc/hs-hxt-charproperties 9.1.1.1_1 --> 9.2.0.1
textproc/hs-hxt-regex-xmlschema 9.1.0_7 --> 9.2.0.2
textproc/hs-hxt-unicode 9.0.2.2_1 --> 9.0.2.4
textproc/hs-lhs2tex 1.18.1_8 --> 1.19
textproc/hs-pandoc 1.13.2 --> 1.15.0.6
textproc/hs-pandoc-types 1.12.4.1_1 --> 1.12.4.5
textproc/hs-parsec 3.1.5_1 --> 3.1.9
textproc/hs-polyparse 1.9_6 --> 1.11
textproc/hs-stringsearch 0.3.6.5_1 --> 0.3.6.6
textproc/hs-tagsoup 0.13.1_1 --> 0.13.3
textproc/hs-tagstream-conduit 0.5.5.1_1 --> 0.5.5.3
textproc/hs-texmath 0.8.0.1 --> 0.8.3
textproc/hs-uri 0.1.6.2_1 --> 0.1.6.3
textproc/hs-xml 1.3.13_6 --> 1.3.14
textproc/hs-xml-conduit 1.2.1_1 --> 1.3.1
textproc/hs-xml-hamlet 0.4.0.9_1 --> 0.4.0.11
textproc/hs-xml-types 0.3.4_1 --> 0.3.6
textproc/hs-xmlhtml 0.2.3.2_1 --> 0.2.3.4
textproc/hs-yaml 0.8.8.4_1 --> 0.8.13
www/hs-DAV 1.0.1_1 --> 1.0.7
www/hs-HTTP 4000.2.10_1 --> 4000.2.20
www/hs-authenticate 1.3.2.9_1 --> 1.3.2.11
www/hs-cgi 3001.1.8.5_1,1 --> 3001.2.2.2,1
www/hs-cookie 0.4.1.2_1 --> 0.4.1.6
www/hs-gitit 0.10.6.1_1 --> 0.11.1
www/hs-hS3 0.5.8_1 --> 0.5.9
www/hs-happstack-server 7.3.7_1 --> 7.4.4
www/hs-heist 0.13.1.2_1 --> 0.14.1.1
www/hs-hjsmin 0.1.4.7_1 --> 0.1.5.0
www/hs-http-client 0.3.6.1_1 --> 0.4.20
www/hs-http-conduit 2.1.4_1 --> 2.1.8
www/hs-http-date 0.0.4_8 --> 0.0.6.1
www/hs-http-reverse-proxy 0.4.0.1_1 --> 0.4.2
www/hs-http-server 1.0.4_1 --> 1.0.6
www/hs-http-types 0.8.5_1 --> 0.8.6
www/hs-oeis 0.3.5_1 --> 0.3.6
www/hs-path-pieces 0.1.4_1 --> 0.2.0
www/hs-recaptcha 0.1.0.2_1 --> 0.1.0.3
www/hs-shakespeare 2.0.1.1_1 --> 2.0.5
www/hs-snap 0.13.2.8_1 --> 0.14.0.6
www/hs-snap-core 0.9.6.3_1 --> 0.9.7.2
www/hs-snap-server 0.9.4.5_1 --> 0.9.5.1
www/hs-wai 3.0.1.1_1 --> 3.0.3.0
www/hs-wai-app-static 3.0.0_1 --> 3.1.1
www/hs-wai-extra 3.0.1.2_1 --> 3.0.10
www/hs-wai-logger 2.2.0_1 --> 2.2.4.1
www/hs-warp 3.0.0.5_1 --> 3.1.3
www/hs-warp-tls 3.0.0_1 --> 3.1.1
www/hs-webkit 0.12.6.1_1 --> 0.13.1.3
www/hs-xss-sanitize 0.3.5.2_1 --> 0.3.5.6
www/hs-yesod 1.2.6.1_1 --> 1.4.1.5
www/hs-yesod-auth 1.3.4_1 --> 1.4.6
www/hs-yesod-auth-hashdb 1.3.0.1_1 --> 1.4.2.2
www/hs-yesod-bin 1.2.12.3_1 --> 1.4.13.3
www/hs-yesod-core 1.2.19_1 --> 1.4.13
www/hs-yesod-form 1.3.14_1 --> 1.4.4.1
www/hs-yesod-persistent 1.2.3_1 --> 1.4.0.3
www/hs-yesod-static 1.2.4_1 --> 1.5.0.2
www/hs-yesod-test 1.2.3.2_1 --> 1.4.3.1
x11-toolkits/hs-GLURaw 1.4.0.1_1 --> 1.5.0.1
x11-toolkits/hs-GLUT 2.5.1.1_1,1 --> 2.7.0.1,1
x11-toolkits/hs-OpenGL 2.9.2.0_1,1 --> 2.12.0.1,1
x11-toolkits/hs-OpenGLRaw 1.5.0.0_1 --> 2.5.1.0
x11-toolkits/hs-gtk 0.12.5.7_1 --> 0.13.9
x11-toolkits/hs-gtk2hs 0.12.5_1,1 --> 0.13,1
x11-toolkits/hs-gtksourceview2 0.12.5.0_1 --> 0.13.1.3
x11-toolkits/hs-pango 0.12.5.3_1 --> 0.13.1.0
x11-toolkits/hs-vte 0.12.5.0_1 --> 0.13.0.2
x11-toolkits/hs-wx 0.90.1.0_1 --> 0.91.0.0
x11-toolkits/hs-wxc 0.90.1.1_1 --> 0.91.0.0
x11-toolkits/hs-wxcore 0.90.1.1_1 --> 0.91.0.0
x11-toolkits/hs-wxdirect 0.90.1.1_1 --> 0.91.0.0
x11-wm/hs-xmonad 0.11_10 --> 0.11.1
x11-wm/hs-xmonad-contrib 0.11.3_2 --> 0.11.4
x11/hs-xmobar 0.21_1 --> 0.23.1
Removed ports (14):
devel/hs-MaybeT Support for computations with failures (deprecated)
devel/hs-geniplate Use template Haskell to generate Uniplate-like
functions (upstream support is discontinued)
devel/hs-glade Binding to the glade library (upstream support is
discontinued)
devel/hs-haskell-platform The Haskell Platform (it is not tracked any more)
devel/hs-ranges Ranges and various functions on them (deprecated)
devel/hs-testpack Test Utility Pack for HUnit and QuickCheck
(upstream is unmaintained)
graphics/hs-soegtk GUI functions as used in the book "The Haskell
School of Expression" (upstream support is
discontinued)
lang/hs-epic Compiler for a simple functional language (it is
not needed any more)
math/hs-nats Natural numbers (it has been merged into the base
library of GHC)
multimedia/hs-gstreamer Binding to the GStreamer open source multimedia
framework (upstream support is discontinued) [2]
www/hs-scgi Haskell library for writing SCGI programs
(deprecated)
www/hs-yesod-platform Meta package for Yesod (upstream support is
discontinued)
www/hs-yesod-routes Effective routing for Yesod (upstream support is
discontinued)
x11-toolkits/hs-gtkglext Binding to the GTK+ OpenGL Extension (upstream
support is discontinued)
PR: 181049 [1]
PR: 197925 [2]
PR: 200684 [3]
Submitted by: arrowdodger <6yearold@gmail.com> [1]
Obtained from: FreeBSD Haskell
|
Sunday, 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>
|
Thursday, 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>
|
Wednesday, 5 Aug 2015
|
19:13 kwm
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
|
Sunday, 26 Jul 2015
|
15:04 feld
security/sshguard-null
portable do-nothing backend for applying detection but not prevention
PR: 201323
|
Saturday, 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
|
Monday, 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
|
Friday, 17 Jul 2015
|
15:49 makc
security/pinentry:
- Add GNOME 3 pinentry dialog
|
Thursday, 16 Jul 2015
|
08:42 tijl
Add a new port for mbed TLS 2.0.0 (formerly polarssl)
|
Wednesday, 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.
|
Tuesday, 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.
|
Saturday, 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
|
Number of commits found: 2386 (showing only 100 on this page) |