- Jul 07, 2018
-
-
Kyle Keen authored
Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
Namcap already depends on pyelftools, which contains an elegant way to retrieve the soname information directly from libalpm.so (demonstrated in readelf.py). Using hardcoded strings means the testsuite periodically breaks (every time the external pacman project bumps their soname), for no good reason and at least a few bad ones. Signed-off-by: Eli Schwartz <eschwartz at archlinux.org> Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
This patch series cleans up unused imports and resolves the deprecation warning showns with Python 3.7 From: Jelle van der Waa <jelle@vdwaa.nl> Date: Thu, 5 Jul 2018 22:28:30 +0200 Subject: [arch-projects] [namcap][PATCH 2/3] util: remove unused clean_filename In-Reply-To: <20180705202831.3704-1-jelle@vdwaa.nl> References: <20180705202831.3704-1-jelle@vdwaa.nl> Message-ID: <20180705202831.3704-3-jelle@vdwaa.nl> By removing the unused imports for clean_filename this function is now unused. Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
Namcap does not support sha224 checksums but makepkg does. Add sha224 support. Signed-off-by: Michael Straube <michael.straube at posteo.de> Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
- Feb 23, 2018
-
-
Instead of checking for RELRO, check for FULL RELRO which is the default now. Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
Verify if packages where build with PIE enabled by checking if it's an EY_DYN file with a DT_DEBUG entry. Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
- Feb 22, 2018
-
-
Signed-off-by: Michael Straube <straubem at gmx.de> Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
Covered by update-vlc-plugin-cache.hook from the vlc package. Signed-off-by: Michael Straube <straubem at gmx.de> Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
- Jul 07, 2017
-
-
Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
- Mar 22, 2017
-
-
Kyle Keen authored
Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
Kyle Keen authored
Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
- Mar 19, 2017
-
-
Signed-off-by: Michael Straube <straubem at gmx.de> Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
Kyle Keen authored
Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
- Mar 13, 2017
-
-
Kyle Keen authored
Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
Kyle Keen authored
Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
- Mar 10, 2017
-
-
provides>= is not valid according to man PKGBUILD and makepkg --printsrcinfo change it to provides= Signed-off-by: Jelle van der Waa <jelle at vdwaa.nl> Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
Add the commands run by fontconfig.hook and xorg-mkfontdir.hook to the externalhooks rule. Signed-off-by: Michael Straube <straubem at gmx.de> Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
- Mar 04, 2017
-
-
Kyle Keen authored
Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
- Dec 11, 2016
-
-
Kyle Keen authored
Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
- Dec 10, 2016
-
-
Kyle Keen authored
Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
Kyle Keen authored
Report a single Error that there are files in opt. Full paths may be found in the Info output. Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
- Aug 18, 2016
-
-
Kyle Keen authored
Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
- Jul 23, 2016
-
-
Kyle Keen authored
Updated version of Nicola Squartini's patch fixing FS#43239 Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
- Jul 21, 2016
-
-
Kyle Keen authored
Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
Kyle Keen authored
This should also speed up namcap a little, since it replaces full extraction and tempfiles with a small in-place read(). Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
Kyle Keen authored
Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
Kyle Keen authored
Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
- Jun 18, 2016
-
-
Kyle Keen authored
Also adds a test case for shebangdepends. Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
Kyle Keen authored
Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
- May 18, 2016
-
-
Kyle Keen authored
Also fixes cases where "provides" were being ignored. Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
- Apr 28, 2016
-
-
Kyle Keen authored
This introduces the 'pathdepends' check for an entire class of simple dependency errors. Previously these were mixed together with the .INSTALL tests. Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
Kyle Keen authored
-
Kyle Keen authored
Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
Kyle Keen authored
Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
- Apr 27, 2016
-
-
Kyle Keen authored
Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
- Feb 01, 2016
-
-
Kyle Keen authored
Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
- Jan 31, 2016
-
-
Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
Kyle Keen authored
Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-
Multilib packages are usually stripped from everything that could conflict with their regular counterparts (bin, include, share) and thus depend on them. Currently namcap warns that they are not needed. There are of course a few exceptions, so instead of adding the regular package in smartdepend earlier in the script, skipping the warning seems to be the way to go. Signed-off-by:
Kyle Keen <keenerd@gmail.com>
-