[packages/wipe] Rel 5
arekm
arekm at pld-linux.org
Mon Mar 9 15:46:36 CET 2026
commit fc38e302de29a437bb69a6f9a5118c20a3d536ca
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Mon Mar 9 15:46:24 2026 +0100
Rel 5
wipe-missing-includes.patch | 20 ++++++++++++++++++++
wipe.spec | 4 +++-
2 files changed, 23 insertions(+), 1 deletion(-)
---
diff --git a/wipe.spec b/wipe.spec
index 26c8d45..cd38cb7 100644
--- a/wipe.spec
+++ b/wipe.spec
@@ -2,12 +2,13 @@ Summary: Cryptographically secure file wiping utility
Summary(pl.UTF-8): Narzędzie do kryptograficznie bezpiecznego kasowania plików
Name: wipe
Version: 0.20
-Release: 4
+Release: 5
License: GPL v2
Group: Applications/File
Source0: http://abaababa.ouvaton.org/wipe/%{name}-%{version}.tar.gz
# Source0-md5: dbf3027f46d014dc899a1cdf2ed93d00
Patch0: %{name}-Makefile.patch
+Patch1: %{name}-missing-includes.patch
URL: http://abaababa.ouvaton.org/wipe/
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -31,6 +32,7 @@ z których 8 jest losowych.
%prep
%setup -q
%patch -P0 -p1
+%patch -P1 -p1
%build
%{__make} \
diff --git a/wipe-missing-includes.patch b/wipe-missing-includes.patch
new file mode 100644
index 0000000..6124755
--- /dev/null
+++ b/wipe-missing-includes.patch
@@ -0,0 +1,20 @@
+--- wipe-0.20/random.c.orig 2002-11-25 23:59:49.000000000 +0000
++++ wipe-0.20/random.c 2024-01-01 00:00:00.000000000 +0000
+@@ -53,6 +53,7 @@
+ #include "arcfour.h"
+ #include "md5.h"
+ #include "random.h"
++#include <string.h>
+
+ #ifdef RC6_ENABLED
+ static struct rc6_KeySchedule rand_rc6;
+--- wipe-0.20/arcfour.c.orig 2002-11-25 23:59:49.000000000 +0000
++++ wipe-0.20/arcfour.c 2024-01-01 00:00:00.000000000 +0000
+@@ -10,6 +10,7 @@
+ */
+
+ #include "arcfour.h"
++#include <string.h>
+
+ void arcfour_SetupKey (u8 *k, int n, struct arcfour_KeySchedule *ks)
+ {
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/wipe.git/commitdiff/fc38e302de29a437bb69a6f9a5118c20a3d536ca
More information about the pld-cvs-commit
mailing list