3 Commits

Author SHA1 Message Date
ffb5becceb * Wed Sep 10 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.3-25.sme
- rename to smeserver-phpki as upstream abandonned
2025-09-10 22:47:54 -04:00
eabba7a5be Update README with specific Bugzilla links 2024-10-27 15:50:34 +00:00
Trevor Batley
2b88abb956 fix-e-smith-pkg script (#12732) 2024-09-08 17:54:30 +10:00
4 changed files with 24 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
# Makefile for source rpm: smeserver-phpki-ng # Makefile for source rpm: smeserver-phpki
# $Id: Makefile,v 1.1 2020/11/24 16:28:21 jcrisp Exp $ # $Id: Makefile,v 1.1 2020/11/24 16:28:21 jcrisp Exp $
NAME := smeserver-phpki-ng NAME := smeserver-phpki
SPECFILE = $(firstword $(wildcard *.spec)) SPECFILE = $(firstword $(wildcard *.spec))
define find-makefile-common define find-makefile-common

View File

@@ -6,7 +6,14 @@ SMEServer Koozali developed git repo for smeserver-phpki-ng smecontribs
<br />https://wiki.koozali.org/ <br />https://wiki.koozali.org/
## Bugzilla ## Bugzilla
Show list of outstanding bugs: [here](https://bugs.koozali.org/buglist.cgi?component=smeserver-phpki-ng&product=SME%20Contribs&query_format=advanced&limit=0&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=CONFIRMED) Show list of outstanding bugs:
[All](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&bug_status=CONFIRMED&bug_status=NEEDINFO&bug_status=IN_PROGRESS&bug_status=RESOLVED&bug_status=VERIFIED&classification=Contribs&component=smeserver-phpki-ng&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Confirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=CONFIRMED&classification=Contribs&component=smeserver-phpki-ng&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Unconfirmed](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=UNCONFIRMED&classification=Contribs&component=smeserver-phpki-ng&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Need Info](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=NEEDINFO&classification=Contribs&component=smeserver-phpki-ng&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[In Progress](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=IN_PROGRESS&classification=Contribs&component=smeserver-phpki-ng&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Verified](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=VERIFIED&classification=Contribs&component=smeserver-phpki-ng&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
[Resolved](https://bugs.koozali.org/buglist.cgi?action=wrap&bug_status=RESOLVED&classification=Contribs&component=smeserver-phpki-ng&list_id=105781&order=changeddate+DESC%2Ccomponent%2Cpriority%2Cbug_severity&product=SME+Contribs&query_format=advanced)
## Description ## Description

View File

@@ -1 +0,0 @@
contribs10

View File

@@ -2,9 +2,9 @@
# Authority: vip-ire # Authority: vip-ire
# Name: Daniel Berteaud # Name: Daniel Berteaud
Name: smeserver-phpki-ng Name: smeserver-phpki
Version: 0.3 Version: 0.3
Release: 23%{?dist} Release: 25%{?dist}
Summary: php integration into SME server Summary: php integration into SME server
Group: Applications/System Group: Applications/System
@@ -19,18 +19,17 @@ Source: %{name}-%{version}.tar.xz
BuildRoot: %{_tmppath}/%{name}-%{version} BuildRoot: %{_tmppath}/%{name}-%{version}
BuildArch: noarch BuildArch: noarch
BuildRequires: e-smith-devtools BuildRequires: smeserver-devtools
Requires: mod_auth_tkt Requires: mod_auth_tkt
Requires: openvpn Requires: openvpn
Requires: e-smith-base Requires: smeserver-base
Requires: phpki-ng >= 0.84-14 Requires: phpki >= 0.84-14
Requires: php-process Requires: php-process
Requires: e-smith-manager >= 2.6.0-22 Requires: smeserver-manager >= 2.6.0-22
Requires: e-smith-apache >= 2.6.0-19 Requires: smeserver-apache >= 2.6.0-19
Requires: smeserver-php >= 3.0.0-44 Requires: smeserver-php >= 3.0.0-44
Provides: smeserver-phpki Provides: smeserver-phpki-ng
#Obsoletes: smeserver-phpki
%description %description
PHPki is an Open Source Web application for managing a multi-agency PKI for HIPAA compliance. PHPki is an Open Source Web application for managing a multi-agency PKI for HIPAA compliance.
@@ -40,6 +39,12 @@ This package contains specific configuration for SME server
%changelog %changelog
* Wed Sep 10 2025 Jean-Philippe Pialasse <jpp@koozali.org> 0.3-25.sme
- rename to smeserver-phpki as upstream abandonned
* Sun Sep 08 2024 fix-e-smith-pkg.sh by Trevor Batley <trevor@batley.id.au> 0.3-24.sme
- Fix e-smith references in smeserver-phpki-ng [SME: 12732]
* Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.3-23.sme * Sat Sep 07 2024 cvs2git.sh aka Brian Read <brianr@koozali.org> 0.3-23.sme
- Roll up patches and move to git repo [SME: 12338] - Roll up patches and move to git repo [SME: 12338]