rdup: rebuild against nettle-3.6

This commit is contained in:
Piraty 2020-05-06 19:27:12 +02:00 committed by Piraty
parent c06402e973
commit 87aa896613
2 changed files with 47 additions and 2 deletions

View file

@ -0,0 +1,43 @@
upstream: yes
From 02eb963f11de11a1115e815625ae38f6dad6b276 Mon Sep 17 00:00:00 2001
From: Miek Gieben <miek@miek.nl>
Date: Wed, 2 Mar 2016 15:51:45 +0000
Subject: [PATCH] Release 1.1.15
---
ChangeLog | 3 ++-
configure.ac | 2 +-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 1c79ba6..5a6812a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-xx Yyy 2013: 1.1.15 Miek Gieben <miek@miek.nl>
+02 Mar 2016: 1.1.15 Miek Gieben <miek@miek.nl>
* [rdup] Change -P so any arguments are executed with 'sh -c',
this removes the 7 option limit (Alexander Neumann)
* [rdup-tr] Fix crashes with filename encryption and symlinks (reported by
@@ -6,6 +6,7 @@ xx Yyy 2013: 1.1.15 Miek Gieben <miek@miek.nl>
* [rdup-tr] Fix memory leak
* [rdup] Fix the linked list that tracks the child's PIDs.
* [rdup] Drop -a option, it's racy and must proper or not at all.
+ * [rdup] Compilation fixed for Mac OS X
19 Jan 2013: 1.1.14 Miek Gieben <miek@miek.nl>
diff --git a/configure.ac b/configure.ac
index 5b77cfe..bc3ada5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.57)
-AC_INIT(rdup, 1.1.14, miek@miek.nl, rdup)
+AC_INIT(rdup, 1.1.15, miek@miek.nl, rdup)
AC_CONFIG_SRCDIR([rdup.c])
AC_PREFIX_DEFAULT(/usr/local)

View file

@ -1,16 +1,18 @@
# Template file for 'rdup'
pkgname=rdup
version=1.1.15
revision=2
revision=3
build_style=gnu-configure
hostmakedepends="automake pkg-config"
makedepends="glib-devel libarchive-devel nettle-devel"
checkdepends="bsdtar dejagnu"
short_desc="The only backup program that doesn't make backups"
maintainer="Rui Abreu Ferreira <raf-ep@gmx.com>"
license="GPL-3"
license="GPL-3.0-or-later"
homepage="https://github.com/miekg/rdup"
distfiles="https://github.com/miekg/rdup/archive/${version}.tar.gz"
checksum=787b8c37e88be810a710210a9d9f6966b544b1389a738aadba3903c71e0c29cb
patch_args="-Np1"
pre_configure() {
vsed -e 's/-Werror//' -i GNUmakefile.in