nwipe: update to 0.18.
This commit is contained in:
parent
a7bcbc258b
commit
350cbac8db
@ -1,13 +0,0 @@
|
||||
Patch based on kexec-tools, fixes undefined loff_t
|
||||
--- src/nwipe.h.orig
|
||||
+++ src/nwipe.h
|
||||
@@ -38,7 +38,9 @@
|
||||
|
||||
/* System headers. */
|
||||
#include <errno.h>
|
||||
+#define _GNU_SOURCE
|
||||
#include <fcntl.h>
|
||||
+#undef _GNU_SOURCE
|
||||
#include <getopt.h>
|
||||
#include <math.h>
|
||||
#include <pthread.h>
|
@ -1,16 +1,16 @@
|
||||
# Template file for 'nwipe'
|
||||
pkgname=nwipe
|
||||
version=0.17
|
||||
version=0.18
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake pkg-config"
|
||||
makedepends="libparted-devel ncurses-devel"
|
||||
makedepends="libuuid-devel libparted-devel ncurses-devel"
|
||||
short_desc="Utility to securely erase disks"
|
||||
maintainer="beefcurtains <beefcurtains@voidlinux.eu>"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="https://github.com/martijnvanbrummelen/nwipe"
|
||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||
checksum=377a3250a45e7f75bb88f958e5ed232ca4f038d888d632fd6bb93dcdece52de3
|
||||
checksum=3074989c4fc9390d84d31d6d32e13955be005d9b4a150542d84259bf6346e3f9
|
||||
|
||||
pre_configure() {
|
||||
sh init.sh
|
||||
|
Loading…
Reference in New Issue
Block a user