[Pkg-samba-maint] [Git][samba-team/samba][master] 7 commits: Revert "time64_t changes: libsmbclient=>libsmbclient0 rename"
Michael Tokarev (@mjt)
gitlab at salsa.debian.org
Fri Mar 1 17:24:53 GMT 2024
Michael Tokarev pushed to branch master at Debian Samba Team / samba
Commits:
8e067ecd by Michael Tokarev at 2024-02-29T13:05:50+03:00
Revert "time64_t changes: libsmbclient=>libsmbclient0 rename"
This reverts commit 2bc5aaaa24c19802d6b1e09bf8ef30b31082c0e5.
Reverting this commit to reorganize it.
- - - - -
cc73dbb3 by Michael Tokarev at 2024-02-29T13:08:50+03:00
time64_t changes: libsmbclient=>libsmbclient0 rename
Also add Build-Depends on versioned dpkg-dev to prevent
accidential build on older releases.
- - - - -
3111cd27 by Michael Tokarev at 2024-02-29T13:09:44+03:00
d/control: add Breaks for older (before-rebuild) sssd
- - - - -
59705603 by Michael Tokarev at 2024-03-01T16:18:36+03:00
+lower-dns-lookup-mismatch-messages.patch (reduce log noise)
- - - - -
d29da77d by Michael Tokarev at 2024-03-01T19:15:45+03:00
d/control: add libtirpc-dev to Build-Depends-Arch (#1065188)
- - - - -
caaced0a by Michael Tokarev at 2024-03-01T19:16:51+03:00
d/control: add rpcsvc-proto to Build-Depend-Arch (#1065188)
- - - - -
1096ab1f by Michael Tokarev at 2024-03-01T20:23:16+03:00
update changelog; upload version 4.19.5+dfsg-3 to unstable
- - - - -
4 changed files:
- debian/changelog
- debian/control
- + debian/patches/lower-dns-lookup-mismatch-messages.patch
- debian/patches/series
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+samba (2:4.19.5+dfsg-3) unstable; urgency=medium
+
+ * d/control: add versioned depends on dpkg-dev to avoid accidental
+ build of time64_t packages on older systems
+ * +lower-dns-lookup-mismatch-messages.patch (reduce log noise)
+ * d/control: add libtirpc-dev and rpcsvc-proto to Build-Depends-Arch
+ (Closes: #1065188)
+
+ -- Michael Tokarev <mjt at tls.msk.ru> Fri, 01 Mar 2024 19:18:35 +0300
+
samba (2:4.19.5+dfsg-2) unstable; urgency=medium
* rename libsmbclient => libsmbclient0 for 64-bit time_t transition
=====================================
debian/control
=====================================
@@ -10,6 +10,7 @@ Uploaders: Steve Langasek <vorlon at debian.org>,
Homepage: https://www.samba.org
Standards-Version: 4.6.2
Build-Depends:
+ dpkg-dev (>= 1.22.5),
debhelper-compat (= 13),
dh-exec,
Build-Depends-Arch:
@@ -20,6 +21,7 @@ Build-Depends-Arch:
flex,
perl:any,
po-debconf,
+ rpcsvc-proto,
# libraries which we embed but use system versions of:
libtalloc-dev (>= 2.4.1~),
python3-talloc-dev (>= 2.4.1~),
@@ -56,6 +58,7 @@ Build-Depends-Arch:
libpcap-dev [hurd-i386 kfreebsd-any],
libpopt-dev,
libreadline-dev,
+ libtirpc-dev,
libsystemd-dev [linux-any],
libtasn1-6-dev (>= 3.8),
libtasn1-bin,
=====================================
debian/patches/lower-dns-lookup-mismatch-messages.patch
=====================================
@@ -0,0 +1,34 @@
+From: Michael Tokarev <mjt at tls.msk.ru>
+Date: Fri, 01 Mar 2024 16:16:20 +0300
+Subject: lower dns lookup mismatch messages
+
+There's just too much useless noise in the logs,
+especially when the PTR record just doesn't exist.
+
+Signed-off-by: Michael Tokarev <mjt at tls.msk.ru>
+
+diff --git a/source3/lib/util_sock.c b/source3/lib/util_sock.c
+index 5ff875c230d..b9237c3797e 100644
+--- a/source3/lib/util_sock.c
++++ b/source3/lib/util_sock.c
+@@ -710,5 +710,5 @@ static bool matchname(const char *remotehost,
+ (!strequal(remotehost, ailist->ai_canonname) &&
+ !strequal(remotehost, "localhost"))) {
+- DEBUG(0,("matchname: host name/name mismatch: %s != %s\n",
++ DEBUG(5,("matchname: host name/name mismatch: %s != %s\n",
+ remotehost,
+ ailist->ai_canonname ?
+@@ -736,5 +736,5 @@ static bool matchname(const char *remotehost,
+ */
+
+- DEBUG(0,("matchname: host name/address mismatch: %s != %s\n",
++ DEBUG(5,("matchname: host name/address mismatch: %s != %s\n",
+ print_sockaddr_len(addr_buf,
+ sizeof(addr_buf),
+@@ -892,5 +892,5 @@ int get_remote_hostname(const struct tsocket_address *remote_address,
+ } else {
+ if (!matchname(name_buf, (struct sockaddr *)&ss, len)) {
+- DEBUG(0,("matchname failed on %s\n", name_buf));
++ DEBUG(5,("matchname failed on %s\n", name_buf));
+ strlcpy(name_buf, "UNKNOWN", sizeof(name_buf));
+ }
=====================================
debian/patches/series
=====================================
@@ -25,3 +25,4 @@ ctdb-use-run-instead-of-var-run.patch
silence-can-not-convert-group-sid.diff
edns0.patch
passchange-error-message.patch
+lower-dns-lookup-mismatch-messages.patch
View it on GitLab: https://salsa.debian.org/samba-team/samba/-/compare/ff9c5594bcc9bb17b1fd99791519a2e70e0e6cb3...1096ab1f8270cf41814960926c79b8916b3fe560
--
View it on GitLab: https://salsa.debian.org/samba-team/samba/-/compare/ff9c5594bcc9bb17b1fd99791519a2e70e0e6cb3...1096ab1f8270cf41814960926c79b8916b3fe560
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-samba-maint/attachments/20240301/69d76bb8/attachment-0001.htm>
More information about the Pkg-samba-maint
mailing list