https://github.com/librenms/librenms/releases/tag/1.45
* remove mcrypt from depends (no longer used)
* add pdo_mysql (long required but not included)
* remove lib from ROOT_DIRS
* mention sql-mode="" is no longer required
* Make ./validate.php work from a package
PR: 232658
Approved by: maintainer timeout (14 days)
Now that CHICKEN 5.0.0 is out, as discussed with the previous
maintainer, users should slowly migrate to lang/chicken5. Give a
1-year notice.
PR: 230535
- Cquery builds and works fine with LLVM 7 for example
- Make the libclang.so spec more specific to prevent the framework
from picking the wrong library version from llvm60 with LLVM_DEFAULT=70
when both llvm60 and llvm70 are installed in the build environment
PR: 232598
Approved by: henry.hu.sh@gmail.com (maintainer timeout, 2 weeks)
This can apparently be triggered with malformed RSS feeds.
Traceback (most recent call last):
File "/usr/share/rss2email/rss2email.py", line 711, in run
tagline = ",".join(taglist)
TypeError: sequence item 1: expected string or Unicode, NoneType found
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734327
- Reset maintainer due to the long timeout
PR: 214934
Submitted by: jonathan@invertedearth.net
Approved by: srg@guglielmo.us (maintainer timeout, ~2 years)
* limit PORTSCOUT to be notified only if sysutils/intel-pcm superseeds
* plisted new tool available: sbin/pcm-pcicfg.x
Approved by: araujo (mentor), beat (mentor)
Differential Revision: https://reviews.freebsd.org/D17864
While here, pet portlint, etc.
- add USES=gl
- adjust CONFLICTS
- put DISTVERSIONPREFIX the right place
PR: 233044
Submitted by: rozhuk.im@gmail.com
Approved by: mentors (implicit)
Sponsored by: HAW International, Inc.
Drop one new gcc8 warning, and fix another in the FreeBSD glibc-
compatibility shim patch.
Re-enable gcc8 option (USE_GCC= yes).
Bump PORTREVISION due to the patch change (no functional change).
PR: 232932
Reported by: gerald, kib
Reviewed by: bdrewery
Approved by: bdrewery
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D17882
For the sake posterity use OpenSSL 1.1.0-pre1's version which is
when EVP_MD_CTX was made opaque [1]. This should have no practical
impact on the build with any of the OpenSSL versions we support.
[1] https://github.com/openssl/openssl/commit/7638370ca6cb
Reported by: danfe, jbeich
* Remove most PHP warnings/notices that go to error_log
* Convert patches to new format where needed
* Fix HTML output to be valid
* Fix quoting of SQL objects
* Fix escaping of user-provided SQL data (potential sql injection)
* Widen fields in 95.php and 95.pl for interface and router names
* Fix warnings in perl modules in newer perl versions
* Fix createdb script to use CREATE USER/GRANT not manipulate user db directly
* Add "Update_desc" config entry to auto-update port descriptions from snmp
* Update default SNMP version to 2
* Although this doesn't reference any CVE's, it does contain fixes for potential security issues
PR: 227376
Submitted by: freebsd-ports@dan.me.uk (maintainer)
Reported by: freebsd-ports@dan.me.uk (maintainer)
Reviewed by: mfechner
Approved by: mentors (timeout), portmgr (timeout)
MFC after: 2 days
Differential Revision: https://reviews.freebsd.org/D17637
fixes, including several out_dxf segfaults
- Build with PostScript export support (dwg2ps) by default (due to lack
of --disable-pslib configure switch, leave a note that while currently
pre-installed `print/pslib' port would not be silently picked up, this
might change in the future and explain how to handle this situation)