Hello community,

here is the log from the commit of package aaa_base for openSUSE:Factory 
checked in at 2020-09-14 12:01:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aaa_base (Old)
 and      /work/SRC/openSUSE:Factory/.aaa_base.new.4249 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aaa_base"

Mon Sep 14 12:01:39 2020 rev:474 rq:833187 version:84.87+git20200909.ee4a72c

Changes:
--------
--- /work/SRC/openSUSE:Factory/aaa_base/aaa_base.changes        2020-08-23 
09:19:11.126618831 +0200
+++ /work/SRC/openSUSE:Factory/.aaa_base.new.4249/aaa_base.changes      
2020-09-14 12:01:57.707541611 +0200
@@ -1,0 +2,7 @@
+Wed Sep  9 06:51:29 UTC 2020 - Ludwig Nussel <lnus...@suse.de>
+
+- Update to version 84.87+git20200909.ee4a72c:
+  * /etc/profile.d/xdg-environment.{sh,csh}: Added /usr/etc/xdg to 
$XDG_CONFIG_DIRS
+  * sysctl.d/50-default.conf: allow everybody to create IPPROTO_ICMP sockets 
(bsc#1174504)
+
+-------------------------------------------------------------------

Old:
----
  aaa_base-84.87+git20200818.b9dd70f.tar.xz

New:
----
  aaa_base-84.87+git20200909.ee4a72c.tar.xz

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

Other differences:
------------------
++++++ aaa_base.spec ++++++
--- /var/tmp/diff_new_pack.JmX8h0/_old  2020-09-14 12:02:00.467544448 +0200
+++ /var/tmp/diff_new_pack.JmX8h0/_new  2020-09-14 12:02:00.471544453 +0200
@@ -23,7 +23,7 @@
 %endif
 
 Name:           aaa_base
-Version:        84.87+git20200818.b9dd70f
+Version:        84.87+git20200909.ee4a72c
 Release:        0
 URL:            https://github.com/openSUSE/aaa_base
 # do not require systemd - aaa_base is in the build environment and we don't

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.JmX8h0/_old  2020-09-14 12:02:00.539544523 +0200
+++ /var/tmp/diff_new_pack.JmX8h0/_new  2020-09-14 12:02:00.539544523 +0200
@@ -1,6 +1,6 @@
 <servicedata>
 <service name="tar_scm">
     <param name="url">https://github.com/openSUSE/aaa_base.git</param>
-    <param 
name="changesrevision">b9dd70f33a124556f16dbbafc89585a82218ad61</param>
+    <param 
name="changesrevision">ee4a72cec25300f6a4a9c5ad00426c3d91991ad3</param>
 </service>
 </servicedata>
\ No newline at end of file

++++++ aaa_base-84.87+git20200818.b9dd70f.tar.xz -> 
aaa_base-84.87+git20200909.ee4a72c.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20200818.b9dd70f/files/etc/profile.d/xdg-environment.csh 
new/aaa_base-84.87+git20200909.ee4a72c/files/etc/profile.d/xdg-environment.csh
--- 
old/aaa_base-84.87+git20200818.b9dd70f/files/etc/profile.d/xdg-environment.csh  
    2020-08-18 14:56:16.000000000 +0200
+++ 
new/aaa_base-84.87+git20200909.ee4a72c/files/etc/profile.d/xdg-environment.csh  
    2020-09-09 08:49:33.000000000 +0200
@@ -22,7 +22,7 @@
     set XDG_CONFIG_DIRS=(${XDG_CONFIG_DIRS:as/:/ /})
 endif
 set nonomatch
-foreach xdgdir (/usr/local/etc/xdg /etc/xdg /etc/opt/gnome/xdg 
/etc/opt/kde4/xdg /etc/opt/kde3/xdg)
+foreach xdgdir (/usr/local/etc/xdg /etc/xdg /usr/etc/xdg /etc/opt/gnome/xdg 
/etc/opt/kde4/xdg /etc/opt/kde3/xdg)
     if ( -d "$xdgdir" ) then
        set -l XDG_CONFIG_DIRS=($XDG_CONFIG_DIRS $xdgdir)
     endif
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20200818.b9dd70f/files/etc/profile.d/xdg-environment.sh 
new/aaa_base-84.87+git20200909.ee4a72c/files/etc/profile.d/xdg-environment.sh
--- 
old/aaa_base-84.87+git20200818.b9dd70f/files/etc/profile.d/xdg-environment.sh   
    2020-08-18 14:56:16.000000000 +0200
+++ 
new/aaa_base-84.87+git20200909.ee4a72c/files/etc/profile.d/xdg-environment.sh   
    2020-09-09 08:49:33.000000000 +0200
@@ -38,7 +38,7 @@
   XDG_DATA_DIRS=$(uniquefy_search_path "$XDG_DATA_DIRS")
   export XDG_DATA_DIRS
   
-  for xdgdir in /usr/local/etc/xdg /etc/xdg /etc/opt/gnome/xdg 
/etc/opt/kde4/xdg /etc/opt/kde3/xdg ; do
+  for xdgdir in /usr/local/etc/xdg /etc/xdg /usr/etc/xdg /etc/opt/gnome/xdg 
/etc/opt/kde4/xdg /etc/opt/kde3/xdg ; do
      if test -d "$xdgdir"; then
         if test -z "$XDG_CONFIG_DIRS"; then
            XDG_CONFIG_DIRS="$xdgdir"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/aaa_base-84.87+git20200818.b9dd70f/files/usr/lib/sysctl.d/50-default.conf 
new/aaa_base-84.87+git20200909.ee4a72c/files/usr/lib/sysctl.d/50-default.conf
--- 
old/aaa_base-84.87+git20200818.b9dd70f/files/usr/lib/sysctl.d/50-default.conf   
    2020-08-18 14:56:16.000000000 +0200
+++ 
new/aaa_base-84.87+git20200909.ee4a72c/files/usr/lib/sysctl.d/50-default.conf   
    2020-09-09 08:49:33.000000000 +0200
@@ -23,6 +23,14 @@
 # (bsc#678066,bsc#752842,bsc#988023,bsc#990838)
 net.ipv6.conf.default.use_tempaddr = 1
 
+# allow all groups in the system to create IP sockets with
+# protocol == IPPROTO_ICMP. This makes it possible to use programs like ping
+# and fping to run without special permissions from capabilities or set*id
+# bits (bsc#1174504).
+# this only allows users to handle ICMP ECHO REQUESTs and REPLYs, nothing
+# else.
+net.ipv4.ping_group_range = "0 2147483647"
+
 # increase the number of possible inotify(7) watches
 fs.inotify.max_user_watches = 65536
 


Reply via email to