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 +++---
 1 files changed, 3 insertions(+), 3 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

--
Gitblit v1.9.3