aboutsummaryrefslogtreecommitdiff
path: root/security
Commit message (Collapse)AuthorAgeFilesLines
* security/signify: Add OpenBSD 6.7 keyTobias Kortkamp2019-10-144-4/+4
| | | | | | | - Drop old OpenBSD 6.4 key Notes: svn path=/head/; revision=514447
* security/libtomcrypt: lib-depend on libtommathPietro Cerutti2019-10-141-2/+2
| | | | | | | | | PR: 241232 Submitted by: samm@os2.kiev.ua Differential Revision: https://reviews.freebsd.org/D22015 Notes: svn path=/head/; revision=514444
* security/cargo-audit: Update to v0.10.0Tobias Kortkamp2019-10-142-70/+58
| | | | | | | Changes: https://github.com/RustSec/cargo-audit/blob/v0.10.0/CHANGES.md Notes: svn path=/head/; revision=514436
* security/zeronet: Update 0.6.5-25 -> 0.7.1Yuri Victorovich2019-10-144-792/+533
| | | | | | | | ZeroNet now supports python3. ZeroNet is nothing less than the alternative model of the internet, where websites are hosted by users. Notes: svn path=/head/; revision=514435
* security/fragroute: fix build on GCC architecturesPiotr Kubaj2019-10-131-0/+2
| | | | | | | | | | Use newer compiler: fragtest.c:102: warning: implicit declaration of function 'TAILQ_END' Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=514414
* Replace my personal email address to the samm@freebsd.orgOleksii Samorukov2019-10-132-3/+3
| | | | | | | | Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D22013 Notes: svn path=/head/; revision=514411
* New ports security/libscep and security/p5-Crypt-LibSCEPRodrigo Osorio2019-10-139-0/+120
| | | | | | | | | | | | | | | libscep is a client side implementation of the Simple Certificate Enrollment Protocol (SCEP) library. p5-Crypt-LibSCEP is a perl module using the libscep library to generate and read messages for the Simple Certificate Enrollment Protocol (SCEP) in perl applications. PR: 241195 Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> Notes: svn path=/head/; revision=514406
* security/p11-kit: update to 0.23.18.1Roman Bogorodskiy2019-10-132-4/+4
| | | | Notes: svn path=/head/; revision=514364
* security/botan2: Update to 2.12.0Dmitri Goutnik2019-10-122-4/+4
| | | | | | | | | | | | | | Changes: https://botan.randombit.net/news.html#version-2-12-0-2019-10-07 Also bump PORTREVISION of dependent ports. PR: 241217 Submitted by: Ralf van der Enden <tremere@cainites.net> (maintainer) Approved by: tz (mentor) Differential Revision: https://reviews.freebsd.org/D22000 Notes: svn path=/head/; revision=514357
* security/rkhunter: Update to 1.4.6Tobias Kortkamp2019-10-123-14/+22
| | | | | | | | | | | | Some files can be updated when running rkhunter. Do not track them in the plist. Changes: https://sourceforge.net/p/rkhunter/rkh_code/ci/version-1.4.6/tree/files/CHANGELOG PR: 227837 Submitted by: lukasz@wasikowski.net (maintainer) Notes: svn path=/head/; revision=514322
* security/sslsplit: update to 0.5.5Steve Wills2019-10-113-20/+6
| | | | Notes: svn path=/head/; revision=514298
* security/vuxml: mongodb vulnerabilitiesKurt Jaeger2019-10-111-0/+102
| | | | | | | | | | - CVE-2019-2386, CVE-2019-2389, CVE-2019-2390 PR: 239717 Submitted by: Ronald Klop <ronald-lists@klop.ws> Notes: svn path=/head/; revision=514293
* Commit necessary but insufficient changes to try to make this portMark Linimon2019-10-112-1/+19
| | | | | | | | | | | | | | | | | build on GCC-based systems: cc1plus: error: unrecognized command line option "-march=native" cc1plus: error: unrecognized command line option "-std=gnu++11" However, this still leaves us with: /wrkdirs/usr/ports/security/tfhe/work/tfhe-1.0.1-14-g3319e2c/src/libtfhe/fft_processors/nayuki/fft-x8664-avx.s: Assembler messages: /wrkdirs/usr/ports/security/tfhe/work/tfhe-1.0.1-14-g3319e2c/src/libtfhe/fft_processors/nayuki/fft-x8664-avx.s:61: Error: unrecognized opcode: `pushq' Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=514261
* New port: security/tfhe: Fast Fully Homomorphic Encryption (FHE) library ↵Yuri Victorovich2019-10-118-0/+109
| | | | | | | over the Torus Notes: svn path=/head/; revision=514259
* Update to the latest MIT krb5 commit on github.Cy Schubert2019-10-102-5/+5
| | | | Notes: svn path=/head/; revision=514250
* security/ipsec-tools: unbreak racoon_create_dirsEugene Grosbein2019-10-102-4/+4
| | | | | | | | | | | | | | | Specifying required_dirs and creating it at prestart stage does not work because required_dirs is checked before running prestart these days. So it fails to start for mfs-based /var even if racoon_create_dirs=YES Unbreak this by replacing "required_dirs" and "mkdir -p" in the racoon_prestart with "install -d" that returns error in case of failure and does nothing if the directory already exists. Reported by: Cybil Courraud <freebsd@cyb.fr> Notes: svn path=/head/; revision=514225
* pinentry-gnome3 does not need at all gtk2Baptiste Daroussin2019-10-101-2/+1
| | | | Notes: svn path=/head/; revision=514221
* New port: security/aws-vaultDmitri Goutnik2019-10-094-0/+104
| | | | | | | | | | | | | | | | | | AWS Vault is a tool to securely store and access AWS credentials in a development environment. AWS Vault stores IAM credentials in your operating system's secure keystore and then generates temporary credentials from those to expose to your shell and applications. It's designed to be complementary to the AWS CLI tools, and is aware of your profiles and configuration in ~/.aws/config. WWW: https://github.com/99designs/aws-vault Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21955 Notes: svn path=/head/; revision=514170
* security/lego: Update to 3.1.0Dmitri Goutnik2019-10-092-38/+54
| | | | | | | | | | | | Changes: https://github.com/go-acme/lego/releases/tag/v3.1.0 PR: 241155 Submitted by: Matthew Horan <matt@matthoran.com> (maintainer) Approved by: araujo (mentor) Differential Revision: https://reviews.freebsd.org/D21957 Notes: svn path=/head/; revision=514169
* security/vuxml: add CVE-2011-2767 [www/mod_perl2]Vinícius Zavam2019-10-091-0/+36
| | | | | | | https://nvd.nist.gov/vuln/detail/CVE-2011-2767 Notes: svn path=/head/; revision=514147
* Drop the ipv6 virtual category for s* category as it is not relevant anymoreBaptiste Daroussin2019-10-0917-18/+16
| | | | Notes: svn path=/head/; revision=514144
* security/cargo-audit: Update to v0.9.3Tobias Kortkamp2019-10-092-10/+12
| | | | | | | | | - Disable tests for now. They require network access. Changes: https://github.com/RustSec/cargo-audit/blob/v0.9.3/CHANGES.md Notes: svn path=/head/; revision=514111
* security/wazuh-agent: Update to 3.10.2 and remove irrelevant dependency on curlBernhard Froehlich2019-10-082-32/+29
| | | | | | | | PR: 241016 Submitted by: Michael Muenz <m.muenz@gmail.com> (maintainer) Notes: svn path=/head/; revision=514076
* Update CyberChef from 9.7.6 to 9.7.7Dan Langille2019-10-082-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Whats new: Added several more file signatures: AutoCAD Drawing OGG Video lzop compressed TCP Packet UDP Packet Compiled HTML Windows Password Bitlocker recovery key Certificate PGP pubring PGP secring PGP Safe Task Scheduler Windows Shortcut (lnk) PR: 241127 Submitted by: thomas@bsdunix.ch Notes: svn path=/head/; revision=514072
* security/py-txtorcon: Update 19.0.0 -> 19.1.0Yuri Victorovich2019-10-082-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=514039
* security/mkp224o: Update 1.3.0 -> 1.4.0Yuri Victorovich2019-10-082-4/+4
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=514038
* security/cowrie: Update 1.6.0 -> 1.9.7Yuri Victorovich2019-10-082-6/+6
| | | | | | | Reported by: portscout Notes: svn path=/head/; revision=514037
* security/p5-Net-SinFP: unbreak on powerpc*Piotr Kubaj2019-10-071-3/+0
| | | | | | | | | | | | | Builds fine on powerpc64. Also confirmed by: https://seclists.org/pen-test/2006/Dec/234 The commit that locked it only to LE architectures happened just a few months earlier in r172915. Approved by: mentors (implicit approval) Notes: svn path=/head/; revision=513987
* security/maltrail: Update to 0.15Steve Wills2019-10-073-12/+103
| | | | | | | | PR: 241008 Submitted by: Michael Muenz <m.muenz@gmail.com> (maintainer) Notes: svn path=/head/; revision=513973
* security/tor-devel: Update 0.4.2.1-alpha -> 0.4.2.2-alphaYuri Victorovich2019-10-072-4/+4
| | | | | | | Reported by: upstream notification Notes: svn path=/head/; revision=513962
* security/samhain: update to 4.3.3Steve Wills2019-10-074-5/+32
| | | | | | | | PR: 241044 Submitted by: Nikola Kolev <koue@chaosophia.net> (maintainer) Notes: svn path=/head/; revision=513960
* security/protonvpn-cli: fixes issue with certs and issue with countriesSteve Wills2019-10-072-4/+6
| | | | | | | | PR: 241103 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> (maintainer) Notes: svn path=/head/; revision=513952
* security/stoken: UnbreakKoichiro Iwao2019-10-071-2/+0
| | | | | | | | | | | | | it is actually not broken. Builds fine without any modifications. Marking as BROKEN was MFH'ed, so MFH unbreak again. PR: 240940 Reported by: Rubin Simons <rubin@xs4all.nl> Approved by: samm@os2.kiev.ua (maintainer) MFH: 2019Q4 Notes: svn path=/head/; revision=513924
* Update to 0.19Emanuel Haupt2019-10-062-4/+4
| | | | Notes: svn path=/head/; revision=513902
* rename most cases of jakarta- to apache-Pedro F. Giffuni2019-10-061-2/+3
| | | | | | | | | | | | | | | The Apache Softare Foundation used to maintain an umbrella project named Jakarta but it was retired on 2011. This name now conflicts with the new name for Java EE under the Eclipse Foundation. Rename most of the packages to be more consistent. Some other packages remain but they will require intervention by their corresponding maintainers. Approved by: thierry (mentor), makc Differential Revision: https://reviews.freebsd.org/D21902 Notes: svn path=/head/; revision=513899
* Take PORTEPOCH into account.Cy Schubert2019-10-061-2/+2
| | | | | | | | PR: 241066 Reported by: tobik Notes: svn path=/head/; revision=513870
* Document two new Xpdf vulnerabilities: CVE-2019-16927 and CVE-2019-9877.Cy Schubert2019-10-061-0/+43
| | | | | | | | | | | PR: 241066 Security: https://nvd.nist.gov/vuln/detail/CVE-2019-16927 Security: https://nvd.nist.gov/vuln/detail/CVE-2019-9877 Security: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-9877 Security: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2019-16927 Notes: svn path=/head/; revision=513861
* Rework the TLS 1.3 support in ISA-L to move the nonce work out of theMark Linimon2019-10-062-35/+22
| | | | | | | | | | | | | | seal routine and into the encrypt routine. Also obtain the nd.seqno in the TLS 1.2 case from the TLS record itself, as if we change to use a random starting value, this will prevent things from breaking due to the value on the wire being different from the passed in seqno. Submitted by:u jhb Approved by:u gallatin Differential Revision: D21857 Notes: svn path=/head/; revision=513860
* security/suricata5: Update version 5.0.0-beta1=>5.0.0-rc1Muhammad Moinur Rahman2019-10-053-9/+11
| | | | | | | | | | | - Remove HYPERSCAN as OPTIOINS_DEFAULT PR: 240794 Reported by: franco@opnsense.org Relnotes: https://suricata-ids.org/2019/09/24/please-help-us-test-suricata-5-0-0-rc1/ Notes: svn path=/head/; revision=513846
* security/barnyard2: CleanupTobias Kortkamp2019-10-051-4/+1
| | | | | | | | | - Drop nop WANT_PGSQL_VER - Spell TCL_DESC correctly (there is no OPTIONS_DESC) - No need to include bsd.port.options.mk in this port Notes: svn path=/head/; revision=513827
* devel/google{test,mock}: update to 1.10.0Jan Beich2019-10-051-1/+1
| | | | | | | | | | | | | | | | - Drop static library - Drop gtest-config and gmock-config - Drop GTEST_LIB_CHECK autoconf macro - Drop gmock_doctory.py as it's too old - Expose tests via option Changes: https://github.com/google/googletest/compare/release-1.8.1...release-1.10.0 Reported by: GitHub (watch releases) PR: 239654 Differential Revision: https://reviews.freebsd.org/D19430 Notes: svn path=/head/; revision=513801
* security/1password-client: update to 0.6.2.Larry Rosenman2019-10-042-8/+8
| | | | | | | | Release Notes: https://app-updates.agilebits.com/product_history/CLI Notes: svn path=/head/; revision=513782
* Remove expired ports:Rene Ladan2019-10-045-55/+0
| | | | | | | | 2019-10-01 security/softhsm: End-of-life announced, update to softhsm2 ASAP. 2019-10-03 net/asterisk15: Asterisk 15.x will reach EOL on 2019-10-03. Please migrate to net/asterisk16 Notes: svn path=/head/; revision=513773
* Release maintainership.Emanuel Haupt2019-10-041-1/+1
| | | | Notes: svn path=/head/; revision=513765
* devel/icu: update to 65.1Jan Beich2019-10-031-1/+1
| | | | | | | | Changes: http://site.icu-project.org/download/65 ABI: https://abi-laboratory.pro/tracker/timeline/icu4c/ Notes: svn path=/head/; revision=513733
* Document unbound vulnerabilitySunpoet Po-Chuan Hsieh2019-10-031-0/+29
| | | | Notes: svn path=/head/; revision=513729
* Update to 0.39.0Sunpoet Po-Chuan Hsieh2019-10-0320-56/+55
| | | | | | | Changes: https://github.com/certbot/certbot/blob/master/CHANGELOG.md Notes: svn path=/head/; revision=513725
* Remove references to EoL'ed Java versionsGreg Lewis2019-10-031-1/+1
| | | | | | | | | | | | * Java 9 and 10 are EoL'ed upstream and the ports for them are scheduled for deletion, so switch the version specification here to 11+. PR: 241022 Approved by: netchild@ Sponsored by: The FreeBSD Foundation Notes: svn path=/head/; revision=513677
* New port: security/protonvpn-cliKurt Jaeger2019-10-035-0/+350
| | | | | | | | | | | | | | | | | | | | | | | | | protonvpn-cli is an user-friendly command-line tool for accessing the swiss-based privacy-focused ProtonVPN VPN service. You need a ProtonVPN account to use it: you can create one at https://protonvpn.com. Free accounts are available, although with limited features: only 3 countries (Netherlands, USA, Japan) are available with the free plan. It can also easily add an extra layer of privacy by activating Tor (needs payed plan). No manual page is provided with protonvpn-cli, but you can get help on usage by running protonvpn-cli -h. Warning: although user is asked about enabling a killswitch or not, no killswitch is available at the moment. WWW: https://protonvpn.com PR: 240841 Submitted by: Lorenzo Salvadore <phascolarctos@protonmail.ch> Notes: svn path=/head/; revision=513655
* security/libressl-devel: Update to 3.0.1Bernard Spil2019-10-033-4/+129
| | | | Notes: svn path=/head/; revision=513653