[perl-Digest-PBKDF2] Initial import (#1147795).
by David Dick
commit b9881d87b9524bd738a16a467c119990cc1c70ac
Author: David Dick <ddick(a)cpan.org>
Date: Wed Oct 1 06:34:46 2014 +1000
Initial import (#1147795).
.gitignore | 1 +
perl-Digest-PBKDF2.spec | 50 +++++++++++++++++++++++++++++++++++++++++++++++
sources | 1 +
3 files changed, 52 insertions(+), 0 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..f79dfaa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/Digest-PBKDF2-0.010.tar.gz
diff --git a/perl-Digest-PBKDF2.spec b/perl-Digest-PBKDF2.spec
new file mode 100644
index 0000000..4cd2c54
--- /dev/null
+++ b/perl-Digest-PBKDF2.spec
@@ -0,0 +1,50 @@
+Name: perl-Digest-PBKDF2
+Version: 0.010
+Release: 1%{?dist}
+Summary: Digest module using the PBKDF2 algorithm
+License: GPL+ or Artistic
+Group: Development/Libraries
+URL: http://search.cpan.org/dist/Digest-PBKDF2/
+Source0: http://www.cpan.org/modules/by-module/Digest/Digest-PBKDF2-%{version}.tar.gz
+BuildArch: noarch
+BuildRequires: perl(Crypt::PBKDF2) >= 0.112020
+BuildRequires: perl(Digest::base)
+BuildRequires: perl(ExtUtils::MakeMaker) >= 6.30
+BuildRequires: perl(lib)
+BuildRequires: perl(parent)
+BuildRequires: perl(Scalar::Util)
+BuildRequires: perl(strict)
+BuildRequires: perl(Test::Exception)
+BuildRequires: perl(Test::More)
+BuildRequires: perl(warnings)
+Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
+
+%description
+A minimalist Digest module using the PBKDF2 algorithm. You can only use one
+salt, a pre-salt, with this module. It is not smart enough to do post-salts.
+
+%prep
+%setup -q -n Digest-PBKDF2-%{version}
+
+%build
+%{__perl} Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
+
+%install
+make pure_install DESTDIR=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
+
+%{_fixperms} $RPM_BUILD_ROOT/*
+
+%check
+make test
+
+%files
+%doc LICENSE README
+%{perl_vendorlib}/*
+%{_mandir}/man3/*
+
+%changelog
+* Tue Sep 30 2014 David Dick <ddick(a)cpan.org> - 0.010-1
+- Initial release
diff --git a/sources b/sources
index e69de29..f434d30 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+a8910c9bcf831ceb4a84a18ab6a5e800 Digest-PBKDF2-0.010.tar.gz
8Â years, 4Â months
[koji] don't exclude koji-vm from ppc and ppc64
by Dennis Gilmore
commit e9c0b57315d42bc3794a20793d76585d0e6cc7e1
Author: Dennis Gilmore <dennis(a)ausil.us>
Date: Tue Sep 30 15:29:13 2014 -0500
don't exclude koji-vm from ppc and ppc64
koji.spec | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/koji.spec b/koji.spec
index 5ec61c5..b7f851a 100644
--- a/koji.spec
+++ b/koji.spec
@@ -2,7 +2,7 @@
Name: koji
Version: 1.9.0
-Release: 7%{?dist}
+Release: 8%{?dist}
License: LGPLv2 and GPLv2+
# koji.ssl libs (from plague) are GPLv2+
Summary: Build system tools
@@ -104,9 +104,6 @@ Requires: libvirt-python
Requires: libxml2-python
Requires: /usr/bin/virt-clone
Requires: qemu-img
-%if 0%{?rhel} <= 7
-ExcludeArch: ppc ppc64
-%endif
%description vm
koji-vm contains a supplemental build daemon that executes certain tasks in a
@@ -254,6 +251,9 @@ if [ $1 = 0 ]; then
fi
%changelog
+* Tue Sep 30 2014 Dennis Gilmore <dennis(a)ausil.us> - 1.9.0-8
+- don't exclude koji-vm from ppc and ppc64
+
* Fri Sep 26 2014 Till Maas <opensource(a)till.name> - 1.9.0-7
- Use https for kojipkgs
- Update URL
8Â years, 4Â months
[sslsplit/epel7] - Initial package for epel7
by Paul Wouters
commit 20c74b3244b095304d32cb18c7d98cdc7a5a1de6
Author: Paul Wouters <pwouters(a)redhat.com>
Date: Tue Sep 30 16:24:17 2014 -0400
- Initial package for epel7
.gitignore | 1 +
sources | 2 +-
sslsplit.spec | 40 ++++++----------------------------------
3 files changed, 8 insertions(+), 35 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 182aa21..ac833dd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
/sslsplit-0.4.5.tar.bz2
/0.4.5.tar.gz
/0.4.8.tar.gz
+/sslsplit-0.4.8.tar.bz2
diff --git a/sources b/sources
index 419ee24..1d8f7c9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8849a1635e612e6eb69b33d77a8414a9 0.4.8.tar.gz
+69599e796973e7c9a55f16b83b9626e7 sslsplit-0.4.8.tar.bz2
diff --git a/sslsplit.spec b/sslsplit.spec
index 1fe16b0..7d6bc6b 100644
--- a/sslsplit.spec
+++ b/sslsplit.spec
@@ -1,10 +1,11 @@
+%global _hardened_build 1
Summary: Transparent and scalable SSL/TLS interception
Name: sslsplit
Version: 0.4.8
Release: 3%{?dist}
License: BSD
Url: http://www.roe.ch/SSLsplit
-Source: https://github.com/droe/%{name}/archive/%{version}.tar.gz
+Source: http://mirror.roe.ch/rel/%{name}/%{name}-%{version}.tar.bz2
Group: Applications/System
Buildrequires: libevent-devel, openssl-devel, check-devel
Requires: iptables, iproute
@@ -21,12 +22,11 @@ It uses Linux netfilter REDIRECT and TPROXY
%prep
%setup -q
-# disable the ecc test - ECC is not allowed in Fedora and stripped from openssl
-sed -i "s/rsa dsa ec/rsa dsa /" extra/pki/GNUmakefile
%build
# work around some odd build system option passing
-export CFLAGS="%{optflags}"
+export CFLAGS="%{optflags} -fPIE -pie"
+export LDFLAGS="$LDFLAGS -Wl,-z,relro,-z,now -pie"
export DEBUG_CFLAGS="%{optflags}"
make %{?_smp_mflags}
@@ -45,33 +45,5 @@ cp -a %{name}.1 %{buildroot}%{_mandir}/man1/
%{_mandir}/*/*
%changelog
-* Mon Aug 18 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.4.8-3
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
-
-* Sun Jun 08 2014 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.4.8-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
-
-* Wed Jan 29 2014 Patrick Uiterwijk <puiterwijk(a)redhat.com> - 0.4.8-1
-- Rebase to upstream 0.4.8
-
-* Sun Aug 04 2013 Fedora Release Engineering <rel-eng(a)lists.fedoraproject.org> - 0.4.5-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
-
-* Wed Feb 13 2013 Patrick Uiterwijk <puiterwijk(a)gmail.com> - 0.4.5-1
-- Rebase to upstream 0.4.5
-- Switched to usage of Github download links
-
-* Mon Jul 30 2012 Paul Wouters <pwouters(a)redhat.com> - 0.4.4-4
-- Disable make test, as it requires a network connection
-
-* Sat Jul 28 2012 Paul Wouters <pwouters(a)redhat.com> - 0.4.4-3
-- Fix permission of binary to 755
-
-* Fri Jul 27 2012 Paul Wouters <pwouters(a)redhat.com> - 0.4.4-2
-- Fix missing buildrequire for check-devel
-- Run make check
-- No need to compress man pages
-- No mixing of macro styles
-
-* Mon May 28 2012 Paul Wouters <pwouters(a)redhat.com> - 0.4.4-1
-- Initial package
+* Tue Sep 30 2014 Paul Wouters <pwouters(a)redhat.com> - 0.4.8-3
+- Initial package for epel7
8Â years, 4Â months