aboutsummaryrefslogtreecommitdiff
path: root/security
Commit message (Collapse)AuthorAgeFilesLines
* - Convert my own Python ports to USES= pythonOlivier Duchateau2014-08-291-3/+2
| | | | Notes: svn path=/head/; revision=366562
* Convert a few ports to USES=pythonAntoine Brodin2014-08-294-12/+8
| | | | Notes: svn path=/head/; revision=366537
* Modernize pythonBaptiste Daroussin2014-08-291-3/+2
| | | | Notes: svn path=/head/; revision=366519
* Modernize pythonBaptiste Daroussin2014-08-291-3/+2
| | | | Notes: svn path=/head/; revision=366517
* devel/libunistring:Tijl Coosemans2014-08-291-1/+1
| | | | | | | | | | - Add USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=366467
* security/libssh2:Tijl Coosemans2014-08-282-12/+19
| | | | | | | | | | | | | | | | | | | | - Convert to USES=libtool and USES=pathfix - Add INSTALL_TARGET=install-strip - Only depend on openssl if GCRYPT option is off - Sanitize libssh2.pc devel/libvirt: - Remove workaround for broken libssh2.pc - Add USES=libtool and bump dependent ports - Convert to INSTALL_TARGET=install-strip devel/libvirt-glib: - Convert to USES=libtool Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=366456
* Remove bad usage of BROKENAntoine Brodin2014-08-281-1/+1
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=366438
* dns/c-ares:Tijl Coosemans2014-08-281-1/+1
| | | | | | | | | | | - Add USES=libtool and bump dependent ports - Move variable definitions in front of include bsd.port.options.mk - Replace patch with USES=pathfix Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=366389
* - Fix plist issuesVsevolod Stakhov2014-08-272-1/+3
| | | | | | | - Bump revision Notes: svn path=/head/; revision=366335
* - Update libsodium to 0.7.0Vsevolod Stakhov2014-08-273-16/+22
| | | | | | | | - Take maintainership - Update revisions of dependent ports Notes: svn path=/head/; revision=366316
* Update signing-party to 1.1.9Johan van Selst2014-08-272-4/+3
| | | | Notes: svn path=/head/; revision=366307
* Reset maintainership, the maintainer has no time for itBaptiste Daroussin2014-08-271-1/+1
| | | | | | | Submitted by: former maintainer Notes: svn path=/head/; revision=366296
* security/rubygem-net-scp11: tell portscout to ignoreSteve Wills2014-08-261-0/+2
| | | | Notes: svn path=/head/; revision=366270
* security/rubygem-net-ssh27: tell portscout to ignore thisSteve Wills2014-08-261-0/+2
| | | | Notes: svn path=/head/; revision=366269
* Remove some duplicate lines from plist (or duplicate plist)Antoine Brodin2014-08-261-4/+3
| | | | | | | Reported by: pkg developer mode Notes: svn path=/head/; revision=366264
* Document new vulnerabilities in www/chromium < 37.0.2062.94Rene Ladan2014-08-261-0/+58
| | | | | | | | Obtained from: http://googlechromereleases.blogspot.nl MFH: 2014Q3 Notes: svn path=/head/; revision=366223
* security/rubygem-bcrypt-ruby: fix missing dependencySteve Wills2014-08-261-1/+2
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=366220
* security/rubygem-bcrypt: add rubygem-bcrypt portSteve Wills2014-08-264-0/+24
| | | | | | | | | | | bcrypt() is a sophisticated and secure hash algorithm designed by The OpenBSD project for hashing passwords. The bcrypt Ruby gem provides a simple wrapper for safely handling passwords. WWW: https://github.com/codahale/bcrypt-ruby Notes: svn path=/head/; revision=366219
* - Fix missing library problems when the linker enforces explicit linkingTijl Coosemans2014-08-265-5/+11
| | | | | | | | | PR: 192062 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=366215
* Update to 20140824Antoine Brodin2014-08-252-3/+3
| | | | Notes: svn path=/head/; revision=366136
* - Fix configure with the EXE option enabledGabor Pali2014-08-251-1/+3
| | | | | | | | | PR: 192872 Submitted by: ahktenzero+freebsd@mohorovi.cc Obtained from: FreeBSD Haskell Notes: svn path=/head/; revision=366117
* security/rubygem-net-ssh: update to 2.9.1Steve Wills2014-08-252-3/+3
| | | | Notes: svn path=/head/; revision=366116
* Update to 4.1.Roman Bogorodskiy2014-08-253-4/+4
| | | | Notes: svn path=/head/; revision=366105
* Update to 1.10.8Guido Falsi2014-08-252-4/+4
| | | | | | | | PR: 192989 Submitted by: lapo at lapo.it (maintainer) Notes: svn path=/head/; revision=366100
* security/rubygem-net-scp: update to 1.2.1Steve Wills2014-08-252-3/+3
| | | | Notes: svn path=/head/; revision=366091
* - Drop USE_AUTOTOOLS=libtool, not usedDmitry Marakasov2014-08-251-1/+1
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=366081
* - Merge in workaround from 191002Ryan Steinmetz2014-08-253-12/+36
| | | | | | | | | - Update LICENSE - Fix mtree issue on >= 9.2 - Bump PORTREVISION Notes: svn path=/head/; revision=366078
* security/py-cryptography: Update to 0.5.4, ModernizeKubilay Kocak2014-08-252-8/+9
| | | | | | | | | | | | | | - Update 0.5.4 - Add LICENSE_FILE - Update TEST_DEPENDS - Modernize Python framework entries (USES, USE_PYTHON) Changes: https://github.com/pyca/cryptography/blob/0.5.4/CHANGELOG.rst Notes: svn path=/head/; revision=366044
* security/rubygem-bcrypt-ruby: update to 3.1.5Steve Wills2014-08-242-3/+3
| | | | Notes: svn path=/head/; revision=365993
* Add security/fprintd.Adam Weinberger2014-08-248-0/+175
| | | | | | | | | | | | | | | | | | | | | | Fprintd is a D-Bus daemon that offers libfprint functionality over the D-Bus interprocess communication bus. By adding this daemon layer above libfprint, we solve various problems related to multiple applications simulatenously competing for fingerprint readers. While it is not very nice to think of a daemon being necessary in this scenario, fprintd will be launched by D-Bus through the activation mechanism. This means it is launched only when needed, and additionally it will shut itself down after a period of inactivity. (Text copied from link below.) WWW: http://www.freedesktop.org/wiki/Software/fprint/fprintd/ PR: 192683 Submitted by: Martin Birgmeier Notes: svn path=/head/; revision=365978
* Update to 0.9.14.1Carlo Strub2014-08-242-3/+3
| | | | Notes: svn path=/head/; revision=365959
* 2014-08-24 security/pam_abl: Newer version requires large number of hacks, ↵Antoine Brodin2014-08-2417-681/+0
| | | | | | | | | not worth the effort 2014-08-23 www/rubygem-feedzirra: Project renamed upstream, see www/rubygem-feedjira Notes: svn path=/head/; revision=365909
* Add devel/liballium and security/obfsclient.Adam Weinberger2014-08-234-0/+51
| | | | | | | | | | | | | | | | | | | | | | liballium attempts to reduce the amount of boilerplate code required to implement pluggable transports for Tor in C or C++. WWW: https://github.com/yawning/liballium obfsclient is a C++11 Tor-managed pluggable transport client implementation of the following protocols: obfs2 - The Twobfuscator obfs3 - The Threebfuscator ScrambleSuit - Experimental WWW: https://github.com/yawning/obfsclient PR: 187926, 187927 Submitted by: fk@fabiankeil.de Notes: svn path=/head/; revision=365738
* security/xzid: suppress broken and unnecesary missing target checkJohn Marino2014-08-231-0/+1
| | | | | | | | | | | Line 606 of the vendor Makefile has a malformed error message that comes up if the makefile is given no target. For reasons I don't understand, the gmake on FreeBSD tolerates it and the same exact gmake on DragonFly catches it. Just amend the sed command the remove the line completely as it's never executed in the ports framework. Notes: svn path=/head/; revision=365728
* - update to 6.4.7Olli Hauer2014-08-233-36/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - add CPE entry - sort pkg-plist Changelog (entries related to the command line tools) Nmap 6.47 [2014-08-20] o Integrated all of your IPv4 OS fingerprint submissions since June 2013 (2700+ of them). Added 366 fingerprints, bringing the new total to 4485. Additions include Linux 3.10 - 3.14, iOS 7, OpenBSD 5.4 - 5.5, FreeBSD 9.2, OS X 10.9, Android 4.3, and more. Many existing fingerprints were improved. Highlights: http://seclists.org/nmap-dev/2014/q3/325 [Daniel Miller] o Removed the External Entity Declaration from the DOCTYPE in Nmap's XML. This was added in 6.45, and resulted in trouble for Nmap XML parsers without network access, as well as increased traffic to Nmap's servers. The doctype is now: <!DOCTYPE nmaprun> o [Ncat] Fixed SOCKS5 username/password authentication. The password length was being written in the wrong place, so authentication could not succeed. Reported with patch by Pierluigi Vittori. o Avoid formatting NULL as "%s" when running nmap --iflist. GNU libc converts this to the string "(null)", but it caused segfault on Solaris. [Daniel Miller] o Handle ICMP admin-prohibited messages when doing service version detection. Crash reported by Nathan Stocks was: Unexpected error in NSE_TYPE_READ callback. Error code: 101 (Network is unreachable) [David Fifield] o [NSE] Fix a bug causing http.head to not honor redirects. [Patrik Karlsson] MFH: 2014Q3 Notes: svn path=/head/; revision=365724
* security/suricata: Update to 2.0.3, ModernizeKubilay Kocak2014-08-234-46/+122
| | | | | | | | | | | | | | | | | | | | | | | | | | | Now that libprelude is safe from EXPIRE and has been staged [1], and devel/libhtp now *actually* links against libiconv even though autoconf detection was fine [2] ... Have fun! - Update to 2.0.3 - Switch libhtp to the upstream version port (devel/libhtp) - Use USES=libtool - Use OPTIONS helpers and other OPTIONS_* goodies - Sort USE(S)* section - Deprecate USE_AUTOTOOLS (USES instead) - Deprecate AUTOMAKE_ARGS, ACLOCAL_ARGS (no longer necessary) - Update COMMENT - Add m4 macro for checking compiler flags and add relevent check to configure.ac. Our GCC doesn't like -Wno-error=unused-result and upstreams configure bits arent as portable as they could be. [1] http://svnweb.freebsd.org/changeset/ports/365562 [2] http://svnweb.freebsd.org/changeset/ports/364955 Requested by: many Notes: svn path=/head/; revision=365723
* Remove double slash to pass check-plistAntoine Brodin2014-08-221-1/+1
| | | | Notes: svn path=/head/; revision=365688
* - Update to 2014.65Alex Kozlov2014-08-222-3/+3
| | | | Notes: svn path=/head/; revision=365661
* New port: security/p5-Crypt-RHash:Ryan Steinmetz2014-08-226-0/+50
| | | | | | | | | | | | | | | | | Crypt::Rhash module is an object-oriented interface to the LibRHash library, allowing simultaneous calculation of several hash functions for a file or a text message. Resulting hash digest can be obtained in hexadecimal, BASE32, BASE64, raw binary format or as a magnet link. WWW: http://search.cpan.org/dist/Crypt-RHash/ PR: 192899 Submitted by: proler@gmail.com Notes: svn path=/head/; revision=365640
* - Switch dns/unbound to USES=libtool, drop .la filesDmitry Marakasov2014-08-222-1/+2
| | | | | | | | | | - Bump dependent ports as .so version has changed - While here, add LICENSE_FILE to dns/getdns Approved by: portmgr blanket Notes: svn path=/head/; revision=365620
* Fix up missed or botched PORTREVISION bumps from r365599.Matthias Andree2014-08-221-1/+1
| | | | | | | | | Apparently Tools/scripts/bump-revision.sh isn't too robust... PR: 192690 Notes: svn path=/head/; revision=365611
* Berkeley DB cleanup, remove versions 4.0 ... 4.7.Matthias Andree2014-08-2110-13/+57
| | | | | | | | | | | | | | | | | | | | | | | | | - Mk/bsd.database.mk rewrite, new default to db5. - db6 is eligible by default only if installed on the system. - Bump PORTREVISION of all ports that directly depend on BerkeleyDB or where USE_BDB is found in the port's directory - Patch a few ports such that they will pick up or work with newer versions. - Add UPDATING entry - Drive-by format fix for pks - Drop BerkeleyDB option from mail/popular for now, requires more work. - Exp-run logs linked from the PR below. - Ports that do not build (IGNORE, BROKEN, etc.) have pro-forma changes for new Berkeley DB, but are untested. NOTE: please read UPDATING and the Wiki page before proceeding! Announcement: http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-August/000090.html Wiki reference: https://wiki.freebsd.org/Ports/BerkeleyDBCleanup PR: 192690 Approved by: portmgr (implicit, PORTREVISION bump on unstaged ports) Notes: svn path=/head/; revision=365599
* - Document buffer overrun in sysutils/fileRyan Steinmetz2014-08-211-0/+25
| | | | Notes: svn path=/head/; revision=365592
* Add missing <package> tagLi-Wen Hsu2014-08-211-0/+1
| | | | Notes: svn path=/head/; revision=365571
* Document Django 2014-08-20 vulnerabiltyLi-Wen Hsu2014-08-211-0/+80
| | | | | | | Reviewed by: koobs Notes: svn path=/head/; revision=365569
* security/libprelude: Take MAINTAINER'ship, STAGE & ModernizeKubilay Kocak2014-08-218-58/+48
| | | | | | | | | | | | | | | | | | | | | | | | - Take Maintainership - Enable STAGE support - Tweak MASTER_SITES https -> http (portlint) - Add LICENSE and LICENSE_FILE - Deprecate USE_AUTOTOOLS for libtool (-> USES) - Sort USES and OPTIONS - Use OPTIONS helpers as much as possible for now [1] - Add --enable-static to CONFIGURE_ARGS to retain the static lib - Assign and Use ETCDIR rather than hardcoding - Use the install-strip install target - Update pkg-plist, use @sample and other goodies While I'm here, bump dependent ports since our SHLIB major version has changed [1] https://reviews.freebsd.org/D665 Approved by: portmgr (implicit, bump unstaged port) Notes: svn path=/head/; revision=365562
* security/tinyca: Reset maintainerJohn Marino2014-08-211-1/+1
| | | | | | | | Multiple PRs on this PR have timed out, and the maintainer has a current history of timing out on all his ports. Reset this one too. Notes: svn path=/head/; revision=365560
* Security/denyhosts: Limit to python 2.x and reset maintainerJohn Marino2014-08-211-3/+2
| | | | | | | | | | | | | The maintainer has not been responsive and multiple PRs have timed out. Convert USE_PYTHON=yes to USES=python:2 as this application will not run on Python 3.x PR: 187408 Submitted by: corsmith (gmail) Approved by: maintainer timeout Notes: svn path=/head/; revision=365559
* Stage security/cvm and assign maintainership to submitterJohn Marino2014-08-214-32/+37
| | | | | | | | | PR: 192875 Submitted by: uffe tweaks by: marino Notes: svn path=/head/; revision=365544
* Stage.Adam Weinberger2014-08-202-21/+5
| | | | Notes: svn path=/head/; revision=365518