Commit graph

834 commits

Author SHA1 Message Date
pho
87e3139b27 Add hs-hackage-security 2020-01-19 01:55:24 +00:00
pho
07901a377b Add hs-ed25519 2020-01-18 23:30:42 +00:00
pho
17bff0d900 Add hs-cryptohash-sha256 2020-01-18 15:26:22 +00:00
pho
1477700997 Add hs-SHA 2020-01-17 15:26:16 +00:00
pho
011350cb52 Add hs-x509-system 2020-01-17 14:41:38 +00:00
pho
0da19f13ed Add hs-tls 2020-01-17 13:38:35 +00:00
pho
7b1785d533 Add hs-x509-validation 2020-01-17 13:07:15 +00:00
pho
ebebf5ed99 Add hs-x509-store 2020-01-17 12:41:24 +00:00
pho
1f8527d038 Add hs-x509 2020-01-17 00:54:04 +00:00
pho
072afaf575 Add hs-pem 2020-01-17 00:44:53 +00:00
pho
57225c02cc Add hs-cryptonite 2020-01-17 00:18:07 +00:00
schmonz
816600aad1 Add and enable pius. 2020-01-13 20:40:14 +00:00
nia
f3e83a26fc security: Remove seahorse-plugins.
Old GNOME 2 component. This is no longer part of GNOME.
Plugins for GNOME are no longer maintained alongside the seahorse client.
2020-01-04 14:04:29 +00:00
triaxx
e4a43216e5 security: added py-certbot-dns-digitalocean version 1.0.0 2019-12-30 19:44:33 +00:00
adam
b770b1efcf py-argon2-cffi: updated to 19.2.0
19.2.0:
Backward-incompatible changes:
- Python 3.4 is not supported anymore.
  It has been unsupported by the Python core team for a while now and its PyPI downloads are negligible.
  It's very unlikely that ``argon2-cffi`` will break under 3.4 anytime soon, but we don't test it and don't ship binary wheels for it anymore.

Changes:
- The dependency on ``enum34`` is now protected using a PEP 508 marker.
  This fixes problems when the sdist is handled by a different interpreter version than the one running it.
2019-11-13 21:12:20 +00:00
jnemeth
c6dd6fb5a5 add and enable opendnssec2 2019-11-07 03:28:19 +00:00
ng0
32270bbf5f Add security/go-xxhash version 2.1.0
Go implementation of the 64-bit xxHash algorithm (XXH64).

This implementation provides a fast pure-Go implementation
and an even faster assembly implementation for amd64.
2019-11-06 11:26:49 +00:00
he
b6e5076c82 Add softhsm2. 2019-11-06 10:15:32 +00:00
nia
096260f134 Remove security/keepassx0 successor security/keepassxc 2019-10-29 09:17:37 +00:00
bouyer
b5525405d9 Add qt5-qtkeychain 2019-10-28 18:51:37 +00:00
agc
57a461e2ef Import libstark-20191018 into the packages collection
The libSTARK library implements scalable and transparent argument of
	knowledge (STARK) systems.  These systems can be executed with, or
	without, zero knowledge (ZK), and may be designed as either
	interactive or non-interactive protocols.  The theoretical
	constructions which this library implements are described in detail in
	the zk-STARK paper:

	Scalable, transparent, and post-quantum secure computational integrity
	Eli Ben-Sasson and Iddo Bentov and Yinon Horesh and Michael Riabzev

		https://eprint.iacr.org/2018/046
2019-10-28 17:46:58 +00:00
nia
fdbb1b2c90 Remove security/keepassx successor security/keepassxc 2019-10-25 11:14:32 +00:00
wiz
666b611d27 base: remove
Last update in 2009, homepage not reachable; only builds with php-5.6
but one of it's dependencies is per default built against a newer php,
so this can't even build.
2019-09-26 09:39:24 +00:00
ng0
3bbc6442c8 security/doas: Add version 6.1 (from wip)
doas is a port of OpenBSD's doas which runs on FreeBSD, Linux and
NetBSD.

The doas utility is a program originally written for OpenBSD which
allows a user to run a command as though they were another
user. Typically doas is used to allow non-privleged users to run
commands as though they were the root user. The doas program acts as
an alternative to sudo, which is a popular method in the Linux
community for granting admin access to specific users.

The doas program offers two benefits over sudo: its configuration file
has a simple syntax and it is smaller, requiring less effort to audit
the code. This makes it harder for both admins and coders to make
mistakes that potentially open security holes in the system.
2019-08-23 23:00:50 +00:00
fcambus
5df1056f86 Add minisign. 2019-08-14 15:52:21 +00:00
brook
27f0f96b28 xca: initial commit
X - Certificate and Key management

This application is intended for creating and managing X.509
certificates, certificate requests, RSA, DSA and EC private keys,
Smartcards and CRLs.  Everything that is needed for a CA is
implemented.  All CAs can sign sub-CAs recursively. These certificate
chains are shown clearly.  For an easy company-wide use there are
customiseable templates that can be used for certificate or request
generation.

All cryptographic data is stored in a SQL database. SQLite, MySQL
(MariaDB) and PostgreSQL databases are supported.
2019-08-13 02:39:45 +00:00
fox
90d1bf4b29 Added libdecaf to Makefile SUBDIRs. 2019-08-11 16:52:12 +00:00
brook
4ea9524484 R-openssl: initial commit
Bindings to OpenSSL libssl and libcrypto, plus custom SSH key parsers.
Supports RSA, DSA and EC curves P-256, P-384, P-521, and curve25519.
Cryptographic signatures can either be created and verified manually
or via x509 certificates. AES can be used in cbc, ctr or gcm mode for
symmetric encryption; RSA for asymmetric (public key) encryption or EC
for Diffie Hellman. 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.
2019-08-09 19:04:57 +00:00
brook
35e154a57a R-askpass: initial commit
Cross-platform utilities for prompting the user for credentials or a
passphrase, for example to authenticate with a server or read a
protected key. Includes native programs for MacOS and Windows, hence
no 'tcltk' is required. Password entry can be invoked in two different
ways: directly from R via the askpass() function, or indirectly as
password-entry back-end for 'ssh-agent' or 'git-credential' via the
SSH_ASKPASS and GIT_ASKPASS environment variables. Thereby the user
can be prompted for credentials or a passphrase if needed when R calls
out to git or ssh.
2019-08-09 19:02:20 +00:00
adam
87ece14ae7 Added security/py-google-auth, security/py-google-auth-httplib2, security/py-google-auth-oauthlib 2019-07-02 12:02:50 +00:00
bsiegert
ff5e9548aa +libb2 2019-06-22 18:54:24 +00:00
triaxx
f92a388cd1 Import py-certbot-dns-linode py-cerbot-dns-google py-certbot-dns-gehirn
py-certbot-dns-dnsmadeeasy py-certbot-dns-dnsimple
2019-06-11 21:14:43 +00:00
wiz
825cd8dfa9 uvscan: remove
Distfile does not exist and was not redistributable.
Package was marked BROKEN for this reason for some time.
Newer version available, package could be re-added if someone is interested.
(Last update was 2007.)
2019-05-02 08:53:00 +00:00
adam
acaeb919da go-asn1-ber: added version 1.3
ASN1 BER Encoding/Decoding Library for the GO programming language.
2019-04-08 16:14:51 +00:00
leot
ce2c12cbde security: Add monocypher 2019-03-21 13:33:41 +00:00
taca
74e061bec6 security/Makefile: remove f-prot-antivirus6* 2019-03-03 15:21:03 +00:00
triaxx
a9c25afaa0 py-certbot-dns-luadns: add version 0.31.0
LuaDNS Authenticator plugin for Certbot
2019-02-23 20:33:16 +00:00
triaxx
e4f2ae30e8 py-certbot-dns-nsone: add version 0.31.0
NS1 DNS Authenticator plugin for Certbot
2019-02-23 20:27:47 +00:00
jnemeth
5d6868cc21 add and enable pinentry-fltk 2019-02-14 05:38:57 +00:00
adam
79e7b63a9f py-acme,py-certbot*: updated to 0.31.0
0.31.0:

Added
Avoid reprocessing challenges that are already validated when a certificate is issued.
Support for initiating (but not solving end-to-end) TLS-ALPN-01 challenges with the acme module.

Changed
Certbot's official Docker images are now based on Alpine Linux 3.9 rather than 3.7. The new version comes with OpenSSL 1.1.1.
Lexicon-based DNS plugins are now fully compatible with Lexicon 3.x (support on 2.x branch is maintained).
Apache plugin now attempts to configure all VirtualHosts matching requested domain name instead of only a single one when answering the HTTP-01 challenge.

Fixed
Fixed accessing josepy contents through acme.jose when the full acme.jose path is used.
Clarify behavior for deleting certs as part of revocation.
Despite us having broken lockstep, we are continuing to release new versions of all Certbot components during releases for the time being, however, the only package with changes other than its version number was:

acme
certbot
certbot-apache
certbot-dns-cloudxns
certbot-dns-dnsimple
certbot-dns-dnsmadeeasy
certbot-dns-gehirn
certbot-dns-linode
certbot-dns-luadns
certbot-dns-nsone
certbot-dns-ovh
certbot-dns-sakuracloud
More details about these changes can be found on our GitHub repo.
2019-02-12 12:56:31 +00:00
tpaul
2977536a98 security/scm-blackbox: Import version 1.20181219
Safely store secrets in a VCS repo (i.e. Git, Mercurial, Subversion or
Perforce). These commands make it easy for you to Gnu Privacy Guard (GPG)
encrypt specific files in a repo so they are "encrypted at rest" in your
repository. However, the scripts make it easy to decrypt them when you need
to view or edit them, and decrypt them for use in production. Originally
written for Puppet, BlackBox now works with any Git or Mercurial repository.
2019-01-18 04:44:28 +00:00
triaxx
93cdc72138 security: add py-certbot plugins
* py-certbot-dns-ovh
* py-certbot-dns-sakuracloud
* py-certbot-nginx
2019-01-15 12:08:46 +00:00
triaxx
9649f6f845 security: add py-certbot-dns-route53 2019-01-15 09:39:26 +00:00
schmonz
7bbb040bd9 Add and enable go-mkcert. 2019-01-13 04:24:18 +00:00
bsiegert
e3fb23dd8e Import gcr-3.28.0nb1 from wip.
GCR is a library for displaying certificates, and crypto UI, accessing
key stores. It also provides the viewer for crypto files on the GNOME
desktop.

GCK is a library for accessing PKCS#11 modules like smart cards, in a
(G)object oriented way.
2018-12-11 12:36:28 +00:00
ryoon
54aa29b010 Enable acmesh 2018-11-22 13:09:42 +00:00
adam
210800f5a9 py-trustme: added version 0.4.0
trustme is a tiny Python package that does one thing: it gives you a fake
certificate authority (CA) that you can use to generate fake TLS certs to use
in your tests. Well, technically they're real certs, they're just signed by
your CA, which nobody trusts. But you can trust it. Trust me.
2018-09-06 13:36:16 +00:00
adam
68c7635d39 Removed py-oauth, py-oauth2 2018-09-05 09:21:51 +00:00
adam
1cfd1115df py-py-bcrypt: removed; successor py-bcrypt 2018-08-28 11:47:52 +00:00
triaxx
b40eb97620 Import www/py-certbot-dns-rfc2136 2018-07-24 09:17:08 +00:00
jaapb
505256c570 Added ocaml-safepass to Makefile SUBDIRs 2018-06-05 15:54:20 +00:00
bsiegert
c7be67a9da New package, py-google-reauth-0.1.0.
Part of PR pkg/52941.

This library provides Reauth support to Google's authentication
libraries for Python. Reauth allows using two-factor authentication for
end-user credentials.
2018-05-30 16:26:31 +00:00
bsiegert
ce7b363b4f New package, py-u2f-0.1.4. Part of PR pkg/52941.
pyu2f is a python based U2F host library for Linux, Windows, and MacOS.
It provides functionality for interacting with a U2F device over USB.

pyu2f uses ctypes to make system calls directly to interface with the
USB HID device. This means that no platform specific shared libraries
need to be compiled for pyu2f to work.

By default pyu2f will use its own U2F stack implementation to sign
requests. If desired, pyu2f can offload signing to a pluggable command
line tool.
2018-05-30 16:09:52 +00:00
minskim
f537b8af50 security/Makefile: Add ruby-openssl-ccm 2018-05-03 22:13:49 +00:00
wen
2e0dcf4164 Add p5-Crypt-OpenSSL-Guess. 2018-04-19 06:50:42 +00:00
jnemeth
a9607c53b3 sort 2018-04-05 05:20:59 +00:00
minskim
b47c072a9c security/Makefile: Add py-OTXv2 2018-04-03 14:33:54 +00:00
wiz
e4e2453b54 security/Makefile: + keepassxc 2018-04-02 08:45:51 +00:00
jnemeth
7d790bed65 sort 2018-03-15 05:08:07 +00:00
bsiegert
9f189bf98d Remove go-crypto-acme. Replacement: go-crypto.
The two packages have been re-merged after the removal of a circular
dependency.
2018-03-11 20:49:04 +00:00
maya
92b3a24b9a p5-Data-Password-passwdqc: new package
Data::Password::passwdqc provides an object oriented Perl interface
to Openwall Project's passwdqc. It allows you to check password
strength and also lets you generate quality controllable random
password.
2018-03-11 12:08:18 +00:00
maya
2f53b69f4c p5-Crypt-SMIME: new package
p5-Crypt-SMIME is a perl5 module that provides a class for handling S/MIME
messages.  It can sign, verify, encrypt and decrypt messages.
2018-03-11 11:09:16 +00:00
adam
64d070a4ed py-libnacl: added version 1.6.1
This library is used to gain direct access to the functions exposed by Daniel
J. Bernstein's nacl library via libsodium. It has been constructed to maintain
extensive documentation on how to use nacl as well as being completely
portable. The file in libnacl/__init__.py can be pulled out and placed directly
in any project to give a single file binding to all of nacl.
2018-03-08 08:13:03 +00:00
fhajny
418c5e041b Import Net::SFTP 0.11 as security/p5-Net-SFTP.
This is Net::SFTP, a module implementing a client for the Secure
File Transfer Protocol.
2018-02-20 14:08:29 +00:00
fhajny
03baf2ce65 Import duo_unix 1.10.1 as security/duo_unix.
Duo two-factor authentication for Unix systems.
2018-02-16 07:20:56 +00:00
markd
0d68fa453c security: add qgpgme 2018-01-31 11:37:16 +00:00
markd
ac8fb0942e security: add qca2-qt5{,-gnupg,-ossl} 2018-01-31 09:16:33 +00:00
bsiegert
f918d62e6f New package, py-crcmod.
The software in this package is a Python module for generating objects that
compute the Cyclic Redundancy Check (CRC). There is no attempt in this package
to explain how the CRC works. There are a number of resources on the web that
give a good explanation of the algorithms.

This package allows the use of any 8, 16, 24, 32, or 64 bit CRC. You can
generate a Python function for the selected polynomial or an instance of the
Crc class which provides the same interface as the md5 and sha modules from the
Python standard library. A Crc class instance can also generate C/C++ source
code that can be used in another application.

Part of PR pkg/52941.
2018-01-30 19:07:48 +00:00
fhajny
95130c03ad Import josepy-1.0.1 as security/py-josepy.
JOSE protocol implementation in Python using cryptography.
2018-01-22 13:30:08 +00:00
jnemeth
1902c33594 add and enable lynis 2018-01-18 04:57:22 +00:00
wiz
67ea766c4c apache22: remove, it was eol'd in June 2017
Remove packages that only work with apache22.
Remove apache22 references.
2018-01-01 10:23:04 +00:00
jnemeth
032298222a sort 2017-12-21 07:12:39 +00:00
leot
431fc65a5d security/Makefile: Add py-keyrings.alt 2017-12-19 11:55:52 +00:00
jdolecek
a5d52cdc21 reimport php-ssh2 as php-ssh2-0, to prepare for update of php-ssh2 to newer version which doesn't support PHP 5.6 any more 2017-12-19 10:04:06 +00:00
fhajny
0d401ab265 Enable security/erlang-jose 2017-12-14 21:05:45 +00:00
jnemeth
bcc39c82dd add and enable easy-rsa 2017-12-04 06:19:37 +00:00
bsiegert
7de6e0e8c0 Add 2fa version 20171122.
From DESCR:

2fa is a two-factor authentication agent.

"2fa -add name" adds a new key to the 2fa keychain with the given name. It
prints a prompt to standard error and reads a two-factor key from standard
input. Two-factor keys are short case-insensitive strings of letters A-Z and
digits 2-7.

"2fa name" prints a two-factor authentication code from the key with the
given name.

With no arguments, "2fa" prints two-factor authentication codes from all
known time-based keys.

The default time-based authentication codes are derived from a hash of the
key and the current time, so it is important that the system clock have at
least one-minute accuracy.

The keychain is stored unencrypted in the text file "$HOME/.2fa".
2017-11-27 18:47:09 +00:00
jdolecek
6c5a2917bb Add php-sodim - php module for libsodium library, new module for PHP 7.2 2017-11-15 08:58:35 +00:00
adam
270030f46c py-asyncssh: added version 1.11.0
AsyncSSH is a Python package which provides an asynchronous client and server
implementation of the SSHv2 protocol on top of the Python 3.4+ asyncio
framework.
2017-10-30 18:21:20 +00:00
minskim
99373de2e5 security/Makefile: Add ruby-openvas-omp 2017-10-17 19:39:19 +00:00
minskim
6794e1cfcb security/Makefile: Add ruby-nessus_rest 2017-10-17 18:33:52 +00:00
minskim
aed3bc53b8 security/Makefile: Add ruby-nexpose 2017-10-17 18:17:51 +00:00
minskim
d1d343be37 security/Makefile: Add ruby-rbnacl 2017-10-16 17:20:00 +00:00
minskim
2fc79726e5 security/Makefile: Add ruby-bcrypt_bpkdf 2017-10-16 17:05:07 +00:00
minskim
cceff1076e security/Makefile: Add ruby-rex-exploitation 2017-10-13 19:02:40 +00:00
minskim
70e506c77b security/Makefile: Add ruby-rex-encoder 2017-10-13 18:52:25 +00:00
minskim
9c424e599e security/Makefile: Add ruby-rex-rop_builder 2017-10-13 18:39:45 +00:00
minskim
b6aa8e309e security/Makefile: Add ruby-rex-sslscan 2017-10-13 18:32:16 +00:00
minskim
059fbd3d2c security/Makefile: Add ruby-rex-socket 2017-10-13 18:23:32 +00:00
minskim
9e77fc7b16 security/Makefile: Add ruby-rex-bin_tools 2017-10-13 18:12:59 +00:00
minskim
53a13a545f security/Makefile: Add ruby-rex-nop 2017-10-13 17:59:46 +00:00
minskim
b560013626 security/Makefile: Add ruby-rex-registry 2017-10-13 17:49:24 +00:00
minskim
e314f231c7 security/Makefile: Add ruby-rex-zip 2017-10-13 17:42:38 +00:00
minskim
e07a39917c security/Makefile: Add ruby-rex-mime 2017-10-13 17:08:07 +00:00
minskim
2363665c37 security/Makefile: Add ruby-rex-ole 2017-10-13 16:29:35 +00:00
minskim
c4c172dfa7 security/Makefile: Add ruby-rex-java 2017-10-13 16:15:19 +00:00
minskim
dc5b6ea166 security/Makefile: Add ruby-rex-arch 2017-10-13 16:00:06 +00:00
minskim
d9c2a241b5 security/Makefile: Add ruby-rex-core 2017-10-12 16:19:18 +00:00
adam
ccca74e315 PyNaCl is a Python binding to libsodium, which is a fork of the Networking and
Cryptography library. These libraries have a stated goal of improving
usability, security and speed.
2017-10-12 12:35:34 +00:00
minskim
c9db389d67 security/Makefile: Add ruby-rubyntlm 2017-10-03 15:57:06 +00:00
minskim
5bc5fc2d73 security/Makefile: Add ruby-rex-powershell 2017-09-29 17:16:13 +00:00
minskim
89cc479013 security/Makefile: Add ruby-rex-random_identifier 2017-09-29 16:52:46 +00:00
minskim
e2356a026c security/Makefile: Add ruby-rex-text 2017-09-29 16:26:15 +00:00
minskim
7fbb02da30 security/Makefile: Add ruby-metasploit-payloads 2017-09-29 15:46:17 +00:00
wiz
06bd0ca307 *: remove qt3 and the packages using it, including KDE3
Announced in https://mail-index.netbsd.org/pkgsrc-users/2017/09/10/msg025556.html
2017-09-26 10:26:54 +00:00
minskim
ef647daef5 security/Makefile: Add ruby-metasploit-model 2017-09-14 19:44:15 +00:00
minskim
264b760307 security/Makefile: Add ruby-metasploit-concern 2017-09-14 17:47:29 +00:00
minskim
72cc3e014e security/Makefile: Add ruby-jsobfu 2017-09-14 17:01:08 +00:00
joerg
ec1ce0d5b8 + py-ntlm-auth
+ py-requests-ntlm
2017-09-04 18:58:50 +00:00
wiz
04b69ce56d Remove dirmngr, part of security/gnupg2 now. 2017-08-29 13:04:33 +00:00
wiz
ecd295ef31 Remove gnupg21, successor gnupg2. 2017-08-29 12:12:54 +00:00
he
298b28a47b Add p5-Crypt-Curve25519. 2017-08-23 13:46:44 +00:00
gavan
680bc78024 2 new packages in security 2017-08-17 02:00:31 +00:00
jperkin
bfdabfde21 Add lastpass-cli. 2017-08-16 15:19:05 +00:00
wiz
e23d36b730 Remove bunny, deprecated by upstream in favor of afl. 2017-08-01 16:54:40 +00:00
adam
a2f1711aa0 Argon2 won the Password Hashing Competition and argon2_cffi is the simplest
way to use it in Python and PyPy.
2017-07-26 08:33:51 +00:00
adam
c50fc3f4a2 Mohawk is an alternate Python implementation of the Hawk HTTP authorization
scheme.

Hawk lets two parties securely communicate with each other using messages
signed by a shared key. It is based on HTTP MAC access authentication (which
was based on parts of OAuth 1.0).

The Mohawk API is a little different from that of the Node library (i.e. the
living Hawk spec). It was redesigned to be more intuitive to developers, less
prone to security problems, and more Pythonic.
2017-07-03 21:03:29 +00:00
minskim
a50518c95c Add ruby-sshkey 2017-06-22 00:57:46 +00:00
jnemeth
d51943df9b sort 2017-06-08 04:39:23 +00:00
jnemeth
0dba90d8b7 sort 2017-06-01 03:51:34 +00:00
jym
7d060ca17d Hook pinentry-mac to the build. 2017-05-31 12:21:03 +00:00
markd
95424eae50 Add py-requests-kerberos 2017-04-23 05:40:08 +00:00
taca
a934eb428b Delete libprelude-ruby. 2017-04-22 17:49:19 +00:00
mef
4185f90c42 Added security/p5-CryptX version 0.047 2017-04-07 00:09:14 +00:00
wiz
38e31afcd8 + bearssl 2017-04-01 17:02:08 +00:00
fhajny
849b5d7520 Remove erlang-p1_pam in favor of erlang-epam. 2017-03-30 14:53:38 +00:00
bsiegert
444ae3514b New package go-crpyto-acme, a spin-off from go-crypto to get rid of the
circular dependency from PR pkg/52081.
2017-03-20 22:36:49 +00:00
taca
d89090c0da Add and enable php-pecl-mcrypt. 2017-03-20 16:44:46 +00:00
leot
fbb264e40a + sqlmap 2017-03-13 11:26:40 +00:00
wiz
665c1bf9c9 + py-asn1crypto 2017-03-13 09:39:41 +00:00
nils
901b79df94 add and enable dehydrated 2017-03-10 08:31:56 +00:00
minskim
bde7c4f6b3 Add ruby-rex-struct2 2017-03-08 22:39:01 +00:00
minskim
ad24b3720d Add ruby-metasploit_payloads-mettle 2017-02-20 23:26:40 +00:00
khorben
19070e7f60 Register py-acme-tiny 2017-02-14 00:39:17 +00:00
joerg
e47e98d10b + py-oath 2017-02-07 01:26:14 +00:00
wiz
928229f193 + py-cryptography_vectors 2017-01-28 01:19:06 +00:00
maya
ab7c1e64b5 Add py-cryptodome. 2016-12-30 22:34:14 +00:00
jnemeth
234594af87 sort 2016-12-08 02:56:11 +00:00
rodent
a71bc063ac It's time to make Tryton great again. This update is YUGE. There are 71
new packages. Most of which are the remaining modules of the Tryton
platform which weren't packaged. The others are dependencies of the new
modules. This was tested on FreeBSD and is based in large part on Richard
Palo's (richard@) work. This is the most recent release of the Tryton
platform, version 4.2. There's a very large list of changes from the 3.8
series we have in pkgsrc. If you're interested, those functional changes
can be found here:

http://www.tryton.org/posts/new-tryton-release-42.html
http://www.tryton.org/posts/new-tryton-release-40.html
2016-12-04 21:12:58 +00:00
sevan
19a2901758 Remove ap-modsecurity. 2016-10-23 02:07:33 +00:00
taca
c0f13e6c4f Add and enable ruby-airbrussh. 2016-10-17 15:43:24 +00:00
wiz
64f23ebcb7 + py-pbkdf2, py-slowaes 2016-09-02 16:43:20 +00:00
taca
72f4121f18 Add and enable pear-Crypt_GPG. 2016-08-21 08:27:03 +00:00
agc
e42dc9db1e Add p5-Netpgp-Verify version 20160814 to the Packages Collection.
These are the perl5 bindings for libnetpgpverify.

	These bindings allow OpenPGP (RFC 4880), including PGP and GPG, and
	SSH signatures on files and data to be verified.
2016-08-15 06:18:34 +00:00
agc
c94285e671 Add py-gssapi-1.2.0 to the Packages Collection.
Python-GSSAPI provides both low-level and high level wrappers around
	the GSSAPI C libraries.  While it focuses on the Kerberos mechanism,
	it should also be useable with other GSSAPI mechanisms.

	Python-GSSAPI is composed of two parts:  a low-level C-style API which
	thinly wraps the underlying RFC 2744 methods, and a high-level,
	Pythonic API (which is itself a wrapper around the low-level API).
	Examples may be found in the examples directory.

	The low-level API lives in gssapi.raw.  The methods contained therein
	are designed to match closely with the original GSSAPI C methods.  All
	relevant methods and classes may be imported directly from gssapi.raw.
	Extension methods will only be imported if they are present.

	The high-level API lives directly under gssapi.  The classes contained
	in each file are designed to provide a more Pythonic, Object-Oriented
	view of GSSAPI.  The exceptions from the low-level API, plus several
	additional exceptions, live in gssapi.exceptions.  The rest of the
	classes may be imported directly from gssapi.  Only classes are
	exported by gssapi - all functions are methods of classes in the
	high-level API.
2016-07-24 18:49:35 +00:00
wiz
985c7c72df Remove libassuan, no users left in pkgsrc.
Everyone uses libassuan2.
2016-07-17 17:36:52 +00:00
rillig
2813d27231 Added bunny. 2016-07-09 21:45:22 +00:00
prlw1
3a43b02001 Add ecap_clamav_adapter 2.0.0
This eCAP adapter checks HTTP request and response bodies using the ClamAV
antivirus library and denies access to messages with detected viruses.
2016-06-18 10:18:57 +00:00
fhajny
9ff6012569 Enable security/mbedtls1 2016-06-16 09:22:18 +00:00
kamil
b1b2ddea35 Add security/py-aes 2016-06-14 07:59:09 +00:00