mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- Update to 1.2.8
PR: ports/84074 Submitted by: Andrej Zverev <az@inec.ru> Approved by: Keith J. Jones <kjones@realdigitalforensics.com> (maintainer)
This commit is contained in:
parent
81e3271c43
commit
e0a553e7f6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=140197
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= srm
|
||||
PORTVERSION= 1.2.6
|
||||
PORTVERSION= 1.2.8
|
||||
CATEGORIES= security sysutils
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||
MASTER_SITE_SUBDIR= srm
|
||||
@ -14,7 +14,9 @@ MASTER_SITE_SUBDIR= srm
|
||||
MAINTAINER= kjones@antihackertoolkit.com
|
||||
COMMENT= Secure rm, a utility which destroys file contents before unlinking
|
||||
|
||||
USE_LIBTOOL_VER=13
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
||||
USE_LIBTOOL_VER= 15
|
||||
|
||||
MAN1= srm.1
|
||||
PLIST_FILES= bin/srm
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (srm-1.2.6.tar.gz) = d025b076ac95a88276f4f8616cb20698
|
||||
SIZE (srm-1.2.6.tar.gz) = 54269
|
||||
MD5 (srm-1.2.8.tar.gz) = 66ba49b1864a7c69763210dbc3efee33
|
||||
SIZE (srm-1.2.8.tar.gz) = 88067
|
||||
|
@ -1,11 +0,0 @@
|
||||
diff -ru src/main.c src/main.c
|
||||
--- src/main.c Thu Jun 22 16:18:03 2000
|
||||
+++ src/main.c Tue Oct 24 10:47:08 2000
|
||||
@@ -1,6 +1,6 @@
|
||||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
-#include <getopt.h>
|
||||
+#include "../lib/getopt.h"
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
Loading…
Reference in New Issue
Block a user