diff -Nru argon2-0~20171227/debian/changelog argon2-0~20171227/debian/changelog --- argon2-0~20171227/debian/changelog 2021-02-22 09:42:49.000000000 +0000 +++ argon2-0~20171227/debian/changelog 2022-02-13 09:41:34.000000000 +0000 @@ -1,14 +1,9 @@ -argon2 (0~20171227-0.2build21.04.0) hirsute; urgency=medium +argon2 (0~20171227-0.3) unstable; urgency=medium - * No-change rebuild to drop the udeb package. + * Non-maintainer upload. + * Fix FTBFS on kfreebsd architectures (Closes: #1004304) - -- Matthias Klose Mon, 22 Feb 2021 10:42:49 +0100 - -argon2 (0~20171227-0.2build20.10.0) groovy; urgency=medium - - * No change rebuild to gain CET protection. - - -- Dimitri John Ledkov Tue, 16 Jun 2020 13:49:34 +0100 + -- Laurent Bigonville Sun, 13 Feb 2022 10:41:34 +0100 argon2 (0~20171227-0.2) unstable; urgency=medium diff -Nru argon2-0~20171227/debian/control argon2-0~20171227/debian/control --- argon2-0~20171227/debian/control 2020-06-16 12:49:34.000000000 +0000 +++ argon2-0~20171227/debian/control 2022-02-13 09:41:34.000000000 +0000 @@ -1,7 +1,6 @@ Source: argon2 Priority: optional -Maintainer: Ubuntu Developers -XSBC-Original-Maintainer: Luca Bruno +Maintainer: Luca Bruno Build-Depends: debhelper (>= 9), dh-exec (>=0.3) Standards-Version: 4.1.4 diff -Nru argon2-0~20171227/debian/patches/kfreebsd argon2-0~20171227/debian/patches/kfreebsd --- argon2-0~20171227/debian/patches/kfreebsd 1970-01-01 00:00:00.000000000 +0000 +++ argon2-0~20171227/debian/patches/kfreebsd 2022-02-13 09:41:34.000000000 +0000 @@ -0,0 +1,11 @@ +--- a/Makefile ++++ b/Makefile +@@ -58,7 +58,7 @@ BUILD_PATH := $(shell pwd) + KERNEL_NAME := $(shell uname -s) + + LIB_NAME=argon2 +-ifeq ($(KERNEL_NAME), $(filter $(KERNEL_NAME),Linux GNU)) ++ifeq ($(KERNEL_NAME), $(filter $(KERNEL_NAME),Linux GNU GNU/kFreeBSD)) + LIB_EXT := so.$(ABI_VERSION) + LIB_CFLAGS := -shared -fPIC -fvisibility=hidden -DA2_VISCTL=1 + SO_LDFLAGS := -Wl,-soname,lib$(LIB_NAME).$(LIB_EXT) diff -Nru argon2-0~20171227/debian/patches/series argon2-0~20171227/debian/patches/series --- argon2-0~20171227/debian/patches/series 2019-01-13 13:20:59.000000000 +0000 +++ argon2-0~20171227/debian/patches/series 2022-02-13 09:41:34.000000000 +0000 @@ -1 +1,2 @@ hurd +kfreebsd