-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rebased against release 6.2.0 (b00627e7)
- Loading branch information
Showing
12 changed files
with
108 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,7 @@ man/*/Makefile | |
|
||
po/Makefile | ||
po/Makefile.in | ||
po/messages.mo | ||
po/POTFILES | ||
po/stamp-po | ||
po/*.gmo | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
dnl autoconf script for cryptmount | ||
dnl (C)Copyright 2005-2022, RW Penney | ||
dnl (C)Copyright 2005-2023, RW Penney | ||
|
||
dnl run 'aclocal; autoconf; automake -a -c -i; ./configure; make' | ||
|
||
AC_INIT(cryptmount, 6.2-beta, [email protected]) | ||
AC_INIT(cryptmount, 6.2.0, [email protected]) | ||
AC_PREREQ(2.59) | ||
|
||
test "$sysconfdir" = '${prefix}/etc' && sysconfdir=/etc | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# | ||
Summary: Let ordinary users mount an encrypted file system | ||
Name: cryptmount | ||
Version: 6.1.1 | ||
Version: 6.2.0 | ||
Release: 1%{?dist} | ||
License: GPL | ||
URL: http://cryptmount.sourceforge.net | ||
|
@@ -13,7 +13,7 @@ Source0: http://sourceforge.net/projects/cryptmount/files/cryptmount-%{version}/ | |
%if 0%{?fedora} | ||
#{ | ||
# Fedora | ||
BuildRequires: cryptsetup-devel libgcrypt-devel | ||
BuildRequires: cryptsetup-devel libgcrypt-devel systemd-devel | ||
Requires: cryptsetup-libs libgcrypt device-mapper | ||
#} | ||
%else | ||
|
@@ -22,7 +22,7 @@ Requires: cryptsetup-libs libgcrypt device-mapper | |
#{ | ||
# RHEL, CentOS | ||
%if 0%{?rhl} >= 7 | ||
BuildRequires: cryptsetup-devel libgcrypt-devel | ||
BuildRequires: cryptsetup-devel libgcrypt-devel systemd-devel | ||
Requires: cryptsetup-libs libgcrypt device-mapper | ||
%else | ||
BuildRequires: cryptsetup-luks-devel libgcrypt-devel | ||
|
@@ -76,7 +76,7 @@ device-mapper and loopback devices before mounting. | |
|
||
%files -f %{name}.lang | ||
%defattr(-, root, root, 0755) | ||
%doc AUTHORS ChangeLog COPYING NEWS README* RELNOTES ToDo | ||
%doc AUTHORS ChangeLog COPYING README* RELNOTES | ||
%doc %{_mandir}/man5/cmtab.5* | ||
%doc %{_mandir}/man8/cryptmount*.8* | ||
%doc %{_mandir}/*/man5/cmtab.5* | ||
|
@@ -100,6 +100,8 @@ fi | |
|
||
|
||
%changelog | ||
* Sat Jan 07 2023 RW Penney <[email protected]> - 6.2 | ||
-- Enabled libudev by default | ||
* Sat Oct 08 2022 RW Penney <[email protected]> - 6.1 | ||
-- Refreshed installation documentation and inter-process locking | ||
* Sat Sep 03 2022 RW Penney <[email protected]> - 6.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
cryptmount (6.2.0-1) unstable; urgency=low | ||
|
||
* New upstream release | ||
- migrated device-setup handshaking using libudev | ||
|
||
-- RW Penney <[email protected]> Sat, 07 Jan 2023 09:15:00 +0000 | ||
|
||
cryptmount (6.1.0-1) unstable; urgency=low | ||
|
||
* New upstream release | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ Source: https://github.com/rwpenney/cryptmount | |
License: GPL-2+ | ||
|
||
Files: * | ||
Copyright: (C) 2005 - 2022 RW Penney <[email protected]> | ||
Copyright: (C) 2005 - 2023 RW Penney <[email protected]> | ||
License: GPL-2+ | ||
|
||
Files: blowfish.c blowfish.h | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.