Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 26 Oct 2013 01:08:02 +1100 (EST)
From:      Kubilay Kocak <koobs.freebsd@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Cc:        loon@noncensored.com
Subject:   ports/183316: [PATCH] security/lynis: update to 1.3.3
Message-ID:  <20131025140802.854F439E13@9-STABLE-amd64.elysium>
Resent-Message-ID: <201310260310.r9Q3A09b001971@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         183316
>Category:       ports
>Synopsis:       [PATCH] security/lynis: update to 1.3.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Oct 26 03:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Kubilay Kocak
>Release:        FreeBSD 9.2-STABLE amd64
>Organization:
>Environment:
System: FreeBSD 9-STABLE-amd64.elysium 9.2-STABLE FreeBSD 9.2-STABLE #1 r256754: Sat Oct 19 10:16:00 EST
>Description:
security/lynis: Update to 1.3.3

- Update to 1.3.3
- Update pkg-plist
- Add LICENSE

Changes: 1.3.3 (2013-10-24)

 + Added NTP configuration type to report [TIME-3104]
 * Do not warn on empty shells for FreeBSD systems [AUTH-9218]
 * Extended checks for presence NTP client or daemon [TIME-3104]
 * Extended logging

portlint: OK - looks fine.
porttest: OK
testport: OK - poudriere, all versions/archs

Port maintainer (loon@noncensored.com) is cc'd.

Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports)
>How-To-Repeat:
>Fix:

--- lynis-1.3.3.patch begins here ---
diff -ruN /usr/ports/security/lynis/Makefile ./Makefile
--- /usr/ports/security/lynis/Makefile	2013-09-26 06:51:04.000000000 +1000
+++ ./Makefile	2013-10-26 00:32:13.734376697 +1100
@@ -1,8 +1,8 @@
 # Created by: Cory McIntire (loon@noncensored.com)
-# $FreeBSD: security/lynis/Makefile 328315 2013-09-25 20:51:04Z wg $
+# $FreeBSD: head/security/lynis/Makefile 328315 2013-09-25 20:51:04Z wg $
 
 PORTNAME=	lynis
-PORTVERSION=	1.3.0
+PORTVERSION=	1.3.3
 CATEGORIES=	security
 MASTER_SITES=	http://www.rootkit.nl/files/ \
 		http://downloads.rootkit.nl/
@@ -10,6 +10,8 @@
 MAINTAINER=	loon@noncensored.com
 COMMENT=	Security and system auditing tool
 
+LICENSE=	GPLv3
+
 NO_BUILD=	yes
 
 PORTDOCS=	CHANGELOG INSTALL FAQ LICENSE README
diff -ruN /usr/ports/security/lynis/distinfo ./distinfo
--- /usr/ports/security/lynis/distinfo	2013-09-26 06:51:04.000000000 +1000
+++ ./distinfo	2013-10-26 00:32:32.997747858 +1100
@@ -1,2 +1,2 @@
-SHA256 (lynis-1.3.0.tar.gz) = fe265965eb1ce8fac352e0bddea1d5ec6508c319bf88a5f63c2edecf2af6de54
-SIZE (lynis-1.3.0.tar.gz) = 119797
+SHA256 (lynis-1.3.3.tar.gz) = 7389dff4435dbb31612ceb1a4260cfd7383ed58182a216b128d8e1cfd34118f7
+SIZE (lynis-1.3.3.tar.gz) = 133463
diff -ruN /usr/ports/security/lynis/pkg-plist ./pkg-plist
--- /usr/ports/security/lynis/pkg-plist	2013-09-26 06:51:04.000000000 +1000
+++ ./pkg-plist	2013-10-26 00:57:57.614625985 +1100
@@ -7,6 +7,7 @@
 %%DATADIR%%/db/malware.db
 %%DATADIR%%/db/malware-susp.db
 %%DATADIR%%/db/sbl.db
+%%DATADIR%%/dev/CHANGELOG
 %%DATADIR%%/dev/TODO
 %%DATADIR%%/dev/README
 %%DATADIR%%/dev/build-lynis.sh
--- lynis-1.3.3.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20131025140802.854F439E13>