[arch-commits] Commit in dd_rescue/repos/community-x86_64 (4 files)

Felix Yan felixonmars at archlinux.org
Thu Jan 11 19:37:09 UTC 2018


    Date: Thursday, January 11, 2018 @ 19:37:06
  Author: felixonmars
Revision: 281378

archrelease: copy trunk to community-x86_64

Added:
  dd_rescue/repos/community-x86_64/PKGBUILD
    (from rev 281377, dd_rescue/trunk/PKGBUILD)
  dd_rescue/repos/community-x86_64/dd_rescue-1.99-disable-openssl.patch
    (from rev 281377, dd_rescue/trunk/dd_rescue-1.99-disable-openssl.patch)
Deleted:
  dd_rescue/repos/community-x86_64/PKGBUILD
  dd_rescue/repos/community-x86_64/dd_rescue-1.99-disable-openssl.patch

--------------------------------------+
 PKGBUILD                             |   84 ++++++++++++++++-----------------
 dd_rescue-1.99-disable-openssl.patch |   42 ++++++++--------
 2 files changed, 64 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-11 19:36:42 UTC (rev 281377)
+++ PKGBUILD	2018-01-11 19:37:06 UTC (rev 281378)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Zerial <fernando at zerial.org>
-# Contributor: Patrick Leslie Polzer <leslie.polzer at gmx.net>
-# Contributor: Jose Riha <jose1711 gmail com>
-
-pkgname=dd_rescue
-pkgver=1.99.5
-pkgrel=1
-pkgdesc="A dd version that is very useful for data-recovery"
-url="http://www.garloff.de/kurt/linux/ddrescue/"
-license=("GPL")
-depends=('glibc')
-optdepends=('lzo: for libddr_lzo')
-arch=('x86_64' 'i686')
-source=("http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.bz2"
-        'dd_rescue-1.99-disable-openssl.patch')
-sha512sums=('a240eb9d50950cefbc65d953c84a8e3782d39282aff4e7fa42364b40cee0eb0a02f61315786a1008cf7ae9c3d758700e9f3a0087b9477b3ffbfcbcef59f07d88'
-            'fff318506e57a6737f523ecebd90751a35e908ca71fb29985132c9c2e6b476f341c241a2abb8a86b86bf24d03e185f15d2bc89f3c3d834cbb34aecb8e5e85d55')
-
-prepare() {
-  cd $pkgname-$pkgver
-  autoreconf -fi
-
-  # Don't install to /usr/lib64
-  sed -i '/LIB = lib64/d' Makefile
-
-  # Disable OpenSSL support
-  patch -p1 -i ../dd_rescue-1.99-disable-openssl.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" INSTALLDIR="$pkgdir/usr/bin" install
-}

Copied: dd_rescue/repos/community-x86_64/PKGBUILD (from rev 281377, dd_rescue/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-11 19:37:06 UTC (rev 281378)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Zerial <fernando at zerial.org>
+# Contributor: Patrick Leslie Polzer <leslie.polzer at gmx.net>
+# Contributor: Jose Riha <jose1711 gmail com>
+
+pkgname=dd_rescue
+pkgver=1.99.8
+pkgrel=1
+pkgdesc="A dd version that is very useful for data-recovery"
+url="http://www.garloff.de/kurt/linux/ddrescue/"
+license=("GPL")
+depends=('glibc')
+optdepends=('lzo: for libddr_lzo')
+arch=('x86_64')
+source=("http://www.garloff.de/kurt/linux/ddrescue/$pkgname-${pkgver}.tar.bz2"{,.asc}
+        'dd_rescue-1.99-disable-openssl.patch')
+sha512sums=('a230e1df4532671ea631036012dd1e38614e45bed58b00757f0017b0ea60f14ac3bdac07777d175aa4929def593b3c8485e463b1fc25b5067adf4cf3f3ac040d'
+            'SKIP'
+            'fff318506e57a6737f523ecebd90751a35e908ca71fb29985132c9c2e6b476f341c241a2abb8a86b86bf24d03e185f15d2bc89f3c3d834cbb34aecb8e5e85d55')
+validpgpkeys=('6669F7340D31E95EC5565490DE4F1B3A2BFFC5BF') # Kurt Garloff <kurt at garloff.de>
+
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -fi
+
+  # Don't install to /usr/lib64
+  sed -i '/LIB = lib64/d' Makefile
+
+  # Disable OpenSSL support
+  patch -p1 -i ../dd_rescue-1.99-disable-openssl.patch
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" INSTALLDIR="$pkgdir/usr/bin" install
+}

Deleted: dd_rescue-1.99-disable-openssl.patch
===================================================================
--- dd_rescue-1.99-disable-openssl.patch	2018-01-11 19:36:42 UTC (rev 281377)
+++ dd_rescue-1.99-disable-openssl.patch	2018-01-11 19:37:06 UTC (rev 281378)
@@ -1,21 +0,0 @@
-diff --git a/Makefile b/Makefile
-index f891255..1899f34 100644
---- a/Makefile
-+++ b/Makefile
-@@ -50,15 +50,7 @@ else
-   HAVE_LZO=0
- endif
- 
--ifeq ($(shell grep 'HAVE_LIBCRYPTO 1' config.h >/dev/null 2>&1 && echo 1), 1)
--  OTHTARGETS += pbkdf2
--  AES_OSSL_PO = aes_ossl.po
--  AES_OSSL_O = aes_ossl.o
--  CRYPTOLIB = -lcrypto
--  HAVE_OPENSSL=1
--else
--  HAVE_OPENSSL=0
--endif
-+HAVE_OPENSSL=0
- 
- ifeq ($(CC),wcl386)
-   CFLAGS = "-ox -wx $(EXTRA_CFLAGS)"

Copied: dd_rescue/repos/community-x86_64/dd_rescue-1.99-disable-openssl.patch (from rev 281377, dd_rescue/trunk/dd_rescue-1.99-disable-openssl.patch)
===================================================================
--- dd_rescue-1.99-disable-openssl.patch	                        (rev 0)
+++ dd_rescue-1.99-disable-openssl.patch	2018-01-11 19:37:06 UTC (rev 281378)
@@ -0,0 +1,21 @@
+diff --git a/Makefile b/Makefile
+index f891255..1899f34 100644
+--- a/Makefile
++++ b/Makefile
+@@ -50,15 +50,7 @@ else
+   HAVE_LZO=0
+ endif
+ 
+-ifeq ($(shell grep 'HAVE_LIBCRYPTO 1' config.h >/dev/null 2>&1 && echo 1), 1)
+-  OTHTARGETS += pbkdf2
+-  AES_OSSL_PO = aes_ossl.po
+-  AES_OSSL_O = aes_ossl.o
+-  CRYPTOLIB = -lcrypto
+-  HAVE_OPENSSL=1
+-else
+-  HAVE_OPENSSL=0
+-endif
++HAVE_OPENSSL=0
+ 
+ ifeq ($(CC),wcl386)
+   CFLAGS = "-ox -wx $(EXTRA_CFLAGS)"



More information about the arch-commits mailing list