Skip to content

Commit

Permalink
Update packaging for merged PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ellert committed Jul 23, 2024
1 parent f37c5ce commit 7b156e1
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion myproxy/source/configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([myproxy],[6.2.17])
AC_INIT([myproxy],[6.2.18])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign])
LT_INIT([dlopen win32-dll])
Expand Down
6 changes: 6 additions & 0 deletions packaging/debian/myproxy/debian/changelog.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
myproxy (6.2.18-1+gct.@distro@) @distro@; urgency=medium

* Change private key cipher to EVP_aes_256_cbc

-- Mattias Ellert <[email protected]> Tue, 23 Jul 2024 02:23:31 +0200

myproxy (6.2.17-1+gct.@distro@) @distro@; urgency=medium

* Handle 64 bit time_t on 32 bit systems
Expand Down
7 changes: 5 additions & 2 deletions packaging/fedora/myproxy.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

Name: myproxy
%global soname 6
Version: 6.2.17
Release: 2%{?dist}
Version: 6.2.18
Release: 1%{?dist}
Summary: Manage X.509 Public Key Infrastructure (PKI) security credentials

Group: Applications/Internet
Expand Down Expand Up @@ -391,6 +391,9 @@ fi
%doc %{_pkgdocdir}/LICENSE*

%changelog
* Tue Jul 23 2024 Mattias Ellert <[email protected]> - 6.2.18-1
- Change private key cipher to EVP_aes_256_cbc

* Thu Jul 11 2024 Mattias Ellert <[email protected]> - 6.2.17-2
- Add openssl-devel-engine build requirement on Fedora 41+

Expand Down

0 comments on commit 7b156e1

Please sign in to comment.