[vlc-commits] [Git][videolan/vlc][3.0.x] 2 commits: contrib: smb2: update to a more recent version

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Tue Dec 7 15:03:21 UTC 2021



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


Commits:
1819e17f by Marvin Scholz at 2021-12-06T14:47:35+01:00
contrib: smb2: update to a more recent version

Update libsmb2 to a more recent (unfortunately unreleased)
git sha to fix it sometimes converting to invalid UTF-8.

Fix #26324

(cherry picked from commit 5e89e4465377f345ea7b419010f2283929b89f6a)
Signed-off-by: Marvin Scholz <epirat07 at gmail.com>

- - - - -
feb161ae by Marvin Scholz at 2021-12-06T14:51:41+01:00
NEWS: Mention libsmb2 update

- - - - -


3 changed files:

- NEWS
- contrib/src/smb2/SHA512SUMS
- contrib/src/smb2/rules.mak


Changes:

=====================================
NEWS
=====================================
@@ -7,6 +7,9 @@ Audio Output:
 Demux:
  * Support for DAV video files
 
+3rd party libraries (contrib):
+ * Update libsmb2 to fix invalid UTF-8 encoding of some filenames
+
 Changes between 3.0.15 and 3.0.16:
 ----------------------------------
 


=====================================
contrib/src/smb2/SHA512SUMS
=====================================
@@ -1 +1 @@
-75723059b301cdd3a462d42ff9cccaf885e83cd120a5e5c58a5d8ede3302ebcf6bca3c94bea21d0a9060c88ae309432f95293c6d99bb3c52adbe42a813c9f315  libsmb2-6db01380d882a0ca1e4100f285c18c9e06df5585.tar.gz
+ba70459966ec2a927058d16870f5dd73960d38a36c28500b9f1186ad7aca94449b0e8908e4c7ce46cafb8d05a8e93517df615c3ef2dbd559fd409ba98bd3a824  libsmb2-08c1682f44b00fa694836703ed16ec74987f77d2.tar.gz


=====================================
contrib/src/smb2/rules.mak
=====================================
@@ -1,5 +1,5 @@
 # SMB2
-SMB2_VERSION := 6db01380d882a0ca1e4100f285c18c9e06df5585
+SMB2_VERSION := 08c1682f44b00fa694836703ed16ec74987f77d2
 SMB2_URL := https://github.com/sahlberg/libsmb2/archive/$(SMB2_VERSION).tar.gz
 
 ifeq ($(call need_pkg,"smb2"),)



View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/ff50ff1e67f9591de4b73c7769ba0291fbb698a9...feb161ae72c24fc5c8df3f180f92630ff6ed2bc6

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/ff50ff1e67f9591de4b73c7769ba0291fbb698a9...feb161ae72c24fc5c8df3f180f92630ff6ed2bc6
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list