From 47de5618a88283645115df16eec9b1eb2d4a31d0 Mon Sep 17 00:00:00 2001 From: joshuaboud Date: Thu, 11 May 2023 16:47:31 -0300 Subject: [PATCH] package 0.1.12 --- CHANGELOG.md | 4 ++-- README.md | 12 ++++++------ manifest.json | 4 ++-- packaging/el8/main.spec | 4 +++- packaging/focal/changelog | 8 +++++++- 5 files changed, 20 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dc335a..b8584a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ -## Cockpit Identities 0.1.11-1 +## Cockpit Identities 0.1.12-1 -* Fix parsing regex for Safari +* remove all regex lookbehinds \ No newline at end of file diff --git a/README.md b/README.md index 5f8ddae..4cc0fa7 100644 --- a/README.md +++ b/README.md @@ -39,8 +39,8 @@ sudo apt install cockpit-identities ### Direct from .deb Installing this way may work for other versions of Ubuntu and Debian, but it is unsupported. You won't get automatic updates this way. ```bash -curl -LO https://github.com/45Drives/cockpit-identities/releases/download/v0.1.11/cockpit-identities_0.1.11-1focal_all.deb -sudo apt install ./cockpit-identities_0.1.11-1focal_all.deb +curl -LO https://github.com/45Drives/cockpit-identities/releases/download/v0.1.12/cockpit-identities_0.1.12-1focal_all.deb +sudo apt install ./cockpit-identities_0.1.12-1focal_all.deb ``` ## Rocky 8 ### From 45Drives Repo (Recommended, Rocky 8 only) @@ -52,7 +52,7 @@ sudo dnf install cockpit-identities Installing this way may work for other versions of Rocky/Centos/RHEL/Fedora/etc, but it is unsupported. You won't get automatic updates this way. ```bash # dnf or yum -sudo dnf install https://github.com/45Drives/cockpit-identities/releases/download/v0.1.11/cockpit-identities-0.1.11-1.el8.noarch.rpm +sudo dnf install https://github.com/45Drives/cockpit-identities/releases/download/v0.1.12/cockpit-identities-0.1.12-1.el8.noarch.rpm ``` ## Generic Installation 1. Install Dependencies @@ -89,9 +89,9 @@ openssh ``` 2. Download pre-built archive and install ```bash -curl -LO https://github.com/45Drives/cockpit-identities/releases/download/v0.1.11/cockpit-identities_0.1.11_generic.zip -unzip cockpit-identities_0.1.11_generic.zip -cd cockpit-identities_0.1.11_generic +curl -LO https://github.com/45Drives/cockpit-identities/releases/download/v0.1.12/cockpit-identities_0.1.12_generic.zip +unzip cockpit-identities_0.1.12_generic.zip +cd cockpit-identities_0.1.12_generic # no need to run `make` first, the plugin is pre-built sudo make install ``` diff --git a/manifest.json b/manifest.json index 5deaebe..6265c07 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "cockpit-identities", "title": "Cockpit Identities", "prerelease": false, - "version": "0.1.11", + "version": "0.1.12", "buildVersion": "1", "author": "Joshua Boudreau ", "url": "https://github.com/45Drives/cockpit-identities", @@ -72,7 +72,7 @@ ], "changelog": { "urgency": "medium", - "version": "0.1.11", + "version": "0.1.12", "buildVersion": "1", "ignore": [], "date": null, diff --git a/packaging/el8/main.spec b/packaging/el8/main.spec index f95142b..6535503 100644 --- a/packaging/el8/main.spec +++ b/packaging/el8/main.spec @@ -27,6 +27,8 @@ make DESTDIR=%{buildroot} install /usr/share/cockpit/identities/* %changelog +* Thu May 11 2023 Joshua Boudreau 0.1.12-1 +- remove all regex lookbehinds * Thu May 11 2023 Joshua Boudreau 0.1.11-1 - Fix parsing regex for Safari * Wed Jul 06 2022 Joshua Boudreau 0.1.10-1 @@ -64,4 +66,4 @@ make DESTDIR=%{buildroot} install - Implemented password expiry period - Added ability to terminate user session * Mon Apr 25 2022 Joshua Boudreau 0.1.0-1 -- first build +- first build \ No newline at end of file diff --git a/packaging/focal/changelog b/packaging/focal/changelog index 5b1ae90..c754626 100644 --- a/packaging/focal/changelog +++ b/packaging/focal/changelog @@ -1,3 +1,9 @@ +cockpit-identities (0.1.12-1focal) focal; urgency=medium + + * remove all regex lookbehinds + + -- Joshua Boudreau Thu, 11 May 2023 13:46:52 -0300 + cockpit-identities (0.1.11-1focal) focal; urgency=medium * Fix parsing regex for Safari @@ -87,4 +93,4 @@ cockpit-identities (0.1.0-1focal) focal; urgency=medium * first build - -- Joshua Boudreau Mon, 25 Apr 2022 14:00:52 -0300 + -- Joshua Boudreau Mon, 25 Apr 2022 14:00:52 -0300 \ No newline at end of file