Skip to content

Commit

Permalink
package 3.3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaboud committed May 15, 2024
1 parent efa2bce commit 3b8dd59
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 11 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ node_modules/
.yarnrc.yml
file-sharing-old/
houston-common/
*_generic.tar.gz
*_generic.zip
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
## Cockpit File Sharing 3.3.7-1
## Cockpit File Sharing 3.3.8-1

* Samba - fix saving global advanced settings with '=' in their value
* NFS - better whitespace handling while parsing exports file
* Fix parsing NFS Exports files where path includes whitespace
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ sudo apt install cockpit-file-sharing
### 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-file-sharing/releases/download/v3.3.7/cockpit-file-sharing_3.3.7-1focal_all.deb
sudo apt install ./cockpit-file-sharing_3.3.7-1focal_all.deb
curl -LO https://github.com/45Drives/cockpit-file-sharing/releases/download/v3.3.8/cockpit-file-sharing_3.3.8-1focal_all.deb
sudo apt install ./cockpit-file-sharing_3.3.8-1focal_all.deb
```
## Rocky 8
### From 45Drives Repo (Recommended, Rocky 8 only)
Expand All @@ -51,7 +51,7 @@ sudo dnf install cockpit-file-sharing
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-file-sharing/releases/download/v3.3.7/cockpit-file-sharing-3.3.7-1.el8.noarch.rpm
sudo dnf install https://github.com/45Drives/cockpit-file-sharing/releases/download/v3.3.8/cockpit-file-sharing-3.3.8-1.el8.noarch.rpm
```
## Generic Installation
1. Install Dependencies
Expand Down Expand Up @@ -80,9 +80,9 @@ gawk
```
2. Download pre-built archive and install
```bash
curl -LO https://github.com/45Drives/cockpit-file-sharing/releases/download/v3.3.7/cockpit-file-sharing_3.3.7_generic.zip
unzip cockpit-file-sharing_3.3.7_generic.zip
cd cockpit-file-sharing_3.3.7_generic
curl -LO https://github.com/45Drives/cockpit-file-sharing/releases/download/v3.3.8/cockpit-file-sharing_3.3.8_generic.zip
unzip cockpit-file-sharing_3.3.8_generic.zip
cd cockpit-file-sharing_3.3.8_generic
# no need to run `make` first, the plugin is pre-built
sudo make install
```
Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "cockpit-file-sharing",
"title": "Cockpit File Sharing",
"prerelease": false,
"version": "3.3.7",
"version": "3.3.8",
"buildVersion": "1",
"author": "Josh Boudreau <jboudreau@45drives.com>",
"url": "https://github.com/45Drives/cockpit-file-sharing",
Expand Down Expand Up @@ -60,7 +60,7 @@
],
"changelog": {
"urgency": "medium",
"version": "3.3.7",
"version": "3.3.8",
"buildVersion": "1",
"ignore": [],
"date": null,
Expand Down
2 changes: 2 additions & 0 deletions packaging/el8/main.spec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ make DESTDIR=%{buildroot} install
/usr/share/cockpit/file-sharing/*

%changelog
* Wed May 15 2024 Joshua Boudreau <jboudreau@45drives.com> 3.3.8-1
- Fix parsing NFS Exports files where path includes whitespace
* Tue Apr 23 2024 Joshua Boudreau <jboudreau@45drives.com> 3.3.7-1
- Samba - fix saving global advanced settings with '=' in their value
- NFS - better whitespace handling while parsing exports file
Expand Down
6 changes: 6 additions & 0 deletions packaging/focal/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
cockpit-file-sharing (3.3.8-1focal) focal; urgency=medium

* Fix parsing NFS Exports files where path includes whitespace

-- Joshua Boudreau <jboudreau@45drives.com> Wed, 15 May 2024 13:09:21 -0300

cockpit-file-sharing (3.3.7-1focal) focal; urgency=medium

* Samba - fix saving global advanced settings with '=' in their value
Expand Down

0 comments on commit 3b8dd59

Please sign in to comment.