[packages/flawfinder] Rel 2
arekm
arekm at pld-linux.org
Thu May 21 15:53:08 CEST 2026
commit d5d3c78e9047af82965cfbb19ae75ee3fcee1dbf
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Thu May 21 15:52:51 2026 +0200
Rel 2
flawfinder-python.patch | 16 ++++++++--------
flawfinder.spec | 6 +++---
2 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/flawfinder.spec b/flawfinder.spec
index 1c804f3..b1a74a8 100644
--- a/flawfinder.spec
+++ b/flawfinder.spec
@@ -2,7 +2,7 @@ Summary: Examines C/C++ source code for security flaws
Summary(pl.UTF-8): Wyszukiwarka zagrożeń bezpieczeństwa w kodzie C/C++
Name: flawfinder
Version: 1.27
-Release: 1
+Release: 2
License: GPL
Group: Development/Tools
Source0: http://www.dwheeler.com/flawfinder/%{name}-%{version}.tar.gz
@@ -11,8 +11,8 @@ Patch0: %{name}-python.patch
URL: http://www.dwheeler.com/flawfinder/
BuildRequires: ghostscript
BuildRequires: ghostscript-fonts-std
-BuildRequires: man
-Requires: python
+BuildRequires: man-db
+Requires: python2
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
diff --git a/flawfinder-python.patch b/flawfinder-python.patch
index 77ff77c..3c18dd3 100644
--- a/flawfinder-python.patch
+++ b/flawfinder-python.patch
@@ -1,16 +1,16 @@
---- flawfinder-0.20/flawfinder~ Sat Dec 22 13:13:10 2001
-+++ flawfinder-0.20/flawfinder Sat Dec 22 13:13:10 2001
+--- flawfinder-1.27.orig/flawfinder 2026-05-21 01:35:24.902391709 +0200
++++ flawfinder-1.27/flawfinder 2026-05-21 01:35:50.494559176 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
-+#!/usr/bin/python
++#!/usr/bin/python2
- # flawfinder: Find potential security flaws ("hits") in source code.
- # Usage:
---- flawfinder-0.20/setup.py~ Sat Dec 22 13:13:37 2001
-+++ flawfinder-0.20/setup.py Sat Dec 22 13:13:37 2001
+ """flawfinder: Find potential security flaws ("hits") in source code.
+ Usage:
+--- flawfinder-1.27.orig/setup.py 2026-05-21 01:35:24.902299908 +0200
++++ flawfinder-1.27/setup.py 2026-05-21 01:35:50.494905114 +0200
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
-+#!/usr/bin/python
++#!/usr/bin/python2
# This is the setup.py script for "flawfinder" by David A. Wheeler.
# My thanks to Jon Nelson, who created the initial setup.py script.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/flawfinder.git/commitdiff/d5d3c78e9047af82965cfbb19ae75ee3fcee1dbf
More information about the pld-cvs-commit
mailing list