notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: net-mgmt/librenms/Makefile

Number of commits found: 99

Wednesday, 28 Feb 2024
17:05 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: Update to 24.2.0

re: https://github.com/librenms/librenms/releases/tag/24.2.0

This release works with php82 and php83 for me. The previous release
worked on php82, but not php83.

Adjust the pkg-message for so `lnms migrate` and `./validate.php` work
instead of saying you can't run this as root.
commit hash: 9342baefce1b8670da95d1f83275225239ade052 commit hash: 9342baefce1b8670da95d1f83275225239ade052 commit hash: 9342baefce1b8670da95d1f83275225239ade052 commit hash: 9342baefce1b8670da95d1f83275225239ade052 9342bae
Wednesday, 10 Jan 2024
02:18 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: Update to 24.1.0

re: https://github.com/librenms/librenms/releases/tag/24.1.0

This release needs a database update. See pkg-message output
commit hash: 9f7051b56438490c64ef7ae3f1c8958c41172cb8 commit hash: 9f7051b56438490c64ef7ae3f1c8958c41172cb8 commit hash: 9f7051b56438490c64ef7ae3f1c8958c41172cb8 commit hash: 9f7051b56438490c64ef7ae3f1c8958c41172cb8 9f7051b
Wednesday, 20 Dec 2023
15:34 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: Unbreak capture page

My previous patch was broken, now fixed.
commit hash: d7df634319511db8234937808723b1b7695a4288 commit hash: d7df634319511db8234937808723b1b7695a4288 commit hash: d7df634319511db8234937808723b1b7695a4288 commit hash: d7df634319511db8234937808723b1b7695a4288 d7df634
Friday, 17 Nov 2023
14:46 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: Update to 23.11.0

re: https://github.com/librenms/librenms/releases/tag/23.11.0

This release needs a database update. See pkg-message output.
commit hash: 19402d33da79f31cf9562a08d7b41f12c3e559b2 commit hash: 19402d33da79f31cf9562a08d7b41f12c3e559b2 commit hash: 19402d33da79f31cf9562a08d7b41f12c3e559b2 commit hash: 19402d33da79f31cf9562a08d7b41f12c3e559b2 19402d3
Thursday, 16 Nov 2023
20:41 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: add missing dependency: iconv

While here, run portfmt.
PR:		275130
commit hash: 787fe89073b39ca8c225bf947969627fdced817d commit hash: 787fe89073b39ca8c225bf947969627fdced817d commit hash: 787fe89073b39ca8c225bf947969627fdced817d commit hash: 787fe89073b39ca8c225bf947969627fdced817d 787fe89
Sunday, 12 Nov 2023
19:23 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Cleanup php NOOP codes

There are some php modules which are by default installed and/or
statically linked in the default PHP installations and has no effect if
mentioned through USE_PHP. Remove those codes.

Also add comment for these cases like which extensions are required for
future references.

Approved by:	portmgr (blanket)
commit hash: 00b411fc8b1991da755d79d373ef86ad1f10d68f commit hash: 00b411fc8b1991da755d79d373ef86ad1f10d68f commit hash: 00b411fc8b1991da755d79d373ef86ad1f10d68f commit hash: 00b411fc8b1991da755d79d373ef86ad1f10d68f 00b411f
00:32 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: Allow PHP 8.2

Turns out, it works fine with PHP 8.2

PR:		275034
commit hash: b1d086ef272f02ce9f2ed8437c0fd79a2946cf0c commit hash: b1d086ef272f02ce9f2ed8437c0fd79a2946cf0c commit hash: b1d086ef272f02ce9f2ed8437c0fd79a2946cf0c commit hash: b1d086ef272f02ce9f2ed8437c0fd79a2946cf0c b1d086e
Sunday, 29 Oct 2023
00:14 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: unbreak lnms

lnms insists upon lnms file is owned by root, it should be owned and ran
by a non-privileged user

Make it chown www because that's what the librenms service runs as.

I'm discussing a solution with upstream as to how to better fix this in
their code. The current solution allows the app to modify its own code.
commit hash: c5dbdf1971ad604ef3e2ca626462edd3d4adbdc0 commit hash: c5dbdf1971ad604ef3e2ca626462edd3d4adbdc0 commit hash: c5dbdf1971ad604ef3e2ca626462edd3d4adbdc0 commit hash: c5dbdf1971ad604ef3e2ca626462edd3d4adbdc0 c5dbdf1
Saturday, 28 Oct 2023
22:01 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: Adjust dependencies

No longer required:

* net/pear-Net_IPv4
* net/pear-Net_IPv6

Add a missing PHP extension: zlib
commit hash: df4c8d6d8a5c06a61c8fca9fe6ddc562c464682b commit hash: df4c8d6d8a5c06a61c8fca9fe6ddc562c464682b commit hash: df4c8d6d8a5c06a61c8fca9fe6ddc562c464682b commit hash: df4c8d6d8a5c06a61c8fca9fe6ddc562c464682b df4c8d6
Friday, 27 Oct 2023
17:41 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: Update to 23.10.0

re: https://github.com/librenms/librenms/releases/tag/23.10.0

See also UPDATING re crontab issue which this update fixes.
commit hash: f67381ff3f4b8712de4b89f280f50d9ccf0e37b3 commit hash: f67381ff3f4b8712de4b89f280f50d9ccf0e37b3 commit hash: f67381ff3f4b8712de4b89f280f50d9ccf0e37b3 commit hash: f67381ff3f4b8712de4b89f280f50d9ccf0e37b3 f67381f
Sunday, 8 Oct 2023
18:40 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: Improve patching

Instead of patching to /usr/local, patch to %%LOCALBASE%%, then use
SED to patch to ${LOCALBASE}

Reported by:	osa
commit hash: 7d8ac44c90242ecd1656ce0c5a5c68910afb712b commit hash: 7d8ac44c90242ecd1656ce0c5a5c68910afb712b commit hash: 7d8ac44c90242ecd1656ce0c5a5c68910afb712b commit hash: 7d8ac44c90242ecd1656ce0c5a5c68910afb712b 7d8ac44
Saturday, 7 Oct 2023
11:49 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: Fix start on FreeBSD 14/nginx

This may be a path issue or a shell issue, but nginx on FreeBSD 14
is not finding /usr/local/bin/php. The fix: use /usr/local/bin/php
as we have done with other patches.

PR:		274248
commit hash: 73922d6b363a6902a05721d9102386ce657b03d4 commit hash: 73922d6b363a6902a05721d9102386ce657b03d4 commit hash: 73922d6b363a6902a05721d9102386ce657b03d4 commit hash: 73922d6b363a6902a05721d9102386ce657b03d4 73922d6
Wednesday, 4 Oct 2023
15:30 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: remove /usr/bin/env usage

This problem occurred on Nginx, but not Apache. Instead of
"/usr/bin/env php", use "/usr/local/bin/php".

While here:

* add more to SHEBANG_FILES
* portfmnt

PR:		274248
commit hash: 8ff190a6fb75c40acd4ebf3a579187ebd8a26d57 commit hash: 8ff190a6fb75c40acd4ebf3a579187ebd8a26d57 commit hash: 8ff190a6fb75c40acd4ebf3a579187ebd8a26d57 commit hash: 8ff190a6fb75c40acd4ebf3a579187ebd8a26d57 8ff190a
Tuesday, 26 Sep 2023
18:26 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: Update to 23.9.1

re: https://github.com/librenms/librenms/releases/tag/23.9.1

We skipped for no reason:

https://github.com/librenms/librenms/releases/tag/23.9.0
commit hash: b0cefa75d43d9731c76d28da34cea99b68c7fe50 commit hash: b0cefa75d43d9731c76d28da34cea99b68c7fe50 commit hash: b0cefa75d43d9731c76d28da34cea99b68c7fe50 commit hash: b0cefa75d43d9731c76d28da34cea99b68c7fe50 b0cefa7
Tuesday, 22 Aug 2023
13:44 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: Update to 23.8.2

This port update includes a new cron job which launches the schedule
process. This is distinct from the librenms-service.py daemon recently
introduced and also from the previous poller script.
See /usr/local/etc/cron.d/librenms

This update also installs symlink between /usr/local/bin/lnms and
%%%WWWDIR%%/lnms - this script is used during upgrades and always had
permissions issues when run as non-root. The script attempts to enforce
Linux-specific permissions (e.g. www owned). This symlink satisfies a
validation check the code does.

This commited patches the validation check for lnms. The check assumes
/usr/local/bin is on the path but that is not the case when librenms is
running. Instead, just check that the symlink exists.

files/pkg-message.in - updated to reflect lnms symlink changes

re: https://github.com/librenms/librenms/releases/tag/23.8.2

These releases were skipped over:

* https://github.com/librenms/librenms/releases/tag/23.8.1
* https://github.com/librenms/librenms/releases/tag/23.8.0
commit hash: ce403815a76af31dfd323b63415be7f7b9303745 commit hash: ce403815a76af31dfd323b63415be7f7b9303745 commit hash: ce403815a76af31dfd323b63415be7f7b9303745 commit hash: ce403815a76af31dfd323b63415be7f7b9303745 ce40381
Monday, 14 Aug 2023
17:56 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: Install the lang directory

PR:		273131
commit hash: a17fe40ef682f8466b7998957665a72e1eaac348 commit hash: a17fe40ef682f8466b7998957665a72e1eaac348 commit hash: a17fe40ef682f8466b7998957665a72e1eaac348 commit hash: a17fe40ef682f8466b7998957665a72e1eaac348 a17fe40
Tuesday, 1 Aug 2023
00:00 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: bump PORTREVISION

I should have done this with my previous commit.
commit hash: 6ce89bde22a032679de325bd21142c42100433ce commit hash: 6ce89bde22a032679de325bd21142c42100433ce commit hash: 6ce89bde22a032679de325bd21142c42100433ce commit hash: 6ce89bde22a032679de325bd21142c42100433ce 6ce89bd
Sunday, 30 Jul 2023
23:55 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: add many files to SHEBANG_FILES

While here, run portfmt over the Makefile - that accounts for the
majority of changes seen in the diff

patch LibreNMS/wrapper.py which contains "/usr/bin/env php" mid-file

PR:		260085
commit hash: 917c4c6dd4bbda3ce239856697e3607e8cfb4381 commit hash: 917c4c6dd4bbda3ce239856697e3607e8cfb4381 commit hash: 917c4c6dd4bbda3ce239856697e3607e8cfb4381 commit hash: 917c4c6dd4bbda3ce239856697e3607e8cfb4381 917c4c6
Monday, 17 Jul 2023
21:34 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: Update to 23.7.0

re: https://github.com/librenms/librenms/releases/tag/23.7.0

we skipped over this for no reason:
    https://github.com/librenms/librenms/releases/tag/23.6.0
commit hash: 422e62d8893803245c2ff7eaa95b2cbf9f93d31d commit hash: 422e62d8893803245c2ff7eaa95b2cbf9f93d31d commit hash: 422e62d8893803245c2ff7eaa95b2cbf9f93d31d commit hash: 422e62d8893803245c2ff7eaa95b2cbf9f93d31d 422e62d
Saturday, 10 Jun 2023
14:57 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Mark IGNORE_WITH_PHP for 8.3.X

Approved by:	portmgr (blanket)
Sponsored by:	Bounce Experts
commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0 commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0 commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0 commit hash: 4ca6b847063fd54a5398cf0611b2f0cd33b3dde0 4ca6b84
Friday, 19 May 2023
23:12 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: Update to 23.5.0

re: https://github.com/librenms/librenms/releases/tag/23.5.0

* This update adds the readline PHP module as a RUN_DEPENDS
* This update installs a cronjob to etc/crontab.d/librenms
  which runs every minute.
commit hash: e2c49c845fae2101302e19ec91a055834f7bb27e commit hash: e2c49c845fae2101302e19ec91a055834f7bb27e commit hash: e2c49c845fae2101302e19ec91a055834f7bb27e commit hash: e2c49c845fae2101302e19ec91a055834f7bb27e e2c49c8
Sunday, 30 Apr 2023
11:10 Felix Palmen (zirias) search for other commits by this committer
Mk/Uses/magick.mk: Bump all consumers

Bump all consumers of ImageMagick ports after flavorizing them.

Approved by:	tcberner (mentor, implicit)
commit hash: a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5 commit hash: a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5 commit hash: a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5 commit hash: a6bb2f8c5e3051b7d2de9a37cecb40f1cdb662b5 a6bb2f8
Sunday, 16 Apr 2023
18:09 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Remove merged or non-existent USE_PHP directives

- Remove USE_PHP=hash which is available in default php installation of
  all versions of php
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
  all versions of php
  * devel/pear-PHPTAL: Remove OPTION JSON
  * www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
  and later and has been replaced with sqlsrv module which is Windows
  only
  * www/codeigniter: Remove OPTION MSSQL
  * www/moodle311: Remove OPTION MSSQL
  * www/moodle39: Remove OPTION MSSQL
  * www/moodle40: Remove OPTION MSSQL
  * www/moodle41: Remove OPTION MSSQL
- Remove USE_PHP=openssl which is available in default php installation
  of all versions of php
  * databases/phpmyadmin: Remove OPTION OPENSSL
  * databases/phpmyadmin5: Remove OPTION OPENSSL
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION OPENSSL
  * www/nextcloud: Remove OPTION SSL
  * www/owncloud: Remove OPTION SSL
- Remove USE_PHP=pcre which is available in default php installation of
  all versions of php
  * sysutils/racktables: Remove OPTION PCRE
- Remove USE_PHP=postgresql which should be USE_PHP=pgsql and update
  following ports
  * www/typo3-11
  * www/typo3-12
- Remove USE_PHP=pdf which is no longer available as php module
  * databases/phpmyadmin: Remove OPTION PDF
- Remove USE_PHP=spl which is available in default php installation of
  all versions of php
- Remove USE_PHP=sqlsrv which was never imported into FreeBSD as that is
  Windows only php module
  * www/typo3-11: Remove OPTION SQLSRV
  * www/typo3-12: Remove OPTION SQLSRV
- Bump where DEFAULT OPTIONS are affected

Sponsored by:	Bounce Experts

Approved by:	portmgr(blanket)
commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea commit hash: 0ac3a69555cdc6ac1603f4ac7d6f85c5be19e3ea 0ac3a69
Tuesday, 11 Apr 2023
17:19 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: Remove extra % from pkg-message
commit hash: 6c5c4a1f5828b073e0e3eae1efd9484f234643e2 commit hash: 6c5c4a1f5828b073e0e3eae1efd9484f234643e2 commit hash: 6c5c4a1f5828b073e0e3eae1efd9484f234643e2 commit hash: 6c5c4a1f5828b073e0e3eae1efd9484f234643e2 6c5c4a1
16:28 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: Update to 23.4.0

re: https://github.com/librenms/librenms/releases/tag/23.4.0

This is what we missed (there was no 23.3.0 release)

https://github.com/librenms/librenms/releases/tag/23.2.0
https://github.com/librenms/librenms/releases/tag/23.1.1
commit hash: d7de4685d5471a1d8b86758d174a2da6ddd22aa7 commit hash: d7de4685d5471a1d8b86758d174a2da6ddd22aa7 commit hash: d7de4685d5471a1d8b86758d174a2da6ddd22aa7 commit hash: d7de4685d5471a1d8b86758d174a2da6ddd22aa7 d7de468
Wednesday, 25 Jan 2023
13:59 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: Update to 23.1.0

re: https://github.com/librenms/librenms/releases/tag/23.1.0

While here, run the Makefile through portfmt and portlint
commit hash: 3e84726434c702950fd7597de82b5d4ff26e5575 commit hash: 3e84726434c702950fd7597de82b5d4ff26e5575 commit hash: 3e84726434c702950fd7597de82b5d4ff26e5575 commit hash: 3e84726434c702950fd7597de82b5d4ff26e5575 3e84726
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
Add WWW entries to port Makefiles

It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.

Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.

There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Monday, 13 Jun 2022
00:08 Muhammad Moinur Rahman (bofh) search for other commits by this committer
*/*: Ignore with php82
commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546 commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546 commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546 commit hash: 214a6c5f5a6710e22a998e7e3ebba5e30d30a546 214a6c5
Friday, 18 Feb 2022
15:21 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: Update to 22.2.1

re: https://github.com/librenms/librenms/releases/tag/22.2.1

This port update skips over several releases.
See: https://github.com/librenms/librenms/releases

See UPDATING for details on storage directory which needs to
move to /var/db/librenms

LiberNMS wants to write to the %%WWWDIR%%/storage directory. To comply
with man 7 hier, this entry is now a symlink to /var/db/librenms/storage
Please adjust your filesystem accordingly.

The contrib directory has been removed from the upstream tarball. As such,
the port now installs the log rotation file to
/${PREFIX}/etc/newsyslog.conf.d/librenms.conf.sample

PR:		260085 261031
commit hash: 467e569d02e854b4e3abd762b796da449b57ff72 commit hash: 467e569d02e854b4e3abd762b796da449b57ff72 commit hash: 467e569d02e854b4e3abd762b796da449b57ff72 commit hash: 467e569d02e854b4e3abd762b796da449b57ff72 467e569
Saturday, 11 Dec 2021
13:50 Tobias C. Berner (tcberner) search for other commits by this committer
framework: Add new USES 'magick' for graphics/ImageMagick*

A new USES has been added to depend on ImageMagick.

	USES=magick

adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.

If a specific version is required, use for example

	USES=magick:6        resp.     USES=magick:7

If only a build, run or test is required, use for example

	USES=magick:build    resp.     USES=magick:6,build,test

If a dependency on the nox11 flavor is required, use for example

	USES=magick:nox11    resp.     USES=magick:7,nox11,run,test

See magick.mk for more details on the available flags.

The tree has been completely converted to make use of this.

Approved by:	bapt
Differential Revision: https://reviews.freebsd.org/D32754
commit hash: 45526ecbeec33dbb87f0b678d4c04988aab9b657 commit hash: 45526ecbeec33dbb87f0b678d4c04988aab9b657 commit hash: 45526ecbeec33dbb87f0b678d4c04988aab9b657 commit hash: 45526ecbeec33dbb87f0b678d4c04988aab9b657 45526ec
Tuesday, 31 Aug 2021
04:02 Alexey Dokuchaev (danfe) search for other commits by this committer
Cleanup: for ports under n* categories, drop redundant GH_* knobs.
commit hash: 0a22085145817b5cabaf71578a389795bf2239e3 commit hash: 0a22085145817b5cabaf71578a389795bf2239e3 commit hash: 0a22085145817b5cabaf71578a389795bf2239e3 commit hash: 0a22085145817b5cabaf71578a389795bf2239e3 0a22085
Sunday, 29 Aug 2021
19:44 Bernhard Froehlich (decke) search for other commits by this committer
net-mgmt/librenms: Add CPE information

Approved by:	portmgr (blanket)
commit hash: 68954e0a7dced90f25afc80673913dd0994effa9 commit hash: 68954e0a7dced90f25afc80673913dd0994effa9 commit hash: 68954e0a7dced90f25afc80673913dd0994effa9 commit hash: 68954e0a7dced90f25afc80673913dd0994effa9 68954e0
Tuesday, 25 May 2021
20:46 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: fix capture so that it works on FreeBSD

The application depends up on PATH to locate php. The code is now
patched to use LOCALBASE.

re: https://docs.librenms.org/Support/Device-Troubleshooting/
commit hash: 95895b273983fca1a7ecfed8056499c2c9e683f6 commit hash: 95895b273983fca1a7ecfed8056499c2c9e683f6 commit hash: 95895b273983fca1a7ecfed8056499c2c9e683f6 commit hash: 95895b273983fca1a7ecfed8056499c2c9e683f6 95895b2
Friday, 21 May 2021
13:18 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: Clean up Makefile and use LOCALBASE

Good ideas, and I applied LOCALBASE to other pathes too. Thank you.

Reported by:	otis
Differential Revision:	https://reviews.freebsd.org/D30377
commit hash: 246f272970e04072488ec8dcc3edf9b53ccf16ce commit hash: 246f272970e04072488ec8dcc3edf9b53ccf16ce commit hash: 246f272970e04072488ec8dcc3edf9b53ccf16ce commit hash: 246f272970e04072488ec8dcc3edf9b53ccf16ce 246f272
11:12 Dan Langille (dvl) search for other commits by this committer
net-mgmt/librenms: Update to 21.5.1

21.5.0 was skipped, for no reason

* https://github.com/librenms/librenms/releases/tag/21.5.1
* https://github.com/librenms/librenms/releases/tag/21.5.0
commit hash: b4739d4fdd0a36f689deef8b51d8a06fa8b26ab1 commit hash: b4739d4fdd0a36f689deef8b51d8a06fa8b26ab1 commit hash: b4739d4fdd0a36f689deef8b51d8a06fa8b26ab1 commit hash: b4739d4fdd0a36f689deef8b51d8a06fa8b26ab1 b4739d4
Wednesday, 28 Apr 2021
21:26 Dan Langille (dvl) search for other commits by this committer
Install a newsyslog config file to rotate Librenms logs.

PR:		255427
Reported by:	James French <james@french.id.au>
commit hash: 76bc66df08d29254a5096c1b5865b39bced9c3ee commit hash: 76bc66df08d29254a5096c1b5865b39bced9c3ee commit hash: 76bc66df08d29254a5096c1b5865b39bced9c3ee commit hash: 76bc66df08d29254a5096c1b5865b39bced9c3ee 76bc66d
Tuesday, 27 Apr 2021
12:37 Dan Langille (dvl) search for other commits by this committer
Update to 21.4.0

re https://docs.librenms.org/General/Changelog/#2140
commit hash: ce2ed9dfe985a5e228bfe79d184115da262b271f commit hash: ce2ed9dfe985a5e228bfe79d184115da262b271f commit hash: ce2ed9dfe985a5e228bfe79d184115da262b271f commit hash: ce2ed9dfe985a5e228bfe79d184115da262b271f ce2ed9d
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Monday, 29 Mar 2021
14:41 dvl search for other commits by this committer
Update to 21.3.0

Upstream has changed their release number, but I don't think that will affect
us at all. It appears to follow year.month

I have sent some newly added patches upstream
(https://github.com/librenms/librenms/pull/12647) and they will be removed
from here on the next release.

This update jumps over 21.20, 21.1.0, & 17.0.1 for no reason.

While here, include a patch from an outstanding PR

PR:		252640
Submitted by:	geoffroy desvernay <dgeo@centrale-marseille.fr>
Original commitRevision:569472 
Friday, 26 Feb 2021
19:43 dvl search for other commits by this committer
Revert my previous commit on this port. Enabling mod_php brings in Apache.
Original commitRevision:566634 
Thursday, 25 Feb 2021
23:17 dvl search for other commits by this committer
add MOD_PHP to the requirements
Original commitRevision:566568 
Sunday, 20 Dec 2020
19:30 dvl search for other commits by this committer
Update to 1.70.1

https://github.com/librenms/librenms/releases/tag/1.70.1
Original commitRevision:558764 
Monday, 16 Nov 2020
16:34 dvl search for other commits by this committer
add mysql to requires for rc.d script

PR:		251012
Submitted by:	Dries Michiels <driesm.michiels@gmail.com>
Original commitRevision:555496 
Wednesday, 12 Aug 2020
17:36 dvl search for other commits by this committer
Update to 1.66

As of this release, the package now updates files which were previously
updated by the app.  In keeping with not having modified files within
WWWDIR, the following files are now supplied by the package and are
created at the same time the vendor tarball is manually created.

The files in question are located in

* bootstrap/cache
* html/js/lang

These files should now be static and not modified by the application,
which would create them if not found. These files will get updated
with each new release.
Original commitRevision:544758 
Thursday, 30 Jul 2020
16:43 dvl search for other commits by this committer
Add more comments into the config.php.default patches so it is clear to the
user which settings are FreeBSD-specfic.

Also, set $config['update'] = 0; because if you're installing from a package
you don't want the software trying to update itself via git, which it will
attempt from daily.sh, but will fail because git is [usually] not installed.
Original commitRevision:543804 
Sunday, 26 Jul 2020
17:48 dvl search for other commits by this committer
Fix double logging

HEADS UP: See UPDATING for changes affecting your upgrade.
          New installs not affected.

This patch adds a new rc_variable: librenms_daemonflags

The -T option is gone as that will force a log to syslog, doubling up on log
entries.

A new APP_LOG setting has been added to the .env file. Please update and
move your logs.  See UPDATING.

PR:		246598
Submitted by:	Dries Michiels <driesm.michiels@gmail.com>
Original commitRevision:543487 
Saturday, 25 Jul 2020
19:15 dvl search for other commits by this committer
Add lang/pyton3 recommendation to pkg-message

While here, patch pip3 warnings, which we don't use because we are a
package and we don't do things like that.

PR:		248255
Submitted by:	Alexander Moisseev <moiseev@mezonplus.ru>
Original commitRevision:543428 
Monday, 20 Jul 2020
21:35 dvl search for other commits by this committer
Update to 1.65.1

This upgrade disables polling via cronjob.
You must now use the Dispatcher.  See UPDATING
Original commitRevision:542675 
Tuesday, 5 May 2020
15:22 dvl search for other commits by this committer
fix log file creation in rc script

disable allowance of multiple instances (-m in rc.d script)

PR:		246160
Submitted by:	Dries Michiels <driesm.michiels@gmail.com>
Original commitRevision:534092 
Sunday, 3 May 2020
19:31 dvl search for other commits by this committer
Add support for polling as a service

Two new options

* PYPOLLER  - default, deprecated, needs Python 2.7
* PYSERVICE - Dispatcher service, recompile required

HEADS UP HEADS UP

Polling via cron job is now deprecated. Please use the Dispatcher.

LibreNMS will be dropping support for PHP 7.1 and Python 2 in the next release
expected May 31 2020.  see
https://community.librenms.org/t/dropping-support-for-php-7-1-and-python-2/11851

Your existing crontab entries for the PYPOLLER option will be going away.

You can migrate to the PYSERVICE option of LibreNMS now.

PR:		246105
Submitted by:	Dries Michiels <driesm.michiels@gmail.com>
Original commitRevision:533804 
Thursday, 30 Apr 2020
15:28 dvl search for other commits by this committer
Update to 1.63

re: https://github.com/librenms/librenms/releases/tag/1.63
Original commitRevision:533464 
Sunday, 5 Apr 2020
21:20 dvl search for other commits by this committer
Fixed broken hash for librenms-vendor-1.62.2.tar.gz

Reported by:	pkg-fallout
Original commitRevision:530839 
Saturday, 4 Apr 2020
17:41 dvl search for other commits by this committer
Update to 1.62.2

skipping 1.62 & 1.62.1

* https://github.com/librenms/librenms/releases/tag/1.62
* https://github.com/librenms/librenms/releases/tag/1.62.1
* https://github.com/librenms/librenms/releases/tag/1.62.2
Original commitRevision:530695 
Thursday, 26 Mar 2020
15:27 dvl search for other commits by this committer
With recent versions of LibreNMS, the .env file may need to contain secrets.

Install .env.example with chmod o=

Add notice to pkg-message. The file is populated manually.
Original commitRevision:529195 
Tuesday, 3 Mar 2020
16:25 dvl search for other commits by this committer
Update to 1.61

While here, adjust the webserver options (see PR)

NOTE: upgrading existing installations will break unless you read UPGRADING
and follow the instructions.

In short:

* Apache / mod_php is no longer an option
* config.php needs entries added manually

We are jumping a few versions here:

* https://github.com/librenms/librenms/releases/tag/1.61
* https://github.com/librenms/librenms/releases/tag/1.60
* https://github.com/librenms/librenms/releases/tag/1.59
* https://github.com/librenms/librenms/releases/tag/1.58.1
* https://github.com/librenms/librenms/releases/tag/1.58

PR:		235949
Submitted by:	Dries Michiels <driesm.michiels@gmail.com>
Original commitRevision:527681 
Friday, 21 Feb 2020
16:31 dvl search for other commits by this committer
add dependencies to fix after update of libremns to 1.56

PR:		243875
Submitted by:	Dirk Meyer <dinoex@FreeBSD.org>
Original commitRevision:526632 
Monday, 23 Dec 2019
17:37 dvl search for other commits by this committer
Fix default location of ping and nagios plugins

PR:		242651
Submitted by:	Dries Michiels <driesm.michiels@gmail.com>
Original commitRevision:520732 
Monday, 30 Sep 2019
14:50 dvl search for other commits by this committer
Update to 1.56

https://github.com/librenms/librenms/releases/tag/1.56
Original commitRevision:513394 
Thursday, 26 Sep 2019
17:50 dvl search for other commits by this committer
Update to 1.55

re: https://github.com/librenms/librenms/releases/tag/1.55
Original commitRevision:512912 
Sunday, 1 Sep 2019
14:40 dvl search for other commits by this committer
Upgrade to 1.54

* MPLS Services (#10421) - vitalisator
* Graylog entry matching device if source is not hostname or primary ip (#10458)
- rsys-dev
* Allow filtering of getUserlist LDAP function (#10399) - ifred16

re: https://github.com/librenms/librenms/releases/tag/1.54
Original commitRevision:510694 
Saturday, 27 Jul 2019
15:03 dvl search for other commits by this committer
Upgrade to 1.53.1

release notes:

1.53.1 - https://github.com/librenms/librenms/releases/tag/1.53.1
1.53   - https://github.com/librenms/librenms/releases/tag/1.53
1.52   - https://github.com/librenms/librenms/releases/tag/1.52
Original commitRevision:507461 
Sunday, 12 May 2019
01:02 dvl search for other commits by this committer
Upgrade to 1.51

https://github.com/librenms/librenms/releases/tag/1.51
Original commitRevision:501353 
Thursday, 4 Apr 2019
20:19 dvl search for other commits by this committer
Upgrade to 1.50

https://github.com/librenms/librenms/releases
Original commitRevision:497865 
Monday, 4 Mar 2019
22:25 dvl search for other commits by this committer
Upgrade to 1.49

https://github.com/librenms/librenms/releases/tag/1.49

As with every LibreNMS upgrade, visit /validate/ to see if you need
run any scripts post-upgrade.
Original commitRevision:494658 
Monday, 25 Feb 2019
21:48 dvl search for other commits by this committer
Upgrade to 1.48.1
Take over as maintainer
in pkg-message:
* Correct the .env.example
* Add ./validate

1.48 was skipped because of time issue

Release notes:
1.48.1  Fix for some OS loading issues.
        https://github.com/librenms/librenms/releases/tag/1.48.1
1.48    https://github.com/librenms/librenms/releases/tag/1.48

PR:		235537
Submitted by:	Laszlo Danielisz <lacibsd@gmail.com>
Approved by:	bofh@FreeBSD.org (maintainer)
Original commitRevision:493899 
Saturday, 12 Jan 2019
11:14 bofh search for other commits by this committer
net-mgmt/librenms: Update version 1.45=>1.47

PR:		234645
Submitted by:	dvl
Relnotes:	https://github.com/librenms/librenms/releases
Original commitRevision:490043 
Sunday, 16 Dec 2018
17:37 bofh search for other commits by this committer
net-mgmtt/librenms: Fix build with EXAMPLES disabled

- Pet portlint

PR:			233202
Submitted by:		pizzamig
Original commitRevision:487604 
Saturday, 10 Nov 2018
19:57 kwm search for other commits by this committer
Update ImageMagick to 6.9.10.14 [1]

* Add PKGNAMESUFFIX and rename the directory. This was done to show
  that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.

Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.

Chase these changes in all the ports that using IM6.

PR:		225102 (based on, only the version update) [1]
Submitted by:	Pascal Christen <pascal.christen@hostpoint.ch>
Original commitRevision:484640 
Thursday, 8 Nov 2018
13:32 dvl search for other commits by this committer
Upgrade to 1.45

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)
Original commitRevision:484452 
Sunday, 2 Sep 2018
14:06 dvl search for other commits by this committer
Correct paths for nmap and mtr in patch for includes/defaults.inc.php
Correct user in patch for .env.example

PR:		231089
Submitted by:	Dries Michiels <driesm.michiels@gmail.com>
Original commitRevision:478792 
Saturday, 1 Sep 2018
20:42 dvl search for other commits by this committer
Upgrade to 1.43

While here, fix a bug in the files/patch-includes_common.php where the
variables for PORTVERSION & RELEASE_TIMESTAMP were not present.

Approved by:	maintainer (via private email)
Original commitRevision:478726 
19:02 dvl search for other commits by this committer
Upgrade to 1.42.01

Approved by:	maintainer (via private email)
Differential Revision:	https://reviews.freebsd.org/D16942
Original commitRevision:478715 
Tuesday, 22 May 2018
13:15 mat search for other commits by this committer
Add PY_FLAVOR to Python module dependencies.

Sponsored by:	Absolight
Original commitRevision:470610 
Thursday, 8 Mar 2018
19:48 mat search for other commits by this committer
Introduce PHP flavors.

  Ports using USES=php:phpize, php:ext, php:zend, and php:pecl are now
  flavored.  They will automatically get flavors (php56, php70, php71, php72)
  depending of the versions they support (set with IGNORE_WITH_PHP).  As a
  consequence, ports using USES=pear and USES=horde are also flavored.

PR:		226242
Submitted by:	mat
Exp-run by:	antoine
Approved by:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D14208
Original commitRevision:463917 
Thursday, 18 Jan 2018
20:47 feld search for other commits by this committer
net-mgmt/librenms: Fix build

Leftover change crept into last commit

MFH:		2018Q1
Original commitRevision:459377 
20:21 feld search for other commits by this committer
net-mgmt/librenms: Update to 1.35, many improvements

Improvements:

-    All files should be owned root:wheel except logs and rrd which need to be
writable by the app
-    Add missing php posix extension
-    Do not install config.php by default. This breaks the install process which
won't run if this file exists
-    Clean up automatic PLIST creation: don't install .orig or .bak files, don't
add @dir as they aren't needed
-    Patch LibreNMS to make /validate/ page not produce warnings about files not
being writable (for git updates)
-    Remove the Updates validation check altogether as we won't be using git to
update
-    Patch the User validation check to only check the logs and rrd dir and
ensure the correct user owns them
-    Change the default user in the generated config to "www"
-    Patch the File Lock code to put the lock file in /tmp and not in the WWWDIR
which should not be writable
-    Update message in installer to use WWWDIR as suggested path for config.php
-    Use shebangfix instead of patch where applicable
-    Fix APACHEMOD port option and declaration of the USES=php

PR:		225161
MFH:		2018Q1
Differential Revision:	https://reviews.freebsd.org/D13907
Original commitRevision:459372 
Monday, 8 Jan 2018
15:47 mat search for other commits by this committer
databases/py-MySQLdb only supports Python 2, restrict ports that uses it.

Sponsored by:	Absolight
Original commitRevision:458431 
Monday, 20 Nov 2017
23:33 dvl search for other commits by this committer
Set path to rrdtool
Original commitRevision:454583 
21:21 dvl search for other commits by this committer
Upgrade to 1.33.01
Original commitRevision:454581 
Tuesday, 6 Jun 2017
13:38 bofh search for other commits by this committer
net-mgmt/librenms: Update version 1.26=>1.28

- Fixed an issue where services-wrapper wasn't working (by adding the PATH
  line to the crontab) [1]
- Fixed a permissions issue with some directories [1]
- Added patch to validate.php which allows it to work correctly
  (accidentally ommitted from previous commit) [1]

PR:		218608[1]
Submitted by:	freebsd@jonathanprice.org[1]
Original commitRevision:442762 
Tuesday, 11 Apr 2017
22:11 bofh search for other commits by this committer
net-mgmt/librenms: Update version 1.25=>1.26

- Fix validate.php
- Created logs dir, used by daily.php
- fixed daily.sh to use sudo (replaces GNU su command)
- made daily.sh executable
- Disabled update checks in daily.sh, as they try to use git
- Updated the username in config.php to www

PR:		218351
Submitted by:	freebsd@jonathanprice.org
Original commitRevision:438321 
Saturday, 11 Mar 2017
12:54 bofh search for other commits by this committer
net-mgmt/librenms: Update version 1.24=>1.25
Original commitRevision:435901 
Friday, 10 Mar 2017
13:06 antoine search for other commits by this committer
Do not override USES when PACKAGE_BUILDING is set, this should fix the
failure reported by package builders
Original commitRevision:435828 
Sunday, 26 Feb 2017
11:01 bofh search for other commits by this committer
net-mgmt/librenms: Update version 1.23=>1.24

- Add PHP 7.0 support [1]
- Pet portlint

PR:		213376[1]
Submitted by:	fredrik.eriksson@loopia.se[1]
Original commitRevision:434856 
Monday, 16 Jan 2017
14:19 dvl search for other commits by this committer
Add more detail about my.cnf changes

Submitted by: Christoph Moench-Tegeder <cmt@burggraben.net>
Original commitRevision:431648 
03:14 dvl search for other commits by this committer
Add patches missing from previous commit.
Add note to pkg-message about my.cnf
Add not to UPGRADING about my.cnf
Bump PORTREVISION

Submitted by: Larry Rosenman <ler@FreeBSD.org>
Original commitRevision:431614 
Sunday, 15 Jan 2017
21:20 dvl search for other commits by this committer
Upgrade to 1.23,1

Be sure to set the following in my.cnf:

[mysqld]
innodb_file_per_table=1
sql-mode=""
Original commitRevision:431600 
Wednesday, 27 Jul 2016
20:42 bofh search for other commits by this committer
net-mgmt/librenms: Update version 201605=>201607
Original commitRevision:419196 
Saturday, 11 Jun 2016
18:42 bofh search for other commits by this committer
net-mgmt/librenms: Update version 201604=>201605
Original commitRevision:416740 
Monday, 23 May 2016
20:35 amdmi3 search for other commits by this committer
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed

Approved by:	portmgr blanket
Original commitRevision:415742 
Monday, 2 May 2016
16:08 zeising search for other commits by this committer
Update databases/rrdtool to 1.6.0

Most notably, this version of rrdtools.so is thread safe, so the
rrdtools_th.so library is removed.

Bump portrevision for depending ports due to shlib version bump.

For full changelog: http://oss.oetiker.ch/rrdtool/pub/CHANGES

Reviewed by:	kwm
Differential Revision:	D6168
Original commitRevision:414458 
Friday, 22 Apr 2016
13:53 mat search for other commits by this committer
Remove ${PORTSDIR}/ from *_DEPENDS lines.

Sponsored by:	Absolight
Original commitRevision:413782 
Friday, 15 Apr 2016
09:30 bofh search for other commits by this committer
net-mgmt/librenms: Update version 201601=>201604

- Fix circular dependency of x11 and nox11 [1]

PR:		208356 [1]
Submitted by:	daniel@blodan.se [1]
Original commitRevision:413328 
Friday, 1 Apr 2016
14:16 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories m, n, o, and p.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412348 
13:18 mat search for other commits by this committer
Fixup some whitespace at the beginning of lines problems.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412342 
Friday, 29 Jan 2016
19:00 dvl search for other commits by this committer
Upgrade to 201601
PR:             206298
Approved by:    maintainer(bofh)
Original commitRevision:407492 
Monday, 19 Oct 2015
18:44 bofh search for other commits by this committer
net-mgmt/librenms: Update version 201509=>201510
Original commitRevision:399711 
Tuesday, 15 Sep 2015
08:52 bofh search for other commits by this committer
net-mgmt/librenms: Update version 201506=>201509 [1]

- Correct the path of fping [1]
- Make proper use of OPTIONSNG

PR:		202938 [1]
Submitted by:	dvl [1]
Differential Revision:	https://reviews.freebsd.org/D3578 [1]
Original commitRevision:396947 
Saturday, 20 Jun 2015
08:10 bofh search for other commits by this committer
[NEW] net-mgmt/librenms: Autodiscovering PHP/MySQL/SNMP based network monitoring

LibreNMS is an autodiscovering PHP/MySQL/SNMP based network monitoring which
includes support for a wide range of network hardware and operating systems
including Cisco, Linux, FreeBSD, Juniper, Brocade, Foundry, HP and many more.

LibreNMS has grown out of a lack of easy to configure network monitoring
platforms. It is intended to provide a more navigable interface to the health
and performance of your network. Its design goals include collecting as much
historical data about devices as possible, being completely autodiscovered with
little or no manual intervention, and having a very intuitive interface.

WWW: http://www.librenms.org
Original commitRevision:390151 

Number of commits found: 99