File tree Expand file tree Collapse file tree 4 files changed +10
-36
lines changed Expand file tree Collapse file tree 4 files changed +10
-36
lines changed Original file line number Diff line number Diff line change @@ -105,16 +105,11 @@ jobs:
105
105
fail-fast : false
106
106
matrix :
107
107
environment : [
108
- " ubuntu:23.10" ,
109
- " ubuntu:23.04" ,
108
+ " ubuntu:24.04" ,
110
109
" ubuntu:22.04" ,
111
110
" ubuntu:20.04" ,
112
- " ubuntu:18.04" ,
113
- " ubuntu:16.04" ,
114
- " ubuntu:14.04" ,
115
111
" debian:12" ,
116
112
" debian:11" ,
117
- " debian:10"
118
113
]
119
114
120
115
name : build on ${{ matrix.environment }}
@@ -205,9 +200,8 @@ jobs:
205
200
fail-fast : false
206
201
matrix :
207
202
environment : [
208
- " fedora:37" ,
209
- " fedora:38" ,
210
- " centos:7"
203
+ " fedora:39" ,
204
+ " fedora:40" ,
211
205
]
212
206
cc : [ "gcc" ]
213
207
@@ -232,28 +226,8 @@ jobs:
232
226
env :
233
227
PLATFORM : ${{ env.PLATFORM }}
234
228
run : |
235
- if [ $PLATFORM = "centos7" ]; then
236
- yum -y install centos-release-scl
237
- yum -y update && yum -y upgrade
238
- yum -y install devtoolset-7-gcc \
239
- devtoolset-7-gcc-c++ \
240
- devtoolset-7-make \
241
- make \
242
- chrpath \
243
- git \
244
- libusbx-devel \
245
- libseccomp-devel \
246
- rpm-build \
247
- redhat-rpm-config
248
- . /opt/rh/devtoolset-7/enable
249
-
250
- curl -L --max-redirs 2 -o - https://golang.org/dl/go1.13.8.linux-amd64.tar.gz |\
251
- tar -C /usr/local -xzvf -
252
-
253
- else
254
- dnf -y update
255
- dnf -y install gcc binutils git make libusb1-devel rpmdevtools golang
256
- fi
229
+ dnf -y update
230
+ dnf -y install gcc binutils git make libusb1-devel rpmdevtools golang
257
231
258
232
- name : build release binaries
259
233
env :
Original file line number Diff line number Diff line change 1
1
{
2
2
"major" : 3,
3
3
"minor" : 0,
4
- "patch" : 4 ,
4
+ "patch" : 5 ,
5
5
"build" : 0
6
6
}
Original file line number Diff line number Diff line change 1
1
Name: yubihsm-connector
2
- Version: 3.0.4
2
+ Version: 3.0.5
3
3
Release: 1%{?dist }
4
4
Summary: USB to HTTP bridge for the YubiHSM
5
5
@@ -35,5 +35,5 @@ install -m 0644 LICENSE %{buildroot}/%{_prefix}/share/licenses/%{name}
35
35
%{_prefix }/share/licenses/%{name }/LICENSE
36
36
37
37
%changelog
38
- * Fri Jan 15 2021 Aveen Ismail <aveen.ismail@yubico.com> - 3.0.0
39
- - Releasing 3.0.0
38
+ * Wed Aug 14 2024 Aveen Ismail <aveen.ismail@yubico.com> - 3.0.5
39
+ - Releasing 3.0.5
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Wix xmlns =" http://schemas.microsoft.com/wix/2006/wi" xmlns : util =" http://schemas.microsoft.com/wix/UtilExtension" >
3
- <?define ProductVersion =" 3.0.4 " ?>
3
+ <?define ProductVersion =" 3.0.5 " ?>
4
4
<?define ProductName =" YubiHSM Connector" ?>
5
5
<Product Id =" *" Name =" $(var.ProductName)" Language =" 1033" Version =" $(var.ProductVersion)" Manufacturer =" Yubico AB" UpgradeCode =" 3730310e-468e-4f46-b1f3-2b0c53673470" >
6
6
<Package InstallerVersion =" 200" Compressed =" yes" InstallScope =" perMachine" Description =" $(var.ProductName) $(var.ProductVersion)" />
You can’t perform that action at this time.
0 commit comments