Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package squid for openSUSE:Factory checked 
in at 2023-01-25 17:44:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/squid (Old)
 and      /work/SRC/openSUSE:Factory/.squid.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "squid"

Wed Jan 25 17:44:05 2023 rev:109 rq:1060834 version:5.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/squid/squid.changes      2023-01-04 
17:54:38.782904341 +0100
+++ /work/SRC/openSUSE:Factory/.squid.new.32243/squid.changes   2023-01-25 
18:00:15.625536369 +0100
@@ -1,0 +2,6 @@
+Wed Jan 25 09:48:26 UTC 2023 - Thorsten Kukuk <ku...@suse.com>
+
+- Disable NIS auth module (NIS is deprecated and get's currently
+  removed)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ squid.spec ++++++
--- /var/tmp/diff_new_pack.pG4pdr/_old  2023-01-25 18:00:16.353540259 +0100
+++ /var/tmp/diff_new_pack.pG4pdr/_new  2023-01-25 18:00:16.357540281 +0100
@@ -84,7 +84,7 @@
 %else
 Requires(pre):  shadow
 %endif
-%if 0%{?suse_version} >= 1330
+%if 0%{?suse_version} >= 1330 && 0%{?suse_version} < 1599
 BuildRequires:  libnsl-devel
 %endif
 
@@ -142,7 +142,11 @@
        --with-large-files \
        --enable-underscores \
        --enable-auth \
+%if 0%{?suse_version} < 1599
        
--enable-auth-basic="SMB_LM,DB,fake,getpwnam,LDAP,NCSA,NIS,PAM,POP3,RADIUS,SASL,SMB"
 \
+%else
+        
--enable-auth-basic="SMB_LM,DB,fake,getpwnam,LDAP,NCSA,PAM,POP3,RADIUS,SASL,SMB"
 \
+%endif
        --enable-auth-ntlm="SMB_LM,fake" \
        --enable-auth-negotiate \
        --enable-auth-digest \
@@ -372,7 +376,9 @@
 %{squidhelperdir}/basic_ldap_auth
 %{squidhelperdir}/digest_edirectory_auth
 %{squidhelperdir}/basic_ncsa_auth
+%if 0%{?suse_version} < 1599
 %{squidhelperdir}/basic_nis_auth
+%endif
 %{squidhelperdir}/basic_pam_auth
 %{squidhelperdir}/basic_pop3_auth
 %{squidhelperdir}/basic_radius_auth

Reply via email to