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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: net-mgmt/cacti/Makefile

Number of commits found: 99

Thursday, 22 Feb 2024
12:31 Robert Clausecker (fuz) search for other commits by this committer Author: Michael Muenz
net-mgmt/cacti: update to 1.2.26

Changelog: https://www.cacti.net/info/changelog

PR:		277136, 271440
Reported by:	Dani I. <i.dani@outlook.com>
commit hash: e83e750945b6cc4db9c3bdc4051b2927ce2da02b commit hash: e83e750945b6cc4db9c3bdc4051b2927ce2da02b commit hash: e83e750945b6cc4db9c3bdc4051b2927ce2da02b commit hash: e83e750945b6cc4db9c3bdc4051b2927ce2da02b e83e750
Thursday, 18 May 2023
08:19 Robert Clausecker (fuz) search for other commits by this committer Author: David Siebörger
net-mgmt/cacti: USE_PHP+= intl pcntl

In version 1.2.23, Cacti's installer checks for the presence of the intl
and pcntl PHP modules.  Thus the port ought to depend on those modules.

Also switch to DISTVERSION while we are at it.

See also:	https://github.com/Cacti/cacti/commit/27308d84
See also:	https://github.com/Cacti/cacti/commit/15cdd4a5
PR:		269022
Approved by:	m.muenz@gmail.com (maintainer)
commit hash: bc6e8c0e283fcec28796a874d6280a2081bc801d commit hash: bc6e8c0e283fcec28796a874d6280a2081bc801d commit hash: bc6e8c0e283fcec28796a874d6280a2081bc801d commit hash: bc6e8c0e283fcec28796a874d6280a2081bc801d bc6e8c0
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
Thursday, 5 Jan 2023
19:32 Fernando Apesteguía (fernape) search for other commits by this committer Author: Michael Muenz
net-mgmt/cacti: Update to 1.2.23

ChangeLog: https://www.cacti.net/info/changelog

PR:		268742
Reported by:	m.muenz@gmail.com (maintainer)
MFH:		2023Q1	(security fix)
Security:	CVE-2022-46169
commit hash: 32bac56e98aad752f05a3fb9d2cff5310d02d94e commit hash: 32bac56e98aad752f05a3fb9d2cff5310d02d94e commit hash: 32bac56e98aad752f05a3fb9d2cff5310d02d94e commit hash: 32bac56e98aad752f05a3fb9d2cff5310d02d94e 32bac56
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
Saturday, 20 Aug 2022
02:27 Neel Chauhan (nc) search for other commits by this committer Author: Michael Muenz
net-mgmt/cacti: Update to 1.2.22

Changes: https://www.cacti.net/info/changelog

PR:	265946
commit hash: 3dc3bf894d173622f40f230b73b9afebdc5102c9 commit hash: 3dc3bf894d173622f40f230b73b9afebdc5102c9 commit hash: 3dc3bf894d173622f40f230b73b9afebdc5102c9 commit hash: 3dc3bf894d173622f40f230b73b9afebdc5102c9 3dc3bf8
Tuesday, 28 Jun 2022
16:05 Neel Chauhan (nc) search for other commits by this committer Author: Michael Muenz
net-mgmt/cacti: Update to 1.2.21

Changes: https://www.cacti.net/info/changelog

PR:	264932
commit hash: 69057e1c6b5bddffae03f22ea45d502c069ac24d commit hash: 69057e1c6b5bddffae03f22ea45d502c069ac24d commit hash: 69057e1c6b5bddffae03f22ea45d502c069ac24d commit hash: 69057e1c6b5bddffae03f22ea45d502c069ac24d 69057e1
Saturday, 23 Apr 2022
20:08 Guangyuan Yang (ygy) search for other commits by this committer Author: Michael Muenz
net-mgmt/cacti: Update to 1.2.20

Changelog:	https://www.cacti.net/info/changelog/1.2.20

PR:		263491
commit hash: 516b831fa7f18bda421e28017d53ac29e89a5486 commit hash: 516b831fa7f18bda421e28017d53ac29e89a5486 commit hash: 516b831fa7f18bda421e28017d53ac29e89a5486 commit hash: 516b831fa7f18bda421e28017d53ac29e89a5486 516b831
Monday, 27 Dec 2021
14:32 Li-Wen Hsu (lwhsu) search for other commits by this committer Author: Michael Muenz
net-mgmt/cacti: Update to 1.2.19

Change log: https://cacti.net/info/changelog

PR:		260726
commit hash: 707620552a1fee8527935ae6dffd4d944e4a66f0 commit hash: 707620552a1fee8527935ae6dffd4d944e4a66f0 commit hash: 707620552a1fee8527935ae6dffd4d944e4a66f0 commit hash: 707620552a1fee8527935ae6dffd4d944e4a66f0 7076205
Thursday, 10 Jun 2021
14:12 Rodrigo Osorio (rodrigo) search for other commits by this committer
net-mgmt/cacti: Update to 1.2.17

Full changelog: https://github.com/Cacti/cacti/releases/tag/release%2F1.2.17

PR:		256325
Security:	CVE-2020-35701
MFH:		2021Q2
Approved by:	Michael Muenz <m.muenz@gmail.com> (maintainer)
commit hash: 073124bd04f0d5cb9c80599da3df15887e3968ef commit hash: 073124bd04f0d5cb9c80599da3df15887e3968ef commit hash: 073124bd04f0d5cb9c80599da3df15887e3968ef commit hash: 073124bd04f0d5cb9c80599da3df15887e3968ef 073124b
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
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
Wednesday, 16 Dec 2020
12:16 kai search for other commits by this committer
net-mgmt/cacti: Update to 1.2.16

Changelog:

https://www.cacti.net/release_notes.php?version=1.2.16

PR:		251673
Submitted by:	Michael Muenz <m.muenz@gmail.com> (maintainer)
Original commitRevision:558224 
Wednesday, 2 Sep 2020
04:28 swills search for other commits by this committer
net-mgmt/cacti: Update to 1.2.14

PR:		248878
Submitted by:	Michael Muenz <m.muenz@gmail.com> (maintainer)
Original commitRevision:547321 
Tuesday, 28 Jul 2020
08:40 joneum search for other commits by this committer
Update to 1.2.13

With this release, there are a number of CVE's that have been addressed. We
would like to take this moment to thank those who have contributed to Cacti with
special mention to: Mayfly277 ddb4github yingbaiibm DavidLiedke kim-fitness
bmfmancini riversdev0 The Cacti Group are made up of volunteers where all help
and contributions are appreciated. Thanks to GitHub's recent Sponsors program,
you can now also contribute financially to the project by using the "Sponsors"
button on the GitHub Cacti repository or when viisting
https://github.com/sponsors/Cacti We hope that you enjoy this release and that
in the current unsettling climate, you are all safe and well.

Changelog: https://www.cacti.net/release_notes.php?version=1.2.13

PR:		248139
Reported by:	Michael Muenz <m.muenz@gmail.com> (maintainer)
MFH:		2020Q3
Relnotes:	cd2dc126-cfe4-11ea-9172-4c72b94353b5
Sponsored by:	Netzkommune GmbH
Original commitRevision:543584 
Tuesday, 5 May 2020
01:47 dbaio search for other commits by this committer
net-mgmt/cacti: Update to 1.2.12

Changelog:	https://github.com/Cacti/cacti/blob/release/1.2.12/CHANGELOG

PR:		246161
Submitted by:	Michael Muenz <m.muenz@gmail.com> (maintainer)
MFH:		2020Q2
X-MFH-with:	531284
Security:	cd864f1a-8e5a-11ea-b5b4-641c67a117d8
Original commitRevision:534006 
Friday, 10 Apr 2020
03:15 woodsb02 search for other commits by this committer
net-mgmt/cacti: Update to 1.2.11

Also change maintainer to submitter. Thanks for maintaining this port
for the last 5 years Dan, and for stepping up to the plate Michael!

Changes this release:
  https://github.com/Cacti/cacti/blob/release/1.2.11/CHANGELOG

PR:		245468
Submitted by:	Michael Muenz <m.muenz@gmail.com>
Approved by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Original commitRevision:531284 
Tuesday, 7 Apr 2020
14:24 woodsb02 search for other commits by this committer
net-mgmt/cacti: Update to 1.2.10

Changes this release:
  https://github.com/Cacti/cacti/blob/release/1.2.10/CHANGELOG

PR:		245198
Submitted by:	Michael Muenz <m.muenz@gmail.com>
Approved by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
MFH:		2020Q2
Security:	https://www.vuxml.org/freebsd/e2b564fc-7462-11ea-af63-38d547003487.html
Original commitRevision:530981 
Monday, 6 Jan 2020
19:02 kai search for other commits by this committer
net-mgmt/cacti: Update to 1.2.8

* Sort pkg-plist to make future patching/comparing easier.

While I'm here:

* Use ${COPYTREE_SHARE} to correctly install a whole set of files instead of
  using "cp -R".

* Also remove a very outdated test was required when updating to the 0.8.7a
  release of net-mgmt/cacti.  It was introduced +12 years ago in r203859 and
  is no longer required nowadays.

Changelog:

https://github.com/Cacti/cacti/releases/tag/release%2F1.2.8

PR:		242834
Submitted by:	Michael Muenz <m.muenz@gmail.com> (based on)
Approved by:	maintainer timeout (14 days)
MFH:		2020Q1
Security:	86224a04-26de-11ea-97f2-001a8c5c04b6
Original commitRevision:522267 
Wednesday, 2 Oct 2019
14:53 kai search for other commits by this committer
net-mgmt/cacti: Update to 1.2.7

Changelog since: 1.2.5:

* Fixes CVE-2019-16723 that allowed unrestricted access to graphs
* Various bugfixes

https://github.com/Cacti/cacti/blob/release/1.2.7/CHANGELOG

PR:		204999
Submitted by:	Michael Muenz <m.muenz@gmail.com>
Approved by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
MFH:		2019Q4
Security:	ed18aa92-e4f4-11e9-b6fa-3085a9a95629
Original commitRevision:513582 
Monday, 19 Aug 2019
20:25 kai search for other commits by this committer
net-mgmt/cacti: Update to 1.2.5

* Remove the SNMPBIN option that was introduced with r490477 and which is no
  longer required since the 1.2.4 release.

  It was used as a workaround to override the internal PHP SNMP calls which
  led to graphs that didn't update within cacti.

  The PHP SNMP extension can now be enabled/disabled by a re-purposed
  variable in the configuration file.

While I'm here:

* Remove superfluous "+=" from PLIST_SUB and SUB_LIST because there are no
  previous definitions of those variables.

* Remove CONFLICTS_INSTALL as net-mgmt/cacti88 is no longer present in the
  Ports tree since the end of 2018.

Changes since 1.2.3:

https://github.com/Cacti/cacti/blob/release/1.2.5/CHANGELOG

PR:		238434
Submitted by:	Michael Muenz <m.muenz@gmail.com>
Reported by:	Matthew Horan <matt@matthoran.com>
Approved by:	maintainer timeout (2+ months)
MFH:		2019Q3
Original commitRevision:509310 
Wednesday, 10 Apr 2019
21:10 swills search for other commits by this committer
net-mgmt/cacti: Update to 1.2.3

PR:		236927
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Original commitRevision:498602 
Friday, 25 Jan 2019
15:16 swills search for other commits by this committer
net-mgmt/cacti: update to 1.2.1

PR:		235165
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Original commitRevision:491152 
Wednesday, 16 Jan 2019
12:59 swills search for other commits by this committer
net-mgmt/cacti: fix issues with graphs

PR:		234952
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Original commitRevision:490477 
Tuesday, 8 Jan 2019
18:13 swills search for other commits by this committer
net-mgmt/cacti: fix typo

PR:		234735
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Reported by:	Arnaud de Prelle <arnaud@pnzone.net>
Original commitRevision:489731 
Sunday, 6 Jan 2019
16:32 swills search for other commits by this committer
net-mgmt/cacti: update to 1.2.0

PR:		234664
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Original commitRevision:489505 
Friday, 23 Nov 2018
15:47 swills search for other commits by this committer
net-mgmt/cacti: update to 1.1.38

PR:		233116
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Original commitRevision:485683 
Wednesday, 11 Apr 2018
00:32 dbaio search for other commits by this committer
net-mgmt/cacti: Update to 1.1.37

Changes:	https://www.cacti.net/release_notes.php?version=1.1.37

PR:		227212
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Original commitRevision:467020 
Sunday, 4 Mar 2018
04:11 yuri search for other commits by this committer
net-mgmt/cacti: Update to 1.1.36

This is a bugfix release.

PR:		226334
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Approved by:	tcberner (mentor, implicit)
Original commitRevision:463550 
Monday, 19 Feb 2018
12:41 dbaio search for other commits by this committer
net-mgmt/cacti: Update to 1.1.35

Changes:	https://www.cacti.net/release_notes.php?version=1.1.35

PR:		225958
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Original commitRevision:462312 
Wednesday, 7 Feb 2018
13:58 dbaio search for other commits by this committer
net-mgmt/cacti: Update to 1.1.34

Changes:	https://www.cacti.net/release_notes.php?version=1.1.34

PR:		225715
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Original commitRevision:461144 
Saturday, 27 Jan 2018
16:30 dbaio search for other commits by this committer
net-mgmt/cacti: Update to 1.1.33

Changes:	https://www.cacti.net/release_notes.php?version=1.1.32
		https://www.cacti.net/release_notes.php?version=1.1.33

PR:		225419
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Original commitRevision:460128 
Friday, 19 Jan 2018
21:06 dbaio search for other commits by this committer
net-mgmt/cacti: Update to 1.1.31

Changes:	https://www.cacti.net/release_notes.php?version=1.1.31

PR:		225293
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Original commitRevision:459472 
Friday, 5 Jan 2018
00:48 dbaio search for other commits by this committer
net-mgmt/cacti: Update to 1.1.30

Changes:	https://www.cacti.net/release_notes.php?version=1.1.30

PR:		224889
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Original commitRevision:458097 
Sunday, 31 Dec 2017
14:29 dbaio search for other commits by this committer
net-mgmt/cacti: Update to 1.1.29

While here, update license.

Changes:	https://www.cacti.net/release_notes.php?version=1.1.29

PR:		224727
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Original commitRevision:457695 
Tuesday, 21 Nov 2017
12:04 pizzamig search for other commits by this committer
net-mgmt/cacti: Update to 1.1.28

PR:		223756
Submitted by:	freebsd-ports@dan.me.uk (maintainer)
Approved by:	olivier (mentor)
MFH:		2017Q4
Security:	CVE-2017-16641
Security:	CVE-2017-16660
Security:	CVE-2017-16661
Security:	CVE-2017-16785
Differential Revision:	https://reviews.freebsd.org/D13175
Original commitRevision:454601 
Wednesday, 25 Oct 2017
14:37 swills search for other commits by this committer
net-mgmt/cacti: Update to 1.1.27

PR:		223235
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Original commitRevision:452861 
Thursday, 19 Oct 2017
20:00 swills search for other commits by this committer
net-mgmt/cacti: update to 1.1.26

PR:		223107
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
MFH:		2017Q4
Security:	e1cb9dc9-daa9-44db-adde-e94d900e2f7f
Original commitRevision:452466 
Tuesday, 19 Sep 2017
03:38 dbaio search for other commits by this committer
net-mgmt/cacti: Update to 1.1.24

Changes:	http://www.cacti.net/release_notes.php?version=1.1.23
		http://www.cacti.net/release_notes.php?version=1.1.24

PR:		222430
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Original commitRevision:450098 
Tuesday, 12 Sep 2017
11:15 dbaio search for other commits by this committer
net-mgmt/cacti: Update to 1.1.22

Changes:	https://www.cacti.net/release_notes.php?version=1.1.22

PR:		222216
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Original commitRevision:449683 
Wednesday, 6 Sep 2017
02:54 dbaio search for other commits by this committer
net-mgmt/cacti: Update to 1.1.21

Changes:	https://www.cacti.net/release_notes.php?version=1.1.21

PR:		222063
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Original commitRevision:449323 
Thursday, 31 Aug 2017
01:59 dbaio search for other commits by this committer
net-mgmt/cacti: Update to 1.1.20

Changes:	https://www.cacti.net/release_notes.php?version=1.1.20

PR:		221932
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Original commitRevision:449007 
Wednesday, 23 Aug 2017
01:10 dbaio search for other commits by this committer
net-mgmt/cacti: Update to 1.1.19

Changes:	https://www.cacti.net/release_notes.php?version=1.1.19

PR:		221693
Submitted by:	Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Original commitRevision:448588 
Sunday, 20 Aug 2017
15:10 dbaio search for other commits by this committer
net-mgmt/cacti: Update to 1.1.18

Changes:	https://www.cacti.net/release_notes.php?version=1.1.18

PR:		221669
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Original commitRevision:448430 
Monday, 14 Aug 2017
23:20 dbaio search for other commits by this committer
net-mgmt/cacti: Update to 1.1.17

- Regenerate patches

Changes:	https://www.cacti.net/release_notes.php?version=1.1.17

PR:		221499
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Original commitRevision:447970 
Friday, 4 Aug 2017
10:56 wen search for other commits by this committer
- Update to 1.1.16

PR:		221205
Submitted by:	freebsd-ports@dan.me.uk(maintainer)
Original commitRevision:447324 
Thursday, 27 Jul 2017
01:19 dbaio search for other commits by this committer
net-mgmt/cacti: Update to 1.1.15

Changes:	https://www.cacti.net/release_notes.php?version=1.1.14
		https://www.cacti.net/release_notes.php?version=1.1.15

PR:		221013
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
MFH:	2017Q3
Original commitRevision:446709 
Sunday, 16 Jul 2017
11:58 dbaio search for other commits by this committer
net-mgmt/cacti: Update to 1.1.13 (Fixes security vulnerability)

Changes:	https://www.cacti.net/release_notes.php?version=1.1.13

PR:		220742
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Approved by:	garga (mentor, implicit)
MFH:		2017Q3
Original commitRevision:445997 
Thursday, 6 Jul 2017
01:32 dbaio search for other commits by this committer
net-mgmt/cacti: Update to 1.1.12

Changes: http://www.cacti.net/release_notes.php?version=1.1.11
         http://www.cacti.net/release_notes.php?version=1.1.12

PR:		220498
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Approved by:	garga (mentor, implicit)
Original commitRevision:445115 
Saturday, 17 Jun 2017
08:33 joneum search for other commits by this committer
- net-mgmt/cacti: Update from 1.1.9 to 1.1.10

- Changelog: http://www.cacti.net/release_notes.php?version=1.1.10

PR:		220036
Submitted by:	Daniel Austin <freebsd-ports at dan.me.uk> (maintainer)
Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D11241
Original commitRevision:443733 
Saturday, 10 Jun 2017
15:00 dbaio search for other commits by this committer
net-mgmt/cacti: Update to 1.1.9

Changes: http://www.cacti.net/release_notes.php?version=1.1.8
         http://www.cacti.net/release_notes.php?version=1.1.9

PR:		219854
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D11122
Original commitRevision:443097 
Tuesday, 6 Jun 2017
00:47 dbaio search for other commits by this committer
Repocopy from net-mgmt/cacti (r416066) -> net-mgmt/cacti88

Web-driven graphing interface for RRDTool (Old version of net-mgmt/cacti)

New releases of Cacti are still unable to work with useful plugins like
"GPS Map" and "Network Weathermap".

While here, minor fixes and get improvements from the current port.

PR:		219685
Submitted by:	Vinicius Zavam <egypcio@googlemail.com>
Approved by:	garga (mentor)
Differential Revision:	https://reviews.freebsd.org/D11023
Original commitRevision:442731 
Friday, 26 May 2017
09:11 joneum search for other commits by this committer
- Update to 1.1.7

PR:	219478
Submitted by:	Daniel Austin (maintainer)
Approved by:	miwi (mentor)
Differential Revision:	https://reviews.freebsd.org/D10887
Original commitRevision:441766 
Tuesday, 23 May 2017
05:54 miwi search for other commits by this committer
- Update to 1.1.6

PR:		219158
Submitted by:	maintainer
Original commitRevision:441508 
Saturday, 29 Apr 2017
15:44 sunpoet search for other commits by this committer
Update to 1.1.5

- Regenerate patch files with makepatch:

Changes:	http://www.cacti.net/changelog.php
PR:		218949
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Original commitRevision:439755 
Wednesday, 26 Apr 2017
07:35 pi search for other commits by this committer
net-mgmt/cacti: update 1.0.4 -> 1.1.4

PR:		217707
Changes:	http://www.cacti.net/changelog.php
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Original commitRevision:439432 
Friday, 10 Feb 2017
15:50 vanilla search for other commits by this committer
Update to 1.0.0, and adds support for php7.

PR:		216801
Submitted by:	maintainer
Original commitRevision:433809 
Saturday, 28 May 2016
20:09 pi search for other commits by this committer
net-mgmt/cacti: 0.8.8g -> 0.8.8h

This is a security update for cacti to resolve SQL exploits.
- upgrade to 0.8.8h codebase from vendor
- fix SQL vulnerabilities including CVE-2016-3659
- fix USE_MYSQL -> USES:mysql
- fix deprecated mysql php module requirement (use mysqli instead)
- fix overwriting of failure/recovery dates after outages

PR:		209809
Submitted by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Security:	CVE-2016-3659
MFH:		2016Q2
Original commitRevision:416066 
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, 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 
Sunday, 28 Feb 2016
07:16 miwi search for other commits by this committer
- Switch to mysqli support
Original commitRevision:409723 
Wednesday, 24 Feb 2016
18:08 skreuzer search for other commits by this committer
Update to 0.8.8g
Original commitRevision:409474 
Wednesday, 6 Jan 2016
01:33 junovitch search for other commits by this committer
net-mgmt/cacti: add patch for SQL injection in the graphs.php page

PR:		205920
Submitted by:	rakuco
Approved by:	Daniel Austin <freebsd-ports@dan.me.uk> (maintainer)
Obtained from:	http://svn.cacti.net/viewvc?view=rev&revision=7767
Security:	CVE-2015-8369
Security:	https://vuxml.FreeBSD.org/freebsd/bb961ff3-b3a4-11e5-8255-5453ed2e2b49.html
MFH:		2016Q1
Original commitRevision:405325 
Wednesday, 22 Jul 2015
02:51 feld search for other commits by this committer
Upstream re-rolled distfile.
Bump PORTREVISION to address it.

PR:		201702
MFH:		2015Q3
Original commitRevision:392656 
Monday, 20 Jul 2015
14:45 feld search for other commits by this committer
Update to 0.8.8f to resolve security and bug issues

PR:		201702
Security:	CVE-2015-4634
Security:	0bfda05f-2e6f-11e5-a4a5-002590263bf5
Original commitRevision:392573 
Monday, 22 Jun 2015
06:52 delphij search for other commits by this committer
Update to 0.8.8d (security: fixes multiple XSS/SQL injection
vulnerabilities)

PR:		200963
Submitted by:	maintainer (freebsd-ports@dan.me.uk)
Security:	a3929112-181b-11e5-a1cf-002590263bf5
MFH:		2015Q2
Original commitRevision:390274 
Monday, 4 May 2015
13:03 wen search for other commits by this committer
- Pass maintainership to submitter
- Add mirrors
- Set to NO_ARCH port

PR:		199908
Submitted by:	freebsd-ports@dan.me.uk
Original commitRevision:385402 
00:33 eadler search for other commits by this committer
By request, reset maintainership of multiple ports

PR:		199903
Submitted by:	"Chris Petrik" <chris@bsdjunk.com>
Original commitRevision:385360 
Friday, 24 Apr 2015
03:07 brd search for other commits by this committer
Update cacti to 0.8.8c.

PR:		198586
Submitted by:	Chris Petrik <chris@bsdjunk.com>
Approved by:	bdrewery (mentor)
Original commitRevision:384620 
Thursday, 16 Apr 2015
06:33 amdmi3 search for other commits by this committer
- Add CPE info

Approved by:	portmgr blanket
Original commitRevision:384083 
Friday, 15 Aug 2014
18:11 pi search for other commits by this committer
net-mgmt/cacti: replace most perl patches with shebangfix

PR:		192618
Submitted by:	Lars Engels <lars.engels@0x20.net>
Original commitRevision:365015 
10:43 pi search for other commits by this committer
net-mgmt/cacti: add stage support

PR:		192618
Submitted by:	Dennis Glatting <freebsd@pki2.com>
Original commitRevision:364957 
Thursday, 24 Jul 2014
15:36 bapt search for other commits by this committer
Reset maintainership for ports not staged with no pending PR

With hat:	portmgr
Original commitRevision:362806 
Friday, 20 Sep 2013
22:24 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
net-mgmt)
Original commitRevision:327757 
Saturday, 14 Sep 2013
17:06 sem search for other commits by this committer
- A patch to fix preview graphs

Submitted by:	"Chris" <chris@chrysalisnet.org>
Obtained from:	http://forums.cacti.net/viewtopic.php?f=21&t=50645&p=244422
Original commitRevision:327304 
Thursday, 29 Aug 2013
12:46 az search for other commits by this committer
- Fix pkg-list
- bump portresivion

Approved by:	maintainer (via IM)
Original commitRevision:325587 
11:15 sem search for other commits by this committer
- Update to 0.8.8b
  * Security update

PR:		ports/181608 (based on)
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu>
Original commitRevision:325585 
Friday, 15 Jun 2012
14:16 sem search for other commits by this committer
- Remove obsolated post-extract message
Original commit
13:53 sem search for other commits by this committer
- Add an official patch: SNMPv3 Privilege Protocol None
- chown recursively in pkg-install script [1]

Requested by:   Paul Beard <paulbeard at gmail.com> [1]
Original commit
Monday, 7 May 2012
18:52 sylvio search for other commits by this committer
- Chase rrdtool shlib version bump.
Original commit
Thursday, 3 May 2012
19:11 sem search for other commits by this committer
- Update to 0.8.8a

Feature safe:   Yes
Original commit
Thursday, 23 Feb 2012
00:10 sem search for other commits by this committer
- Update to 0.8.7i
Original commit
Friday, 28 Oct 2011
15:47 zi search for other commits by this committer
- Update to 0.8.7h.

Software changes include:
- Fix SQL injection issue with user login
- Fix Cross-site scripting issues
- Make one minute polling work properly

PR:             ports/162044
Submitted by:   moggie <moggie@elasticmind.net>
Approved by:    sem
Obtained from:  zi
Original commit
Friday, 16 Jul 2010
11:48 sem search for other commits by this committer
- Update to 0.8.7g
  (See http://forums.cacti.net/about38492.html for changelog)
  Developers don't recomend using of 0.8.7f:
  http://forums.cacti.net/about37845.html
Original commit
Thursday, 20 May 2010
13:55 sem search for other commits by this committer
- Update to 0.8.7f
  Bug and security fixes release.
  Release notes: http://www.cacti.net/release_notes_0_8_7f.php
Original commit
Tuesday, 27 Apr 2010
14:43 sem search for other commits by this committer
- a patch from developers to fix SQL injection

VuXML:          5198ef84-4fdc-11df-83fb-0015587e2cc1
Original commit
Monday, 23 Nov 2009
15:27 sem search for other commits by this committer
- A patch from developers:
  Addresses cross-site scripting issues reported by Moritz Naumann

Alerted by:     Dennis Yusupoff
Original commit
Tuesday, 3 Nov 2009
14:32 sem search for other commits by this committer
- Forced commit to describe patches from developers I've added:
 * cli_add_graph.patch - Fixes command line syntax help in cli/add_graph.php

 * snmp_invalid_response.patch - Properly rejects invalid responses from snmp

 * template_duplication.patch - Addresses issue when templates are duplicated
   and then exported. A new command line utility has been added to repair
   any corrupted templates.

Requested by:   linimon
Original commit
13:48 sem search for other commits by this committer
- Patches from developers
Original commit
Monday, 29 Jun 2009
15:50 sem search for other commits by this committer
- Update to 0.8.7e:
     * Reduced issues unexpected SNMP agents results
     * Fixed issue with SNMPv3 passwords and Firefox Browser
     * Fixed a long standing bug where changes to graph trees
       would not show up immediately
Original commit
Monday, 16 Feb 2009
16:43 sem search for other commits by this committer
- Update to 0.8.7d
Original commit
Friday, 22 Aug 2008
11:34 sem search for other commits by this committer
- Add two vendor's patches

* Undefined Variable When SNMP=NONE:
  Fixes an PHP undefined variable error from occurring when SNMP is set
  the 'none' for a device.

* Patch to Correct for a Uninitialized Settings Array When Using Superlinks
  Plugin:
  When certain Cacti Plugins, such as Superlinks are used, the httpd
  error log can become overrun with reset() and each() array warnings.
  This patch will eliminate those errors.
Original commit
Tuesday, 24 Jun 2008
12:34 rafan search for other commits by this committer
- Chase rrdtool 1.3.0 update, bump PORTREVISION

PR:             ports/124749
Submitted by:   Zhen REN <bg1tpt at gmail.com> (maintainer of rrdtool)
Original commit
Thursday, 27 Mar 2008
10:58 kuriyama search for other commits by this committer
- Chase shlib version of net-mgmt/net-snmp.
- Bump PORTREVISIONs.
Original commit
Tuesday, 12 Feb 2008
13:06 sem search for other commits by this committer
- Update to 0.8.7b
Original commit
Sunday, 16 Dec 2007
18:39 sem search for other commits by this committer
- Update to 0.8.7a.
  Please note, the version has some issues that require you do some actions
  after update. Read UPDATING file for details.
Original commit
Monday, 19 Nov 2007
13:03 sem search for other commits by this committer
- Add a vendor security patch: fix potential SQL injection

Approved by:    portmgr (erwin)
Original commit
Thursday, 5 Jul 2007
06:19 edwin search for other commits by this committer
First steps in a big migration:

    Move net/rrdtool to databases/rrdtool.

    It's an itch which needs to be scratched: net/rrdtool came from
    net/mrtg, which was a good location for it. net/mrtg has later
    been moved to net-mgmt/mrtg. net/rrdtool is "Round Robin Database
    Tools", therefor it's better if it moves to databases/rrdtool.
    Same with net/rrdtool10.

PR:             ports/112942
Submitted by:   Edwin Groothuis <edwin@mavetju.org>
Original commit
Monday, 18 Jun 2007
11:09 sem search for other commits by this committer
- Move net/cacti to net-mgmt category
- Fix format of previous line in MOVED (pointyhat to pav)

PR:             ports/113495
Submitted by:   edwin
Original commit

Number of commits found: 99