diff options
author | Mark Felder <feld@FreeBSD.org> | 2017-11-16 19:11:42 +0000 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2017-11-16 19:11:42 +0000 |
commit | 5e1191fde60a4db95b861b5380e10e3ef1eb1e9f (patch) | |
tree | cc8fb42faa1a48c741104d98a738be929b56b75c /net/chrony | |
parent | 913424bc78745fbd1f351d4fe52e47c081d70c43 (diff) |
net/chrony: Remove dubious security warnings in pkg-message
PR: 223647
MFH: 2017Q4
Notes
Notes:
svn path=/head/; revision=454328
Diffstat (limited to 'net/chrony')
-rw-r--r-- | net/chrony/Makefile | 1 | ||||
-rw-r--r-- | net/chrony/pkg-message | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/net/chrony/Makefile b/net/chrony/Makefile index 916b7d86f4cf..b890e339ce31 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -3,6 +3,7 @@ PORTNAME= chrony PORTVERSION= 3.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://download.tuxfamily.org/chrony/ diff --git a/net/chrony/pkg-message b/net/chrony/pkg-message deleted file mode 100644 index 1a93e4c7428c..000000000000 --- a/net/chrony/pkg-message +++ /dev/null @@ -1,4 +0,0 @@ -Unfortunately, this software has shameful history of several vulnerabilities -previously discovered. FreeBSD Project cannot guarantee that this spree had -come to an end. Please type ``pkg delete chrony'' to deinstall the port -if tight security is a concern. |