Merge version 8.7.0+git220824-1+rpi1 and 8.8.0-2 to produce 8.8.0-2+rpi1
authorRaspbian automatic forward porter <root@raspbian.org>
Sun, 1 Oct 2023 02:01:05 +0000 (03:01 +0100)
committerRaspbian automatic forward porter <root@raspbian.org>
Sun, 1 Oct 2023 02:01:05 +0000 (03:01 +0100)
1  2 
GNUmakefile
debian/changelog
debian/patches/series

diff --cc GNUmakefile
index 97b05ea1e26bea749617288405fc35b7e770fbb9,95e26c643a6e1ecd56c9722bd599db33c21e419b..4d96a2cb2fa7eeadbd9258bef082b8865a28c577
@@@ -1197,10 -1190,14 +1190,10 @@@ endi
  
  # Cryptogams source files. We couple to ARMv7 and NEON due to SHA using NEON.
  # Limit to Linux. The source files target the GNU assembler.
- # Also see https://www.crypto++.com/wiki/Cryptogams.
+ # Also see https://www.cryptopp.com/wiki/Cryptogams.
  ifeq ($(IS_ARM32)$(IS_LINUX),11)
    ifeq ($(filter -DCRYPTOPP_DISABLE_ASM -DCRYPTOPP_DISABLE_ARM_NEON,$(CRYPTOPP_CPPFLAGS)$(CPPFLAGS)$(CXXFLAGS)),)
 -    # Do not use -march=armv7 if the compiler is already targeting the ISA.
 -    # Also see https://github.com/weidai11/crypto++/issues/1094
 -    ifeq ($(shell $(CXX) -dM -E TestPrograms/test_cxx.cpp 2>/dev/null | grep -E '__ARM_ARCH 7|__ARM_ARCH_7A__'),)
 -      CRYPTOGAMS_ARMV7_FLAG = -march=armv7-a
 -    endif
 +    CRYPTOGAMS_ARMV7_FLAG = -march=armv7-a+fp
      ifeq ($(CLANG_COMPILER),1)
        CRYPTOGAMS_ARM_FLAG = $(CRYPTOGAMS_ARMV7_FLAG)
        CRYPTOGAMS_ARM_THUMB_FLAG = $(CRYPTOGAMS_ARMV7_FLAG) -mthumb
index 203e8cddcf5f7794917c2d7d7a5d90dc0fc1c0eb,c141e9264fc8711b0d7b1ac43125c101a0d8efcf..14e6802965e9b3f0a850ac8c4d343e67c619c828
@@@ -1,14 -1,19 +1,31 @@@
- libcrypto++ (8.7.0+git220824-1+rpi1) bookworm-staging; urgency=medium
++libcrypto++ (8.8.0-2+rpi1) trixie-staging; urgency=medium
 +
 +  [changes brought forward from 8.6.0-3+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Sat, 19 Mar 2022 22:09:41 +0000]
 +  * Upload to raspbian despite detection of armv7 contaimination,
 +    investigation of the code shows that the armv7/neon code seems
 +    to be safely behind runtime CPU testection.
 +  * Pass -march=armv7+fp instead of -march=armv7 when building "armv4"
 +    assembler files. Despite the names these files only seem to be used
 +    on armv7.
 +
-  -- Peter Michael Green <plugwash@raspbian.org>  Tue, 15 Nov 2022 00:07:27 +0000
++ -- Raspbian forward porter <root@raspbian.org>  Sun, 01 Oct 2023 02:01:05 +0000
++
+ libcrypto++ (8.8.0-2) unstable; urgency=medium
+   * Update watch file.
+   * Update Standards-Version to 4.6.2 .
+  -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Thu, 07 Sep 2023 07:25:20 +0000
+ libcrypto++ (8.8.0-1) unstable; urgency=medium
+   * New upstream release.
+   [ Helmut Grohne <helmut@subdivi.de> ]
+   * Fix FTCBFS: Export build tools for all targets (closes: #1018923).
+  -- Laszlo Boszormenyi (GCS) <gcs@debian.org>  Fri, 07 Jul 2023 17:20:07 +0200
  
  libcrypto++ (8.7.0+git220824-1) unstable; urgency=medium
  
index a948f90b46fbeb8e8fa1867074512fd0e76a8d36,35e9f8c40efed91672b4373735bac82f2bbd8e07..6fdd010f5660f4ba1c2a6ca0528ce7241eef9c92
@@@ -1,2 -1,2 +1,3 @@@
- fix_library_name.patch
+ #fix_library_name.patch
+ test.patch
 +use-fp-with-march.patch