Commit graph

9119 commits

Author SHA1 Message Date
adam
e273a2072d py-cryptography[_vectors]: updated to 2.1.3
2.1.3:
Updated Windows, macOS, and manylinux1 wheels to be compiled with OpenSSL 1.1.0g.
2017-11-03 10:36:12 +00:00
minskim
aad293fd54 security/yara: Needs OpenSSL to build 2017-11-01 19:29:30 +00:00
adam
79f750fbb6 py-requests-ntlm: updated to 1.1.0
1.1.0:
Correct behaviour when parsing a UPN passed in as the username
Enhanced the CBT hashes when using a certificate that has a hash algorithm that is greater than sha256
2017-10-31 08:27:55 +00:00
adam
49230339d5 py-ntlm-auth: updated to 1.0.6
Changes 1.0.6:
* More changes to packaging to better handle copyright and licensing
2017-10-31 08:27:03 +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
adam
960b446f05 py-gssapi: enable all Python versions; fixed PLIST for different KRB5_TYPE 2017-10-30 18:17:13 +00:00
adam
8aab303a9a py-m2crypto: updated to 0.27.0
0.27.0:
- Fix licence: it is MIT, not BSD
- At least minimal support of SNI in httpslib.
- Small bugfixes and cleanups.
- More effort to make build system more robust (now should work even on
  Debian LTS).
- Restore m2.rsa_set_e() and m2.rsa_set_n().
- Make sure that every exceptional return throws and exception and vice
  versa.
2017-10-26 07:08:10 +00:00
adam
1be5bf6c36 Updated HOMEPAGE 2017-10-25 06:38:53 +00:00
adam
ee968357b5 py-cryptography[_vectors]: updated to 2.1.2
2.1.2:
Corrected a bug with the manylinux1 wheels where OpenSSL's stack was marked executable.
2017-10-25 03:53:05 +00:00
adam
d85ca9d7c5 py-oauthlib: update to 2.0.6
2.0.6:
* 2.0.5 contains breaking changes.
2017-10-22 20:29:56 +00:00
jperkin
063acb04a4 netpgpverify: Update to 20171019.
Changes since 20170201:

  + Don't overwrite error messages generated by time checks, now the correct
    error is printed instead of the generic "Signature does not match".

  + Remove extraneous newlines from time check errors.

Ok'd agc@
2017-10-19 08:23:21 +00:00
adam
c7e7bed30b py-oauthlib: update to 2.0.5
2.0.5:
* Fix OAuth2Error.response_mode
* Documentation improvement
2017-10-19 06:28:40 +00:00
adam
072c38ba60 py-keyring: update to 10.4.0
10.4.0
In Kwallet, pass mainloop to SessionBus.
Unpin pywin32-ctypes, but blacklist known incompatible versions.
2017-10-18 07:22:53 +00:00
minskim
99373de2e5 security/Makefile: Add ruby-openvas-omp 2017-10-17 19:39:19 +00:00
minskim
64a183d46f securitiy/ruby-openvas-omp: Import version 0.0.4
This library is used for communication with OpenVAS manager over
OMP. You can start, stop, pause and resume scan. Watch progress and
status of scan, download report, etc.
2017-10-17 19:38:12 +00:00
minskim
6794e1cfcb security/Makefile: Add ruby-nessus_rest 2017-10-17 18:33:52 +00:00
minskim
c0a79151b0 security/ruby-nessus_rest: Import version 0.1.6
Ruby library for Nessus (version 6+) JSON/REST interface. This library
is used for communication with Nessus over REST interface. You can
start, stop, pause and resume scan. Watch progress and status of scan,
download report, etc.
2017-10-17 18:33:09 +00:00
minskim
aed3bc53b8 security/Makefile: Add ruby-nexpose 2017-10-17 18:17:51 +00:00
minskim
c27c36eb7e security/ruby-nexpose: Import version 7.1.1
nexpose is the official gem package for the Ruby Nexpose API client
library.
2017-10-17 18:15:18 +00:00
fhajny
422b7c8b20 Update security/erlang-fast_tls to 1.0.16.
- Updating p1_utils to version 1.0.10.
- Fix couple memory leaks
- Make ECDH work on openssl < 1.0.2
- Add SNI and ALPN support for client connections
2017-10-17 14:48:53 +00:00
wiz
5b071020ad p5-CryptX: update to 0.054.
0.054   2017-10-12
        - fix Crypt::PK::DSA verify
        - libtomcrypt updated to 1.18 (+ some extra patches)
        - documentation fixes
2017-10-17 09:44:49 +00:00
minskim
d1d343be37 security/Makefile: Add ruby-rbnacl 2017-10-16 17:20:00 +00:00
minskim
bd74a0ca3c security/ruby-rbnacl: Import version 4.0.2
A Ruby binding to the state-of-the-art Networking and Cryptography
library by Daniel J. Bernstein. This is NOT Google Native Client. This
is a crypto library.
2017-10-16 17:19:13 +00:00
minskim
2fc79726e5 security/Makefile: Add ruby-bcrypt_bpkdf 2017-10-16 17:05:07 +00:00
minskim
d3d9d5c5a8 security/ruby-bcrypt_pbkdf: Import version 1.0.0
bcrypt_pbkdf is a ruby gem implementing bcrypt_pbkdf from
OpenBSD. This is currently used by net-ssh to read password encrypted
Ed25519 keys.
2017-10-16 17:04:11 +00:00
prlw1
d59c698db2 Revert buildtool.mk additions for glib-{mkenums,genmarshal} using packages
Add TOOL_DEPENDS+=glib2-tools to glib2/buildlink3.mk
2017-10-15 23:19:10 +00:00
prlw1
c7d3d5b5d2 Put gdbus-codgen back into operation
- Revert "Move gdbus-codegen users to py-glib2-tools by including
  glib2/buildtools.mk" 1f764df
- while here change to TOOL_DEPENDS
- switch from py-glib2-tools to glib2-tools
2017-10-15 22:31:01 +00:00
wen
a713936867 Update to 1.00
Upstream changes:
1.00  Sat Oct 14 18:08:10 MST 2017
	- promoted to major release version 1.0
		-- module stable enough not to be considered draft
	- fixed alignment issue in BITS mode of addfile
		-- surfaced only for large non-aligned inputs
2017-10-15 04:11:04 +00:00
prlw1
434071af1d policykit-gnome: requires py-glib2-tools to build 2017-10-14 21:14:13 +00:00
prlw1
c127ef7e23 polkit: requires glib-mkenums which is now in py-glib2-tools 2017-10-13 22:04:44 +00:00
minskim
cceff1076e security/Makefile: Add ruby-rex-exploitation 2017-10-13 19:02:40 +00:00
minskim
93fcf72186 security/ruby-rex-exploitation: Import version 0.1.15
Ruby Exploitation library for various exploitation helpers This gem
contains various helper mechanisms for creating exploits. This
includes SEH Overwrite helpers, egghunters, command stagers and more.
2017-10-13 19:02:05 +00:00
minskim
70e506c77b security/Makefile: Add ruby-rex-encoder 2017-10-13 18:52:25 +00:00
minskim
857890c8b6 security/ruby-rex-encoder: Import version 0.1.4
This library provides the basis for all of the polymorphic encoders
that Metasploit uses for payload encoding. Encoders are used to try
and create a version of a payload that is free of bad characters as
defined by the exploit.
2017-10-13 18:51:42 +00:00
minskim
9c424e599e security/Makefile: Add ruby-rex-rop_builder 2017-10-13 18:39:45 +00:00
minskim
b0f4ed8708 security/ruby-rex-rop_builder: Import version 0.1.3
This is the Ruby Exploitation(Rex) Library for building ROP chains. It
also comes with the msfrop command line tool.
2017-10-13 18:39:13 +00:00
minskim
b6aa8e309e security/Makefile: Add ruby-rex-sslscan 2017-10-13 18:32:16 +00:00
minskim
c09e5f3cd1 securitiy/ruby-rex-sslscan: Import version 0.1.5
This library is a pure ruby implmenetation of the SSLScan tool
originally written by Ian Ventura-Whiting.
2017-10-13 18:31:47 +00:00
minskim
0e86a95c3c security/ruby-rex-socket: Update DESCR 2017-10-13 18:24:59 +00:00
minskim
059fbd3d2c security/Makefile: Add ruby-rex-socket 2017-10-13 18:23:32 +00:00
minskim
0e40a053ff security/ruby-rex-socket: Import version 0.1.8
Ruby Exploitation(Rex) Library which contains architecture specific
information such as registers, opcodes, and stack manipulation
routines.
2017-10-13 18:22:46 +00:00
minskim
9e77fc7b16 security/Makefile: Add ruby-rex-bin_tools 2017-10-13 18:12:59 +00:00
minskim
4da13a217c security/ruby-rex-bin_tools: Import version 0.1.4
Ruby Exploitation Library (REX) for Binary Manipulation. This suite of
tools contains ElfScan, MachScan, PEScan, and BinScan. These tools are
designed to help you analyze an executable binary and search for
particular instruction sets. This is particularly useful for things
like building ROP chains or SEH exploits.
2017-10-13 18:11:49 +00:00
minskim
53a13a545f security/Makefile: Add ruby-rex-nop 2017-10-13 17:59:46 +00:00
minskim
38a44ba7e3 security/ruby-rex-nop: Import version 0.1.1
This library contains the opty2 library for dynamic generation of x86
multi-byte NOPs.This is useful in writing exploits and encoders. It
allows you to dynamic generate variable length instruction sets that
are equivalent to a No Operation(NOP) without using the actual 0x90
bytecode.
2017-10-13 17:59:11 +00:00
minskim
b560013626 security/Makefile: Add ruby-rex-registry 2017-10-13 17:49:24 +00:00
minskim
e83d374178 security/ruby-rex-registry: Import version 0.1.3
Ruby Exploitation Library for parsing offline copys of Windows
Registry Hives.
2017-10-13 17:48:55 +00:00
minskim
e314f231c7 security/Makefile: Add ruby-rex-zip 2017-10-13 17:42:38 +00:00
minskim
33e8bf7b8d security/ruby-rex-zip: Import version 0.1.3
Ruby Exploitation Library for creating Zip based archives such as
*.zip, *.war, and *.jar files.
2017-10-13 17:42:09 +00:00
minskim
e07a39917c security/Makefile: Add ruby-rex-mime 2017-10-13 17:08:07 +00:00