[vlc-commits] [Git][videolan/vlc][3.0.x] 2 commits: contrib: update gcrypt to 1.12.2

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Sat Aug 1 05:27:47 UTC 2026



Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC


Commits:
ed17b987 by Jean-Baptiste Kempf at 2026-07-31T20:33:56+02:00
contrib: update gcrypt to 1.12.2

(cherry picked from commit dedb8cf3465a015a9d8219aeaf108a6d79f23e47)
Signed-off-by: Steve Lhomme <robux4 at ycbcr.xyz>

- - - - -
1b42474a by Steve Lhomme at 2026-07-31T20:33:56+02:00
contrib: gcrypt: remove duplicate lines

Added in 23e2cea02e737fc0756738ba9fcbb1086d66c7eb and 504ffcaae914b91c7f61d92f6284f2a37af8b4d5.

- - - - -


2 changed files:

- contrib/src/gcrypt/SHA512SUMS
- contrib/src/gcrypt/rules.mak


Changes:

=====================================
contrib/src/gcrypt/SHA512SUMS
=====================================
@@ -1 +1 @@
-9421461297bd79b14f94d1ab275c3ed93b5d433531915c5cc7a718a94d32978a46feccb7a33fe63a60780ff00d465fbe1fe9ada5c250cf6d10a525c246c63d1c  libgcrypt-1.12.0.tar.bz2
\ No newline at end of file
+dc1a4a6c00a0d84d90c8d71f4bd121b968c80df74137d6e8867f1f4cc014a539efb5238c1a1429d7cb95e493a40718fc19252edc592ffe0f43057b372896591c  libgcrypt-1.12.2.tar.bz2


=====================================
contrib/src/gcrypt/rules.mak
=====================================
@@ -1,5 +1,5 @@
 # GCRYPT
-GCRYPT_VERSION := 1.12.0
+GCRYPT_VERSION := 1.12.2
 GCRYPT_URL := $(GNUGPG)/libgcrypt/libgcrypt-$(GCRYPT_VERSION).tar.bz2
 
 PKGS += gcrypt
@@ -43,10 +43,6 @@ ifneq ($(call need_pkg,"gpg-error >= 1.27"),)
 GCRYPT_CONF += --with-libgpg-error-prefix=$(PREFIX)
 endif
 
-ifneq ($(call need_pkg,"gpg-error >= 1.27"),)
-GCRYPT_CONF += --with-libgpg-error-prefix=$(PREFIX)
-endif
-
 ifdef HAVE_WIN32
 ifeq ($(ARCH),x86_64)
 GCRYPT_CONF += --disable-asm --disable-padlock-support



View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/16f688d30e83c446bf2e7d62a5f6530e5c2807c8...1b42474a083742df85adee3e3ffcc50acd219a96

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/16f688d30e83c446bf2e7d62a5f6530e5c2807c8...1b42474a083742df85adee3e3ffcc50acd219a96
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help




More information about the vlc-commits mailing list