control: tags -1 patch pending Dear maintainer,
I've prepared an NMU for golang-github-jacobsa-crypto (versioned as 0.0~git20190317.9f44e2d+dfsg1-4.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. diff -Nru golang-github-jacobsa-crypto-0.0~git20190317.9f44e2d+dfsg1/debian/changelog golang-github-jacobsa-crypto-0.0~git20190317.9f44e2d+dfsg1/debian/changelog --- golang-github-jacobsa-crypto-0.0~git20190317.9f44e2d+dfsg1/debian/changelog 2021-09-08 09:03:53.000000000 +0200 +++ golang-github-jacobsa-crypto-0.0~git20190317.9f44e2d+dfsg1/debian/changelog 2024-10-27 09:22:32.000000000 +0100 @@ -1,3 +1,12 @@ +golang-github-jacobsa-crypto (0.0~git20190317.9f44e2d+dfsg1-4.1) unstable; urgency=medium + + * Non-maintainer upload. + + [ wuruilong <[email protected]>, zhangdandan <[email protected]> ] + * Add loong64 support to cmac/hash_64bit.go (Closes: #1085195, #1071032) + + -- Gianfranco Costamagna <[email protected]> Sun, 27 Oct 2024 09:22:32 +0100 + golang-github-jacobsa-crypto (0.0~git20190317.9f44e2d+dfsg1-4) unstable; urgency=medium * Team Upload. diff -Nru golang-github-jacobsa-crypto-0.0~git20190317.9f44e2d+dfsg1/debian/patches/0002-golang-github-jacobsa-crypto-add-loong64-support.patch golang-github-jacobsa-crypto-0.0~git20190317.9f44e2d+dfsg1/debian/patches/0002-golang-github-jacobsa-crypto-add-loong64-support.patch --- golang-github-jacobsa-crypto-0.0~git20190317.9f44e2d+dfsg1/debian/patches/0002-golang-github-jacobsa-crypto-add-loong64-support.patch 1970-01-01 01:00:00.000000000 +0100 +++ golang-github-jacobsa-crypto-0.0~git20190317.9f44e2d+dfsg1/debian/patches/0002-golang-github-jacobsa-crypto-add-loong64-support.patch 2024-10-27 09:22:32.000000000 +0100 @@ -0,0 +1,17 @@ +Description: Add loong64 support +Author: Dandan Zhang <[email protected]> + +--- +Last-Update: 2024-10-16 + +--- golang-github-jacobsa-crypto-0.0~git20190317.9f44e2d+dfsg1.orig/cmac/hash_64bit.go ++++ golang-github-jacobsa-crypto-0.0~git20190317.9f44e2d+dfsg1/cmac/hash_64bit.go +@@ -13,7 +13,7 @@ + // See the License for the specific language governing permissions and + // limitations under the License. + +-// +build amd64 arm64 ppc64 ppc64le ppc64el mips64 mips64le mips64el s390x alpha amd64p32 arm64be mipso64 mipsn64 mips64p32 mips64p32le ia64 riscv64 sparc64 ++// +build amd64 arm64 ppc64 ppc64le ppc64el mips64 mips64le mips64el s390x alpha amd64p32 arm64be mipso64 mipsn64 mips64p32 mips64p32le ia64 riscv64 sparc64 loong64 + + // This code assumes that it's safe to perform unaligned word-sized loads. This is safe on: + // - arm64 per http://infocenter.arm.com/help/index.jsp?topic=/com.arm.doc.den0024a/ch05s01s02.html diff -Nru golang-github-jacobsa-crypto-0.0~git20190317.9f44e2d+dfsg1/debian/patches/series golang-github-jacobsa-crypto-0.0~git20190317.9f44e2d+dfsg1/debian/patches/series --- golang-github-jacobsa-crypto-0.0~git20190317.9f44e2d+dfsg1/debian/patches/series 2021-09-08 08:57:53.000000000 +0200 +++ golang-github-jacobsa-crypto-0.0~git20190317.9f44e2d+dfsg1/debian/patches/series 2024-10-27 09:22:32.000000000 +0100 @@ -1 +1,2 @@ 0001-Add-xorBlock-compile-support-for-deb-archs.patch +0002-golang-github-jacobsa-crypto-add-loong64-support.patch _______________________________________________ Pkg-go-maintainers mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-go-maintainers
