pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [pkgsrc-2023Q3] pkgsrc/devel/poco



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Wed Nov 22 09:37:16 UTC 2023

Modified Files:
        pkgsrc/devel/poco [pkgsrc-2023Q3]: distinfo
Added Files:
        pkgsrc/devel/poco/patches [pkgsrc-2023Q3]:
            patch-Crypto_src_RSACipherImpl.cpp

Log Message:
Pullup ticket #6821 - requested by nia
devel/poco: build fix

Revisions pulled up:
- devel/poco/distinfo                                           1.18
- devel/poco/patches/patch-Crypto_src_RSACipherImpl.cpp         1.1

---
   Module Name: pkgsrc
   Committed By:        nia
   Date:                Thu Nov  9 19:16:20 UTC 2023

   Modified Files:
        pkgsrc/devel/poco: distinfo
   Added Files:
        pkgsrc/devel/poco/patches: patch-Crypto_src_RSACipherImpl.cpp

   Log Message:
   poco: OpenSSL 3.x fix


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.17.16.1 pkgsrc/devel/poco/distinfo
cvs rdiff -u -r0 -r1.1.2.2 \
    pkgsrc/devel/poco/patches/patch-Crypto_src_RSACipherImpl.cpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/poco/distinfo
diff -u pkgsrc/devel/poco/distinfo:1.17 pkgsrc/devel/poco/distinfo:1.17.16.1
--- pkgsrc/devel/poco/distinfo:1.17     Tue Oct 26 10:18:04 2021
+++ pkgsrc/devel/poco/distinfo  Wed Nov 22 09:37:16 2023
@@ -1,10 +1,11 @@
-$NetBSD: distinfo,v 1.17 2021/10/26 10:18:04 nia Exp $
+$NetBSD: distinfo,v 1.17.16.1 2023/11/22 09:37:16 bsiegert Exp $
 
 BLAKE2s (poco-1.6.1-all.tar.gz) = a5e68b3ee084de976a8a551c8868e30ef7cf4d97adc6da0aae9e42258547e149
 SHA512 (poco-1.6.1-all.tar.gz) = 6c68f3f2692bad8ad4a111e541e8da6376246517b2dca73f429539e9ceaa107e791c3673261467cf8a2e2efabd0dd2a5160d9d412e71af114b4a6b700c9c2393
 Size (poco-1.6.1-all.tar.gz) = 5636597 bytes
 SHA1 (patch-Crypto_src_CipherImpl.cpp) = ebaa5380c6ce90d1b2c9ca05f34d0ace66804b32
 SHA1 (patch-Crypto_src_DigestEngine.cpp) = 8a99eb509df15e1d413e58671545a78b971939e0
+SHA1 (patch-Crypto_src_RSACipherImpl.cpp) = bed8a67cf74b6557638d5356507cd08bb990c665
 SHA1 (patch-Crypto_src_RSAKeyImpl.cpp) = 3e6bbe58f3cc24f4a744e8e580765bcc2ad0efdc
 SHA1 (patch-Crypto_src_X509Certificate.cpp) = 2a119c3bb207bd121dd789121f49b94a4969f8f4
 SHA1 (patch-Foundation_Makefile) = 492b55268b6b848bfb0d5c255b59ae2745eb4f72

Added files:

Index: pkgsrc/devel/poco/patches/patch-Crypto_src_RSACipherImpl.cpp
diff -u /dev/null pkgsrc/devel/poco/patches/patch-Crypto_src_RSACipherImpl.cpp:1.1.2.2
--- /dev/null   Wed Nov 22 09:37:16 2023
+++ pkgsrc/devel/poco/patches/patch-Crypto_src_RSACipherImpl.cpp        Wed Nov 22 09:37:16 2023
@@ -0,0 +1,15 @@
+$NetBSD: patch-Crypto_src_RSACipherImpl.cpp,v 1.1.2.2 2023/11/22 09:37:16 bsiegert Exp $
+
+OpenSSL 3.x fix. This definition was removed.
+
+--- Crypto/src/RSACipherImpl.cpp.orig  2015-08-04 05:21:01.000000000 +0000
++++ Crypto/src/RSACipherImpl.cpp
+@@ -52,8 +52,6 @@ namespace
+                       return RSA_PKCS1_PADDING;
+               case RSA_PADDING_PKCS1_OAEP:
+                       return RSA_PKCS1_OAEP_PADDING;
+-              case RSA_PADDING_SSLV23:
+-                      return RSA_SSLV23_PADDING;
+               case RSA_PADDING_NONE:
+                       return RSA_NO_PADDING;
+               default:



Home | Main Index | Thread Index | Old Index