2 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
4 changed files with 17 additions and 9 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 $
NAME := smeserver-phpki-ng
NAME := smeserver-phpki
SPECFILE = $(firstword $(wildcard *.spec))
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/
## 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

View File

@@ -1 +0,0 @@
contribs10

View File

@@ -2,9 +2,9 @@
# Authority: vip-ire
# Name: Daniel Berteaud
Name: smeserver-phpki-ng
Name: smeserver-phpki
Version: 0.3
Release: 24%{?dist}
Release: 25%{?dist}
Summary: php integration into SME server
Group: Applications/System
@@ -24,13 +24,12 @@ BuildRequires: smeserver-devtools
Requires: mod_auth_tkt
Requires: openvpn
Requires: smeserver-base
Requires: phpki-ng >= 0.84-14
Requires: phpki >= 0.84-14
Requires: php-process
Requires: smeserver-manager >= 2.6.0-22
Requires: smeserver-apache >= 2.6.0-19
Requires: smeserver-php >= 3.0.0-44
Provides: smeserver-phpki
#Obsoletes: smeserver-phpki
Provides: smeserver-phpki-ng
%description
PHPki is an Open Source Web application for managing a multi-agency PKI for HIPAA compliance.
@@ -40,6 +39,9 @@ This package contains specific configuration for SME server
%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]