FreeBSD Bugzilla – Attachment 249849 Details for
Bug 277878
net/samba419: Function not implemented facl(ACE_GETACLCNT, filename) with vfs_zfsacl
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
v1
0001-net-samba419-Update-to-4.19.6.patch (text/plain), 2.25 KB, created by
Mikael Urankar
on 2024-04-09 12:38:09 UTC
(
hide
)
Description:
v1
Filename:
MIME Type:
Creator:
Mikael Urankar
Created:
2024-04-09 12:38:09 UTC
Size:
2.25 KB
patch
obsolete
>From f27e1a40bceafea20bfdb45fc1ae4abec602221d Mon Sep 17 00:00:00 2001 >From: Mikael Urankar <mikael@FreeBSD.org> >Date: Tue, 9 Apr 2024 14:35:28 +0200 >Subject: [PATCH] net/samba419: Update to 4.19.6 > >While here fix the procfd path. >--- > net/samba419/Makefile | 4 ++-- > net/samba419/distinfo | 6 +++--- > .../0100-Fix-pathref-handling-for-FreeBSD-13plus.patch | 2 +- > 3 files changed, 6 insertions(+), 6 deletions(-) > >diff --git a/net/samba419/Makefile b/net/samba419/Makefile >index 312dba2f48b8..8fd18fb28e6e 100644 >--- a/net/samba419/Makefile >+++ b/net/samba419/Makefile >@@ -1,6 +1,6 @@ > PORTNAME= ${SAMBA4_BASENAME}419 > PORTVERSION= ${SAMBA4_VERSION} >-PORTREVISION= 1 >+PORTREVISION= 0 > CATEGORIES?= net > MASTER_SITES= SAMBA/samba/stable SAMBA/samba/rc > DISTNAME= ${SAMBA4_DISTNAME} >@@ -48,7 +48,7 @@ EXTRA_PATCHES= \ > > SAMBA4_BASENAME= samba > SAMBA4_PORTNAME= ${SAMBA4_BASENAME}4 >-SAMBA4_VERSION= 4.19.5 >+SAMBA4_VERSION= 4.19.6 > SAMBA4_DISTNAME= ${SAMBA4_BASENAME}-${SAMBA4_VERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|} > > WRKSRC?= ${WRKDIR}/${DISTNAME} >diff --git a/net/samba419/distinfo b/net/samba419/distinfo >index 1826b3f0ade1..4eee5fc27287 100644 >--- a/net/samba419/distinfo >+++ b/net/samba419/distinfo >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1708342481 >-SHA256 (samba-4.19.5.tar.gz) = 0e2405b4cec29d0459621f4340a1a74af771ec7cffedff43250cad7f1f87605e >-SIZE (samba-4.19.5.tar.gz) = 41840159 >+TIMESTAMP = 1712650589 >+SHA256 (samba-4.19.6.tar.gz) = 653b52095554dbc223c63b96af5cdf9e98c3e048549c5f56143d3b33dce1cef1 >+SIZE (samba-4.19.6.tar.gz) = 41847853 >diff --git a/net/samba419/files/0100-Fix-pathref-handling-for-FreeBSD-13plus.patch b/net/samba419/files/0100-Fix-pathref-handling-for-FreeBSD-13plus.patch >index b2a51efb7c73..6a8492d89401 100644 >--- a/net/samba419/files/0100-Fix-pathref-handling-for-FreeBSD-13plus.patch >+++ b/net/samba419/files/0100-Fix-pathref-handling-for-FreeBSD-13plus.patch >@@ -70,7 +70,7 @@ https://bugzilla.samba.org/show_bug.cgi?id=15376 > /* Linux */ > { "/proc/self/fd/%d", "/proc/self/fd/0" }, > + /* FreeBSD */ >-+ { "/compat/linux/dev/fd/%d", "/compat/linux/dev/fd/0" }, >++ { "/var/run/samba4/fd/%d", "/var/run/samba4/fd/0" }, > { NULL, NULL }, > }; > >-- >2.44.0 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 277878
:
249703
| 249849 |
256497
|
256506
|
256507