From d14a84c9f9dc0f3f46855e4772f42f671300c171458bbf49155c4fa50c4da5a2 Mon Sep 17 00:00:00 2001 From: Ludwig Nussel Date: Wed, 7 Jul 2010 14:37:24 +0000 Subject: [PATCH] - new version 1.1.3 * Fix device alignment ioctl calls parameters. (Device alignment code was not working properly on some architectures like ppc64.) * Fix activate_by_* API calls to handle NULL device name as documented. (To enable check of passphrase/keyfile using libcryptsetup without activating the device.) * Fix udev support for old libdevmapper with not compatible definition. * Added Polish translation file. OBS-URL: https://build.opensuse.org/package/show/security/cryptsetup?expand=0&rev=50 --- cryptsetup-1.1.2.tar.bz2 | 3 --- cryptsetup-1.1.2.tar.bz2.asc | 7 ------- cryptsetup-1.1.3.tar.bz2 | 3 +++ cryptsetup-1.1.3.tar.bz2.asc | 7 +++++++ cryptsetup.changes | 12 ++++++++++++ cryptsetup.spec | 2 +- 6 files changed, 23 insertions(+), 11 deletions(-) delete mode 100644 cryptsetup-1.1.2.tar.bz2 delete mode 100644 cryptsetup-1.1.2.tar.bz2.asc create mode 100644 cryptsetup-1.1.3.tar.bz2 create mode 100644 cryptsetup-1.1.3.tar.bz2.asc diff --git a/cryptsetup-1.1.2.tar.bz2 b/cryptsetup-1.1.2.tar.bz2 deleted file mode 100644 index 93d7a9e..0000000 --- a/cryptsetup-1.1.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45972839fbb169b3ad5649454c217b7f5b0b3c8bf07e32f51a334a88217c7293 -size 478501 diff --git a/cryptsetup-1.1.2.tar.bz2.asc b/cryptsetup-1.1.2.tar.bz2.asc deleted file mode 100644 index 67bc516..0000000 --- a/cryptsetup-1.1.2.tar.bz2.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.10 (GNU/Linux) - -iEYEABECAAYFAkwCo+4ACgkQf1Jlc7shgi+ejACfT+aFnv1CY13deNC3ggmOGXX4 -6WkAn3SWXkIF0GOGWwG4L5nFc57ozBdy -=01i4 ------END PGP SIGNATURE----- diff --git a/cryptsetup-1.1.3.tar.bz2 b/cryptsetup-1.1.3.tar.bz2 new file mode 100644 index 0000000..d348757 --- /dev/null +++ b/cryptsetup-1.1.3.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c8e68a272f6d9cfb6cd65cc0743f4c44a2096c61f74e0602bf40208b5e69c0a +size 499276 diff --git a/cryptsetup-1.1.3.tar.bz2.asc b/cryptsetup-1.1.3.tar.bz2.asc new file mode 100644 index 0000000..e09a62e --- /dev/null +++ b/cryptsetup-1.1.3.tar.bz2.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.10 (GNU/Linux) + +iEYEABECAAYFAkwvQUAACgkQf1Jlc7shgi/UvgCfasORC/TsVH3svv5F/f2WEw+X +XXoAnRhz0xfzQT/xhhoZgg+Jv4sChd2C +=cWbV +-----END PGP SIGNATURE----- diff --git a/cryptsetup.changes b/cryptsetup.changes index 920c383..d4feb30 100644 --- a/cryptsetup.changes +++ b/cryptsetup.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Wed Jul 7 14:38:11 UTC 2010 - lnussel@suse.de + +- new version 1.1.3 + * Fix device alignment ioctl calls parameters. (Device alignment + code was not working properly on some architectures like ppc64.) + * Fix activate_by_* API calls to handle NULL device name as + documented. (To enable check of passphrase/keyfile using + libcryptsetup without activating the device.) + * Fix udev support for old libdevmapper with not compatible definition. + * Added Polish translation file. + ------------------------------------------------------------------- Thu Jul 1 14:27:12 UTC 2010 - lnussel@suse.de diff --git a/cryptsetup.spec b/cryptsetup.spec index 477b150..78f4f84 100644 --- a/cryptsetup.spec +++ b/cryptsetup.spec @@ -29,7 +29,7 @@ BuildRequires: libselinux-devel pkgconfig License: GPLv2+ Group: System/Base AutoReqProv: on -Version: 1.1.2 +Version: 1.1.3 Release: 2 Summary: Set Up dm-crypt Based Encrypted Block Devices Source: http://cryptsetup.googlecode.com/files/cryptsetup-%{version}.tar.bz2