From 7404ed009c995d9134b8faec04baeefa455c2593 Mon Sep 17 00:00:00 2001
From: fritzkink <96341974+fritzkink@users.noreply.github.com>
Date: Fri, 23 Feb 2024 20:07:57 +0100
Subject: [PATCH] libsmbclient - update to version 4.19.5

---
 components/library/libsmbclient/Makefile |    6 +++---
 components/library/libsmbclient/pkg5     |    4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/components/library/libsmbclient/Makefile b/components/library/libsmbclient/Makefile
index 9ea1a0c..d0bfea7 100644
--- a/components/library/libsmbclient/Makefile
+++ b/components/library/libsmbclient/Makefile
@@ -21,7 +21,7 @@
 
 #
 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
-# Copyright 2023 Friedrich Kink. All rights reserved.
+# Copyright 2023,2024 Friedrich Kink. All rights reserved.
 #
 
 BUILD_BITS = 64
@@ -29,12 +29,12 @@
 include ../../../make-rules/shared-macros.mk
 
 COMPONENT_NAME=		samba
-COMPONENT_VERSION=	4.19.4
+COMPONENT_VERSION=	4.19.5
 COMPONENT_SUMMARY=	A library that permits GPLv2 applications to manipulate CIFS/SMB network resources
 COMPONENT_PROJECT_URL=	https://www.samba.org/
 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
 COMPONENT_ARCHIVE=	$(COMPONENT_SRC).tar.gz
-COMPONENT_ARCHIVE_HASH=	sha256:4026d93b866db198c8ca1685b0f5d52793f65c6e63cb364163af661fdff0968c
+COMPONENT_ARCHIVE_HASH=	sha256:0e2405b4cec29d0459621f4340a1a74af771ec7cffedff43250cad7f1f87605e
 COMPONENT_ARCHIVE_URL=	https://download.samba.org/pub/samba/stable/$(COMPONENT_ARCHIVE)
 #COMPONENT_SIG_URL =     https://download.samba.org/pub/samba/stable/$(COMPONENT_SRC).tar.asc
 COMPONENT_FMRI=		library/samba/libsmbclient
diff --git a/components/library/libsmbclient/pkg5 b/components/library/libsmbclient/pkg5
index 61404bd..cb4ea52 100644
--- a/components/library/libsmbclient/pkg5
+++ b/components/library/libsmbclient/pkg5
@@ -2,7 +2,7 @@
     "dependencies": [
         "library/file-monitor/gamin",
         "library/gnutls-3",
-        "library/icu",
+        "library/icu-74",
         "library/jansson",
         "library/openldap",
         "library/perl-5/json-538",
@@ -15,4 +15,4 @@
         "library/samba/libsmbclient"
     ],
     "name": "samba"
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3