| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
Approved by: portmgr blanket
Notes:
svn path=/head/; revision=501025
|
|
|
|
| |
Notes:
svn path=/head/; revision=501017
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The ModSecurity-apache connector is the connection point between Apache and libmodsecurity (ModSecurity v3).
Said another way, this project provides a communication channel between Apache and libmodsecurity.
This connector is required to use LibModSecurity with Apache.
The ModSecurity-apache connector takes the form of an Apache module.
The module simply serves as a layer of communication between Apache and ModSecurity.
https://github.com/SpiderLabs/ModSecurity-apache
Sponsored by: Netzkommune GmbH
Notes:
svn path=/head/; revision=500924
|
|
|
|
|
|
|
|
| |
PR: 237734
Sponsored by: Netzkommune GmbH
Notes:
svn path=/head/; revision=500901
|
|
|
|
| |
Notes:
svn path=/head/; revision=500899
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove setup.py patch, use direct unittest invocation instead
Changelog:
https://libnacl.readthedocs.io/en/latest/topics/releases/index.html
Notes:
svn path=/head/; revision=500887
|
|
|
|
|
|
|
| |
execution in JPEG support
Notes:
svn path=/head/; revision=500846
|
|
|
|
|
|
|
|
|
|
| |
lastpass-cli calls xsel with --clipboard and --input arguments which
the expiring x11/xsel does not support. Use x11/xsel-conrad instead
which does support them and is also the version that is mentioned
in README.md.
Notes:
svn path=/head/; revision=500798
|
|
|
|
| |
Notes:
svn path=/head/; revision=500795
|
|
|
|
|
|
|
| |
Reported by: tobik
Notes:
svn path=/head/; revision=500794
|
|
|
|
| |
Notes:
svn path=/head/; revision=500786
|
|
|
|
|
|
|
|
| |
Approved by: portmgr (tier-2 blanket)
Obtained from: armv7 TRYBROKEN run
Notes:
svn path=/head/; revision=500778
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
While I'm here:
* Level up port compliance (strip additional shared libraries in
subdirectory PublicKey/)
Changelog since 3.7.3:
New features
* Add support for loading PEM files encrypted with AES192-CBC, AES256-CBC
and AES256-GCM.
* When importing ECC keys, ignore EC PARAMS section that was included by
some openssl commands.
* Speed-up ECC performance. ECDSA is 33 times faster on the NIST P-256 curve
* Added support for NIST P-384 and P-521 curves.
* EccKey has new methods size_in_bits() and size_in_bytes().
* Support HMAC-SHA224, HMAC-SHA256, HMAC-SHA384, and HMAC-SHA512 in
PBE2/PBKDF2.
Resolved issues
* repr() did not work for ECC.EccKey.
* Fix installation in development mode.
* Minimal length for Blowfish cipher is 32 bits, not 40 bits.
* Various updates to docs.
* DER objects were not rejected if their length field had a leading zero.
* Allow legacy RC2 ciphers to have 40-bit keys.
* ASN.1 Object IDs did not allow the value 0 in the path.
Breaks in compatibility
* point_at_infinity() becomes an instance method for
Crypto.PublicKey.ECC.EccKey, from a static one.
https://www.pycryptodome.org/en/latest/src/changelog.html#april-2019
PR: 237696
Submitted by: John W. O'Brien <john@saltant.com> (maintainer)
Approved by: mentors (implicit)
Notes:
svn path=/head/; revision=500758
|
|
|
|
|
|
|
|
|
|
| |
Where necessary, pet portlint.
Approved by: portmgr
Obtained from: aarch64 TRYBROKEN run
Notes:
svn path=/head/; revision=500752
|
|
|
|
|
|
|
| |
Differential Revision: https://reviews.freebsd.org/D20140
Notes:
svn path=/head/; revision=500732
|
|
|
|
|
|
|
|
|
| |
PR: 237621
Reported by: many
MFH: 2019Q2
Notes:
svn path=/head/; revision=500725
|
|
|
|
|
|
|
|
|
|
|
| |
Changelog: https://suricata-ids.org/2019/04/30/suricata-4-1-4-released/
PR: 237684
Submitted by: Franco Fichtner <franco@opnsense.org> (maintainer)
Sponsored by: Netzkommune GmbH
Notes:
svn path=/head/; revision=500707
|
|
|
|
|
|
|
| |
9
Notes:
svn path=/head/; revision=500701
|
|
|
|
|
|
|
| |
Reported by: upstream notification
Notes:
svn path=/head/; revision=500686
|
|
|
|
| |
Notes:
svn path=/head/; revision=500661
|
|
|
|
|
|
|
|
| |
PR: 237478
Submitted by: Koichiro Iwao
Notes:
svn path=/head/; revision=500659
|
|
|
|
|
|
|
|
|
| |
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Notes:
svn path=/head/; revision=500604
|
|
|
|
| |
Notes:
svn path=/head/; revision=500580
|
|
|
|
|
|
|
| |
Reported by: leres
Notes:
svn path=/head/; revision=500573
|
|
|
|
| |
Notes:
svn path=/head/; revision=500566
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add USES=compiler:c++14-lang to fix build on GCC architectures:
Make Error in lib/Basic/CMakeLists.txt:
Target "kleeBasic" requires the language dialect "CXX14" (with compiler
extensions), but CMake does not know the compile flags to use to enable it.
PR: 237623
Approved by: arrowd (maintainer), mat (mentor)
Differential Revision: https://reviews.freebsd.org/D20088
Notes:
svn path=/head/; revision=500497
|
|
|
|
|
|
|
|
| |
PR: 237442
Submitted by: pkubaj
Notes:
svn path=/head/; revision=500489
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes broken userauth module in 1.8.1
PR: 237541
Submitted by: leres
Approved by: sbz (maintainer)
MFH: 2019Q2
Notes:
svn path=/head/; revision=500478
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Remove the now obsolete patches for CMakeLists.txt (merged by upstream)
and the one introduced in r496805 that fixed the build when the KEESHARE
option was disabled.
Changelog:
* Fix database deletion when using unsafe saves to a different file system
* Fix opening databases with legacy key files that contain '/'
* Fix opening database files from the command line
* Fix crash when editing master key
* Fix multiple issues with apply button behavior
* Fix issues on application startup (tab order, --pw-stdin, etc.)
* Fix building without WITH_XC_KEESHARE
* Improve UX of update checker; reduce checks to every 7 days
* KeeShare improvements
* Re-enable Ctrl+C to copy password from search box
* Add KeePassXC-Browser integration for Brave browser
* SSH Agent: Re-Add keys on database unlock
* SSH Agent: Only remove keys on app exit if they are removed on lock
* CLI: Add --no-password option
* CLI: Improve database extraction to XML
* CLI: Don't call mandb on build
* CLI: Add debug info
* Improve support for Snap theming
* Ctrl+PgDn now goes to the next tab and Ctrl+PgUp to the previous
* Add .gitrev output to tarball for third-party builds
* Add WITH_XC_UPDATECHECK compile flag to toggle the update checker
https://github.com/keepassxreboot/keepassxc/blob/2.4.1/CHANGELOG
PR: 237625
Submitted by: Andrew Romanenko <melanhit@gmail.com> (maintainer)
Approved by: mentors (implicit)
Notes:
svn path=/head/; revision=500441
|
|
|
|
| |
Notes:
svn path=/head/; revision=500431
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Use letsencrypt v2 api as default.
* Use dns over tls to check domain status.
* Support Windows native taskschuler for cronjob.
* fix IDN name issues.
* fix other issues.
re https://github.com/Neilpang/acme.sh/releases/tag/2.8.1
Notes:
svn path=/head/; revision=500428
|
|
|
|
|
|
|
| |
MFH: 2019Q2
Notes:
svn path=/head/; revision=500413
|
|
|
|
| |
Notes:
svn path=/head/; revision=500403
|
|
|
|
|
|
|
|
| |
PR: 228357
Reported by: CUI Hao
Notes:
svn path=/head/; revision=500398
|
|
|
|
|
|
|
|
| |
PR: 237602
Submitted by: pe82.de
Notes:
svn path=/head/; revision=500395
|
|
|
|
|
|
|
| |
Changes: https://github.com/certbot/certbot/blob/master/CHANGELOG.md
Notes:
svn path=/head/; revision=500391
|
|
|
|
| |
Notes:
svn path=/head/; revision=500281
|
|
|
|
| |
Notes:
svn path=/head/; revision=500280
|
|
|
|
| |
Notes:
svn path=/head/; revision=500279
|
|
|
|
| |
Notes:
svn path=/head/; revision=500278
|
|
|
|
| |
Notes:
svn path=/head/; revision=500277
|
|
|
|
|
|
|
| |
- Bump PORTREVISION for dependency change
Notes:
svn path=/head/; revision=500259
|
|
|
|
|
|
|
|
|
| |
- Fix *_DEPENDS
Changes: https://metacpan.org/changes/distribution/Dancer2-Plugin-Auth-Extensible
Notes:
svn path=/head/; revision=500248
|
|
|
|
|
|
|
|
| |
Changes: https://gitlab.com/m2crypto/m2crypto/blob/master/CHANGES
https://gitlab.com/m2crypto/m2crypto/commits/master
Notes:
svn path=/head/; revision=500234
|
|
|
|
| |
Notes:
svn path=/head/; revision=500216
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add USES=compiler:c++11-lang.
Don't add -L${OPENSSLLIB} unconditionally, do it only when SSL library from ports is used. The reason is that adding -L/usr/lib makes ports GCC want to link to libstdc++ from /usr/lib, not from /usr/local/lib/gcc8. This causes linking errors
PR: 237525
Approved by: ashish (maintainer), tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D20053
Notes:
svn path=/head/; revision=500197
|
|
|
|
|
|
|
|
|
|
| |
security/nettle requires gmp 6.0.0+, otherwise support for public key algorithms will be unavailable.
PR: 237582
Submitted by: eugen
Notes:
svn path=/head/; revision=500165
|
|
|
|
|
|
|
|
| |
PR: 237556
Submitted by: Sergei Vyshenski <svysh.fbsd@gmail.com> (maintainer)
Notes:
svn path=/head/; revision=500129
|
|
|
|
| |
Notes:
svn path=/head/; revision=500100
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Backport upstream pull request #4855 by Charlie Li <ml+freebsd vishwin info>
PR: 237487
Submitted by: Maciej Pasternacki <maciej pasternacki. net> (v1)
Submitted by: gahr (v2)
Reported by: Simeon Simeonov <sgs pichove org>
Obtained from: https://github.com/pyca/cryptography/pull/4855
Tested by: gahr (all USES=ssl versions), many
Notes:
svn path=/head/; revision=500082
|