public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pam_url] epel10: Unretirement request: https://pagure.io/releng/issue/11715
@ 2026-06-13 18:25 Tomas Hrcka
  0 siblings, 0 replies; only message in thread
From: Tomas Hrcka @ 2026-06-13 18:25 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/pam_url
Branch : epel10
Commit : 01d7cca871b3384246afc41a9a43894327d83b06
Author : Tomas Hrcka <thrcka@redhat.com>
Date   : 2023-10-09T16:41:53+02:00
Stats  : +149/-1 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/pam_url/c/01d7cca871b3384246afc41a9a43894327d83b06?branch=epel10

Log:
Unretirement request: https://pagure.io/releng/issue/11715

---
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..0b7913c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+/pam_url-0.3.tar.bz2
+/pam_url-0.3.1.tar.bz2
+/pam_url-0.3.2.tar.bz2
+/pam_url-0.3.3.tar.bz2
+/pam_url-58e33bfaed3064ddc93f352b8272d42c17a20313.tar.gz

diff --git a/dead.package b/dead.package
deleted file mode 100644
index 5204a84..0000000
--- a/dead.package
+++ /dev/null
@@ -1 +0,0 @@
-Orphaned for 6+ weeks

diff --git a/pam_url.spec b/pam_url.spec
new file mode 100644
index 0000000..e1d4e79
--- /dev/null
+++ b/pam_url.spec
@@ -0,0 +1,143 @@
+%define _legacy_common_support 1
+
+%global forgeurl https://github.com/mricon/pam_url
+%global commit 58e33bfaed3064ddc93f352b8272d42c17a20313
+%forgemeta
+
+Summary:        PAM module to authenticate with HTTP servers
+Name:           pam_url
+Version:        0.3.3
+Release:        19%{?dist}
+Epoch:          1
+License:        GPLv2
+URL:            %{forgeurl}
+Source:         %{forgesource}
+
+Requires:       pam
+
+BuildRequires: make
+BuildRequires:  gcc
+BuildRequires:  pam-devel
+BuildRequires:  pkgconfig(libconfig)
+BuildRequires:  pkgconfig(libcurl)
+
+%description
+The pam_url module enables you to authenticate users against a Web application,
+such as totpcgi.
+
+%prep
+%forgesetup
+
+sed -i 's/#ifndef __CURL_CURL_H/#ifndef CURLINC_CURL_H/g' pam_url.h
+
+%build
+CFLAGS="%{optflags} -std=c99" make %{?_smp_mflags} pamlib=%{_lib}/security all
+
+%install
+make DESTDIR=%{buildroot} pamlib=%{_lib}/security install
+
+%files
+%doc AUTHOR COPYING INSTALL README examples
+%config(noreplace) %{_sysconfdir}/pam_url.conf
+/%{_lib}/security/pam_url.so
+
+
+%changelog
+* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.3.3-19
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
+
+* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.3.3-18
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
+
+* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.3.3-17
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
+
+* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.3.3-16
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
+
+* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.3.3-15
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
+
+* Fri Apr 10 2020 Mattia Verga <mattia.verga@protonmail.com> - 1:0.3.3-14
+- Update to latest available snapshot
+- Fix libcurl headers detection
+- Enable _legacy_common_support to try to fix build failure
+
+* Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.3.3-13
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
+
+* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.3.3-12
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
+
+* Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.3.3-11
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
+
+* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.3.3-10
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
+
+* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.3.3-9
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
+
+* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.3.3-8
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
+
+* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.3.3-7
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
+
+* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.3.3-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
+
+* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:0.3.3-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
+
+* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.3.3-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
+
+* Sun Aug 17 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.3.3-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+
+* Fri Jun 06 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.3.3-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
+
+* Mon Nov 18 2013 Konstantin Ryabitsev <icon@fedoraproject.org> - 1:0.3.3-1
+- Upstream 0.3.3 with minor new features.
+
+* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.3.2-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
+
+* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.3.2-3
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Thu Dec 06 2012 Dan Horák <dan[at]danny.cz> - 0.3.2-2
+- fix build on all 64-bit arches
+
+* Tue Dec 04 2012 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.3.2-1
+- Upstream 0.3.2 with fixes for correct pam stacking.
+
+* Wed Nov 28 2012 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.3.1-1
+- Upstream 0.3.1 with fixes for memory corruption on 32-bit platforms.
+
+* Wed Nov 28 2012 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.3-1
+- Upstream 0.3 with support for CA_CERT, plus minor bugfixes.
+
+* Mon Nov 19 2012 Konstantin Ryabitsev <icon@fedoraproject.org> - 0.2-1
+- Prepare for 0.2 release
+- Set the epoch to 1 to solve branching issues with other releases
+- Add doc files
+
+* Tue May 08 2012 Andrew Wilcox <corgi@fedorapeople.org> 0.1-1
+- Bring spec up to date with current guidelines (no clean/Buildroot)
+- Modified CFLAGS
+- Prettified description
+- Set config file path
+
+* Sun Mar 14 2010 Sascha Thomas Spreitzer <sspreitzer@fedoraproject.org>
+- Added dependency to libconfig
+
+* Tue Jun 09 2009 Sascha Thomas Spreitzer <sspreitzer@fedoraproject.org>
+- Minor changes to description and summary. 
+- Changed build step to common rpm optflags.
+
+* Sun May 03 2009 Sascha Thomas Spreitzer <sspreitzer@fedoraproject.org>
+- First shot of rpm spec.
+

diff --git a/sources b/sources
new file mode 100644
index 0000000..9a0014d
--- /dev/null
+++ b/sources
@@ -0,0 +1 @@
+SHA512 (pam_url-58e33bfaed3064ddc93f352b8272d42c17a20313.tar.gz) = bc300da5bd04fd8005552c9dbd3e6fa565973180c0e6b8db30b0d7b051c6366f6111cfb52e65f5d308015e342bb75103e42066ca4ab0cf2fab076d0dacac0387

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-13 18:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-13 18:25 [rpms/pam_url] epel10: Unretirement request: https://pagure.io/releng/issue/11715 Tomas Hrcka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox