mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
nwipe: update to 0.18.
This commit is contained in:
parent
a7bcbc258b
commit
350cbac8db
2 changed files with 4 additions and 17 deletions
|
@ -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'
|
# Template file for 'nwipe'
|
||||||
pkgname=nwipe
|
pkgname=nwipe
|
||||||
version=0.17
|
version=0.18
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake pkg-config"
|
hostmakedepends="automake pkg-config"
|
||||||
makedepends="libparted-devel ncurses-devel"
|
makedepends="libuuid-devel libparted-devel ncurses-devel"
|
||||||
short_desc="Utility to securely erase disks"
|
short_desc="Utility to securely erase disks"
|
||||||
maintainer="beefcurtains <beefcurtains@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://github.com/martijnvanbrummelen/nwipe"
|
homepage="https://github.com/martijnvanbrummelen/nwipe"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=377a3250a45e7f75bb88f958e5ed232ca4f038d888d632fd6bb93dcdece52de3
|
checksum=3074989c4fc9390d84d31d6d32e13955be005d9b4a150542d84259bf6346e3f9
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sh init.sh
|
sh init.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue