Package Details: bcwipe 1.9.13-1

Git Clone URL: https://aur.archlinux.org/bcwipe.git (read-only, click to copy)
Package Base: bcwipe
Description: Securely erase data from magnetic and solid-state memory
Upstream URL: https://jetico.com/downloads/data-wiping/
Licenses: unknown
Submitter: None
Maintainer: severach
Last Packager: severach
Votes: 25
Popularity: 0.26
First Submitted: 2008-02-02 18:56 (UTC)
Last Updated: 2025-10-03 21:37 (UTC)

Dependencies (0)

Required by (0)

Sources (1)

Latest Comments

denji commented on 2025-08-12 11:33 (UTC) (edited on 2025-09-15 01:47 (UTC) by denji)

    Update to version 1.9.13-2

    Homepage: https://jetico.com/downloads/data-wiping/#bcwipe
    Documentation: BCWipe for Unix (Release Notes • User Guide • tar.gz, 138 kB)

    - Updated source archive download link.
    - Source code was written for an older GCC. Modern GCC with `-std=gnu2x` is stricter,
      causing build failures due to K&R-style definitions and mismatched prototypes.
      Workaround: `CFLAGS="-std={gnu89,gnu99,gnu11,gnu17}"`.
    - Added `--enable-pthreads` option for multithreading.
      Use `-t N` to run N threads when wiping block devices (useful for multiple disks).
set -u
pkgname='bcwipe'
_pkgver='1.9-13'
pkgver="${_pkgver//-/.}"
pkgrel='2'
pkgdesc='Securely erase data from magnetic and solid-state memory'
arch=('i686' 'x86_64')
url='https://jetico.com/downloads/data-wiping/#bcwipe'
license=('unknown')
_srcdir="${pkgname}-${_pkgver}"
source=("https://www.jetico.com/file-downloads/linux/BCWipe-${_pkgver}.tar.gz")
md5sums=('b2372f6f3a3ce969d51bea7a876907c2')
sha256sums=('9df8cebf07dc38c53c76728c428d4b180b7cb2479f69a7d6965f99fcb1b2cfc2')

build() {
  cd "${_srcdir}"

  CFLAGS="$CFLAGS -std=gnu17" \
    ./configure --enable-pthreads --prefix='/usr'

  nice make root="${pkgdir}"
}

package() {
  cd "${_srcdir}"

  make DESTDIR="${pkgdir}" install
}
set +u

ilikenwf commented on 2015-04-23 00:04 (UTC)

Updated - 12 is out now.

test0 commented on 2015-04-18 08:42 (UTC)

Version 1.9-11 is out since 12-January-2015.

<deleted-account> commented on 2012-10-28 07:04 (UTC)

1.9.9 out since 16-March-2012

<deleted-account> commented on 2011-07-03 14:15 (UTC)

Updated. Sorry for the delay.

<deleted-account> commented on 2011-03-15 15:28 (UTC)

1.9.8 is out since 14-February-2011

<deleted-account> commented on 2011-02-01 18:59 (UTC)

Modified pkgbuild for 1.9-7 release: http://aur.pastebin.com/RhnznrtG