[arch-commits] Commit in cryptsetup/repos/testing-x86_64 (8 files)

2018-01-03 Thread Christian Hesse via arch-commits
Date: Wednesday, January 3, 2018 @ 23:45:51
  Author: eworm
Revision: 314002

archrelease: copy trunk to testing-x86_64

Added:
  cryptsetup/repos/testing-x86_64/PKGBUILD
(from rev 314001, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/testing-x86_64/hooks-encrypt
(from rev 314001, cryptsetup/trunk/hooks-encrypt)
  cryptsetup/repos/testing-x86_64/install-encrypt
(from rev 314001, cryptsetup/trunk/install-encrypt)
  cryptsetup/repos/testing-x86_64/install-sd-encrypt
(from rev 314001, cryptsetup/trunk/install-sd-encrypt)
Deleted:
  cryptsetup/repos/testing-x86_64/PKGBUILD
  cryptsetup/repos/testing-x86_64/hooks-encrypt
  cryptsetup/repos/testing-x86_64/install-encrypt
  cryptsetup/repos/testing-x86_64/install-sd-encrypt

+
 PKGBUILD   |   98 -
 hooks-encrypt  |  290 +--
 install-encrypt|   94 
 install-sd-encrypt |   99 +++--
 4 files changed, 287 insertions(+), 294 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-03 23:45:44 UTC (rev 314001)
+++ PKGBUILD2018-01-03 23:45:51 UTC (rev 314002)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Thomas Bächler 
-
-pkgname=cryptsetup
-pkgver=2.0.0
-pkgrel=4
-pkgdesc='Userspace setup tool for transparent encryption of block devices 
using dm-crypt'
-arch=(x86_64)
-license=('GPL')
-url='https://gitlab.com/cryptsetup/cryptsetup/'
-groups=('base')
-depends=('device-mapper' 'libgcrypt' 'popt' 'libutil-linux' 'json-c' 'argon2')
-makedepends=('util-linux')
-options=('!emptydirs')
-validpgpkeys=('2A2918243FDE46648D0686F9D9B0577BD93E98FC') # Milan Broz 

-source=("https://www.kernel.org/pub/linux/utils/cryptsetup/v2.0/${pkgname}-${pkgver}.tar."{xz,sign}
-'hooks-encrypt'
-'install-encrypt'
-'install-sd-encrypt')
-sha256sums=('adc623b9e3e3ab5c14145b8baf21b741e513ee5bf90d2b4d85a745c2f05da199'
-'SKIP'
-'9b827e6e91d17efe1add010049dd0781902255939702561485073cda8ae6c923'
-'6a68c833ff0af50651e66471aa21de8219e3cf66b28f87227a9580c48b689115'
-'b6b7f1328f291c44b9515a220815d1aaee2f1cf89dce5d5c3db47a90ae697939')
-
-build() {
-  cd "${srcdir}"/$pkgname-${pkgver}
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---enable-libargon2 \
---disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  # install hook
-  install -D -m0644 "${srcdir}"/hooks-encrypt 
"${pkgdir}"/usr/lib/initcpio/hooks/encrypt
-  install -D -m0644 "${srcdir}"/install-encrypt 
"${pkgdir}"/usr/lib/initcpio/install/encrypt
-  install -D -m0644 "${srcdir}"/install-sd-encrypt 
"${pkgdir}"/usr/lib/initcpio/install/sd-encrypt
-}

Copied: cryptsetup/repos/testing-x86_64/PKGBUILD (from rev 314001, 
cryptsetup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-03 23:45:51 UTC (rev 314002)
@@ -0,0 +1,51 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thomas Bächler 
+
+pkgname=cryptsetup
+pkgver=2.0.0
+pkgrel=5
+pkgdesc='Userspace setup tool for transparent encryption of block devices 
using dm-crypt'
+arch=(x86_64)
+license=('GPL')
+url='https://gitlab.com/cryptsetup/cryptsetup/'
+groups=('base')
+depends=('device-mapper' 'libgcrypt' 'popt' 'libutil-linux' 'json-c' 'argon2')
+makedepends=('util-linux')
+options=('!emptydirs')
+validpgpkeys=('2A2918243FDE46648D0686F9D9B0577BD93E98FC') # Milan Broz 

+source=("https://www.kernel.org/pub/linux/utils/cryptsetup/v2.0/${pkgname}-${pkgver}.tar."{xz,sign}
+'hooks-encrypt'
+'install-encrypt'
+'install-sd-encrypt')
+sha256sums=('adc623b9e3e3ab5c14145b8baf21b741e513ee5bf90d2b4d85a745c2f05da199'
+'SKIP'
+'416aa179ce3c6a7a5eee0861f1f0a4fafac91b69e84a2aae82b6e5a6140e31e2'
+'6a68c833ff0af50651e66471aa21de8219e3cf66b28f87227a9580c48b689115'
+'dbcb94323f65eab2cdd7a241fe3eba7aa3b344c1bd10a7fd800f146e61e8')
+
+build() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+
+  # https://gitlab.com/cryptsetup/cryptsetup/issues/362
+  # TODO: remove configure option once this hits a release
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--enable-libargon2 \
+--disable-static \
+--with-luks2-lock-path=/run/cryptsetup
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  # install hook
+  install -D -m0644 "${srcdir}"/hooks-encrypt 
"${pkgdir}"/usr/lib/initcpio/hooks/encrypt
+  install -D -m0644 "${srcdir}"/install-encrypt 
"${pkgdir}"/usr/lib/initcpio/install/encrypt
+  install -D -m0644 

[arch-commits] Commit in cryptsetup/repos/testing-x86_64 (8 files)

2018-01-03 Thread Christian Hesse via arch-commits
Date: Wednesday, January 3, 2018 @ 15:34:29
  Author: eworm
Revision: 313988

archrelease: copy trunk to testing-x86_64

Added:
  cryptsetup/repos/testing-x86_64/PKGBUILD
(from rev 313987, cryptsetup/trunk/PKGBUILD)
  cryptsetup/repos/testing-x86_64/hooks-encrypt
(from rev 313987, cryptsetup/trunk/hooks-encrypt)
  cryptsetup/repos/testing-x86_64/install-encrypt
(from rev 313987, cryptsetup/trunk/install-encrypt)
  cryptsetup/repos/testing-x86_64/install-sd-encrypt
(from rev 313987, cryptsetup/trunk/install-sd-encrypt)
Deleted:
  cryptsetup/repos/testing-x86_64/PKGBUILD
  cryptsetup/repos/testing-x86_64/hooks-encrypt
  cryptsetup/repos/testing-x86_64/install-encrypt
  cryptsetup/repos/testing-x86_64/install-sd-encrypt

+
 PKGBUILD   |   94 
 hooks-encrypt  |  292 +--
 install-encrypt|   94 
 install-sd-encrypt |   96 +---
 4 files changed, 294 insertions(+), 282 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-01-03 15:34:13 UTC (rev 313987)
+++ PKGBUILD2018-01-03 15:34:29 UTC (rev 313988)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer:  Bartłomiej Piotrowski 
-# Contributor: Thomas Bächler 
-
-pkgname=cryptsetup
-pkgver=2.0.0
-pkgrel=3
-pkgdesc='Userspace setup tool for transparent encryption of block devices 
using dm-crypt'
-arch=(x86_64)
-license=('GPL')
-url='https://gitlab.com/cryptsetup/cryptsetup/'
-groups=('base')
-depends=('device-mapper' 'libgcrypt' 'popt' 'libutil-linux' 'json-c' 'argon2')
-makedepends=('util-linux')
-options=('!emptydirs')
-validpgpkeys=('2A2918243FDE46648D0686F9D9B0577BD93E98FC') # Milan Broz 

-source=("https://www.kernel.org/pub/linux/utils/cryptsetup/v2.0/${pkgname}-${pkgver}.tar."{xz,sign}
-'hooks-encrypt'
-'install-encrypt'
-'install-sd-encrypt')
-sha256sums=('adc623b9e3e3ab5c14145b8baf21b741e513ee5bf90d2b4d85a745c2f05da199'
-'SKIP'
-'9b827e6e91d17efe1add010049dd0781902255939702561485073cda8ae6c923'
-'6a68c833ff0af50651e66471aa21de8219e3cf66b28f87227a9580c48b689115'
-'d442304e6a78b3513ebc53be3fe2f1276a7df470c8da701b3ece971d59979bdd')
-
-build() {
-  cd "${srcdir}"/$pkgname-${pkgver}
-
-  ./configure \
---prefix=/usr \
---sbindir=/usr/bin \
---enable-libargon2 \
---disable-static
-  make
-}
-
-package() {
-  cd "${srcdir}"/$pkgname-${pkgver}
-
-  make DESTDIR="${pkgdir}" install
-
-  # install hook
-  install -D -m0644 "${srcdir}"/hooks-encrypt 
"${pkgdir}"/usr/lib/initcpio/hooks/encrypt
-  install -D -m0644 "${srcdir}"/install-encrypt 
"${pkgdir}"/usr/lib/initcpio/install/encrypt
-  install -D -m0644 "${srcdir}"/install-sd-encrypt 
"${pkgdir}"/usr/lib/initcpio/install/sd-encrypt
-}

Copied: cryptsetup/repos/testing-x86_64/PKGBUILD (from rev 313987, 
cryptsetup/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-01-03 15:34:29 UTC (rev 313988)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer:  Bartłomiej Piotrowski 
+# Contributor: Thomas Bächler 
+
+pkgname=cryptsetup
+pkgver=2.0.0
+pkgrel=4
+pkgdesc='Userspace setup tool for transparent encryption of block devices 
using dm-crypt'
+arch=(x86_64)
+license=('GPL')
+url='https://gitlab.com/cryptsetup/cryptsetup/'
+groups=('base')
+depends=('device-mapper' 'libgcrypt' 'popt' 'libutil-linux' 'json-c' 'argon2')
+makedepends=('util-linux')
+options=('!emptydirs')
+validpgpkeys=('2A2918243FDE46648D0686F9D9B0577BD93E98FC') # Milan Broz 

+source=("https://www.kernel.org/pub/linux/utils/cryptsetup/v2.0/${pkgname}-${pkgver}.tar."{xz,sign}
+'hooks-encrypt'
+'install-encrypt'
+'install-sd-encrypt')
+sha256sums=('adc623b9e3e3ab5c14145b8baf21b741e513ee5bf90d2b4d85a745c2f05da199'
+'SKIP'
+'9b827e6e91d17efe1add010049dd0781902255939702561485073cda8ae6c923'
+'6a68c833ff0af50651e66471aa21de8219e3cf66b28f87227a9580c48b689115'
+'b6b7f1328f291c44b9515a220815d1aaee2f1cf89dce5d5c3db47a90ae697939')
+
+build() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+
+  ./configure \
+--prefix=/usr \
+--sbindir=/usr/bin \
+--enable-libargon2 \
+--disable-static
+  make
+}
+
+package() {
+  cd "${srcdir}"/$pkgname-${pkgver}
+
+  make DESTDIR="${pkgdir}" install
+
+  # install hook
+  install -D -m0644 "${srcdir}"/hooks-encrypt 
"${pkgdir}"/usr/lib/initcpio/hooks/encrypt
+  install -D -m0644 "${srcdir}"/install-encrypt 
"${pkgdir}"/usr/lib/initcpio/install/encrypt
+  install -D -m0644 "${srcdir}"/install-sd-encrypt 
"${pkgdir}"/usr/lib/initcpio/install/sd-encrypt
+}

Deleted: hooks-encrypt

[arch-commits] Commit in cryptsetup/repos (testing-x86_64)

2011-06-30 Thread Thomas Bächler
Date: Thursday, June 30, 2011 @ 14:07:50
  Author: thomas
Revision: 129981

archrelease: copy trunk to testing-x86_64

Added:
  cryptsetup/repos/testing-x86_64/



[arch-commits] Commit in cryptsetup/repos (testing-x86_64)

2011-05-28 Thread Thomas Bächler
Date: Saturday, May 28, 2011 @ 13:14:48
  Author: thomas
Revision: 125740

archrelease: copy trunk to testing-x86_64

Added:
  cryptsetup/repos/testing-x86_64/



[arch-commits] Commit in cryptsetup/repos (testing-x86_64)

2011-05-14 Thread Thomas Bächler
Date: Saturday, May 14, 2011 @ 05:00:47
  Author: thomas
Revision: 123896

archrelease: copy trunk to testing-x86_64

Added:
  cryptsetup/repos/testing-x86_64/



[arch-commits] Commit in cryptsetup/repos (testing-x86_64)

2010-12-23 Thread Thomas Bächler
Date: Thursday, December 23, 2010 @ 17:25:24
  Author: thomas
Revision: 103932

archrelease: copy trunk to testing-x86_64

Added:
  cryptsetup/repos/testing-x86_64/



[arch-commits] Commit in cryptsetup/repos (testing-x86_64)

2010-07-11 Thread Thomas Bächler
Date: Sunday, July 11, 2010 @ 06:36:15
  Author: thomas
Revision: 85281

archrelease: remove testing-x86_64

Deleted:
  cryptsetup/repos/testing-x86_64/



[arch-commits] Commit in cryptsetup/repos (testing-x86_64)

2010-07-11 Thread Thomas Bächler
Date: Sunday, July 11, 2010 @ 06:36:22
  Author: thomas
Revision: 85282

archrelease: copy trunk to testing-x86_64

Added:
  cryptsetup/repos/testing-x86_64/



[arch-commits] Commit in cryptsetup/repos (testing-x86_64)

2010-06-30 Thread Thomas Bächler
Date: Wednesday, June 30, 2010 @ 13:30:10
  Author: thomas
Revision: 84521

archrelease: copy trunk to testing-x86_64

Added:
  cryptsetup/repos/testing-x86_64/



[arch-commits] Commit in cryptsetup/repos (testing-x86_64)

2010-05-31 Thread Thomas Bächler
Date: Monday, May 31, 2010 @ 13:45:55
  Author: thomas
Revision: 81545

archrelease: remove testing-x86_64

Deleted:
  cryptsetup/repos/testing-x86_64/



[arch-commits] Commit in cryptsetup/repos (testing-x86_64)

2010-05-31 Thread Thomas Bächler
Date: Monday, May 31, 2010 @ 13:46:02
  Author: thomas
Revision: 81546

archrelease: copy trunk to testing-x86_64

Added:
  cryptsetup/repos/testing-x86_64/



[arch-commits] Commit in cryptsetup/repos (testing-x86_64)

2010-05-27 Thread Thomas Bächler
Date: Thursday, May 27, 2010 @ 13:33:05
  Author: thomas
Revision: 81247

archrelease: remove testing-x86_64

Deleted:
  cryptsetup/repos/testing-x86_64/



[arch-commits] Commit in cryptsetup/repos (testing-x86_64)

2010-05-27 Thread Thomas Bächler
Date: Thursday, May 27, 2010 @ 13:33:13
  Author: thomas
Revision: 81248

archrelease: copy trunk to testing-x86_64

Added:
  cryptsetup/repos/testing-x86_64/



[arch-commits] Commit in cryptsetup/repos (testing-x86_64)

2010-05-03 Thread Thomas Bächler
Date: Monday, May 3, 2010 @ 14:18:29
  Author: thomas
Revision: 79387

archrelease: copy trunk to testing-x86_64

Added:
  cryptsetup/repos/testing-x86_64/



[arch-commits] Commit in cryptsetup/repos (testing-x86_64)

2010-02-07 Thread Thomas Bächler
Date: Sunday, February 7, 2010 @ 05:42:18
  Author: thomas
Revision: 67467

archrelease: new repo testing-x86_64

Added:
  cryptsetup/repos/testing-x86_64/



[arch-commits] Commit in cryptsetup/repos (testing-x86_64)

2010-02-07 Thread Thomas Bächler
Date: Sunday, February 7, 2010 @ 05:42:27
  Author: thomas
Revision: 67468

Initialized merge tracking via svnmerge with revisions 1-67466 from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/cryptsetup/trunk

Modified:
  cryptsetup/repos/testing-x86_64/  (properties)


Property changes on: cryptsetup/repos/testing-x86_64
___
Added: svnmerge-integrated
   + /cryptsetup/trunk:1-67466



[arch-commits] Commit in cryptsetup/repos (testing-x86_64)

2010-01-24 Thread Thomas Bächler
Date: Sunday, January 24, 2010 @ 09:29:04
  Author: thomas
Revision: 65138

archrelease: new repo testing-x86_64

Added:
  cryptsetup/repos/testing-x86_64/



[arch-commits] Commit in cryptsetup/repos (testing-x86_64)

2010-01-24 Thread Thomas Bächler
Date: Sunday, January 24, 2010 @ 09:29:11
  Author: thomas
Revision: 65139

Initialized merge tracking via svnmerge with revisions 1-65137 from 
svn+ssh://gerolde.archlinux.org/srv/svn-packages/cryptsetup/trunk

Modified:
  cryptsetup/repos/testing-x86_64/  (properties)


Property changes on: cryptsetup/repos/testing-x86_64
___
Added: svnmerge-integrated
   + /cryptsetup/trunk:1-65137