Package Details: hardening-check 2.8+nmu3-3

Git Clone URL: https://aur.archlinux.org/hardening-check.git (read-only, click to copy)
Package Base: hardening-check
Description: Check binaries for security hardening features
Upstream URL: http://wiki.debian.org/Hardening
Licenses: GPL2
Submitter: sverdj
Maintainer: atn19
Last Packager: TheGoliath
Votes: 4
Popularity: 0.000000
First Submitted: 2012-01-10 11:35 (UTC)
Last Updated: 2020-01-11 12:59 (UTC)

Pinned Comments

Latest Comments

1 2 Next › Last »

bartus commented on 2020-01-11 12:31 (UTC)

Source path need an update: https://pastebin.com/XftJWw9g

bartus commented on 2019-04-08 05:52 (UTC)

Or you can pull hardening-wrapper from Ubuntu:

https://pastebin.com/vipUmpBx

bartus commented on 2019-04-06 05:29 (UTC) (edited on 2019-04-06 05:30 (UTC) by bartus)

source and version is wrong, Debian repo has back ported hardening-wrapper in both jessie and sid but version is 2.6

https://pastebin.com/3ZFUL4Lc

A.Shukaev commented on 2017-06-01 22:20 (UTC)

I can offer my upgraded version of it as a substitute of the deprecated one: <https://bitbucket.org/Alexander-Shukaev/hardening-check> I've extensively tested it and use it on daily basis as part of verification step integrated into CMake-based build process.

epitron commented on 2017-04-02 00:07 (UTC)

Here's a source that works still: source=("https://launchpad.net/debian/+archive/primary/+files/hardening-wrapper_$pkgver"{.tar.xz,.dsc})

jonathon commented on 2017-02-24 15:42 (UTC)

`hardening-wrapper` has been deprecated by Debian and is no longer available in their repos. Source code is still available, though [3]. [1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839762 [2] https://wiki.debian.org/Hardening#hardening-wrapper [3] https://alioth.debian.org/scm/loggerhead/hardening/master/files/head:/hardening-wrapper/

noEntry commented on 2017-02-21 14:15 (UTC)

Package fails to build: ==> Making package: hardening-check 2.8+nmu2-1 (Di 21. Feb 15:14:30 CET 2017) ==> Retrieving sources... -> Downloading hardening-wrapper_2.8+nmu2.tar.xz... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 Not Found ==> ERROR: Failure while downloading http://ftp.de.debian.org/debian/pool/main/h/hardening-wrapper/hardening-wrapper_2.8+nmu2.tar.xz Aborting... :: failed to verify hardening-check integrity

hcb commented on 2016-11-02 13:53 (UTC)

# Maintainer : Florent H. CARRÉ <colundrum@gmail.com> pkgname=hardening-check _pkgname=hardening-wrapper pkgver=2.6 pkgrel=1 pkgdesc="Check binaries for security hardening features" arch=('any') url="http://wiki.debian.org/Hardening" license=('GPL2') depends=('bash' 'perl') source=("http://ftp.de.debian.org/debian/pool/main/h/hardening-wrapper/hardening-wrapper_$pkgver"{.tar.xz,.dsc}) sha256sums=('c5fc46439646d0929a0605e4f3db67e57eefbbf5ceec5a2888440dbdf4450224' '5fc4e3a3905703c2044798edeb8a754c54b05f4179bfff9abd40deb2333dedfb') build() { cd "$srcdir/$_pkgname" # Irrelevant, we don't ship the wrappers. make DEB_HOST_ARCH_OS=amd64 DEB_HOST_ARCH=amd64 } package() { cd "$srcdir/$_pkgname/build-tree" install -Dm0755 'hardening-check' "$pkgdir/usr/bin/hardening-check" install -Dm0755 '../hardening-check.sh' "$pkgdir/usr/bin/hardening-check.sh" install -Dm0755 'hardening-check.1' "$pkgdir/usr/share/man/man1/hardening-check.1" \ && chmod -c 0444 "$pkgdir/usr/share/man/man1/hardening-check.1" } # vim:set ts=2 sw=2 et: