Hello community,

here is the log from the commit of package krb5 for openSUSE:Factory checked in 
at 2016-08-05 18:11:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/krb5 (Old)
 and      /work/SRC/openSUSE:Factory/.krb5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "krb5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/krb5/krb5-mini.changes   2016-07-12 
23:44:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.krb5.new/krb5-mini.changes      2016-08-05 
18:11:30.000000000 +0200
@@ -0,0 +1,12 @@
+-------------------------------------------------------------------
+Fri Jul 22 08:45:19 UTC 2016 - [email protected]
+
+- Upgrade from 1.14.2 to 1.14.3:
+  * Improve some error messages
+  * Improve documentation
+  * Allow a principal with nonexistent policy to bypass the minimum
+    password lifetime check, consistent with other aspects of
+    nonexistent policies
+  * Fix a rare KDC denial of service vulnerability when anonymous client
+    principals are restricted to obtaining TGTs only [CVE-2016-3120]
+  
--- /work/SRC/openSUSE:Factory/krb5/krb5.changes        2016-07-12 
23:44:11.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.krb5.new/krb5.changes   2016-08-05 
18:11:30.000000000 +0200
@@ -1,0 +2,12 @@
+Fri Jul 22 08:45:19 UTC 2016 - [email protected]
+
+- Upgrade from 1.14.2 to 1.14.3:
+  * Improve some error messages
+  * Improve documentation
+  * Allow a principal with nonexistent policy to bypass the minimum
+    password lifetime check, consistent with other aspects of
+    nonexistent policies
+  * Fix a rare KDC denial of service vulnerability when anonymous client
+    principals are restricted to obtaining TGTs only [CVE-2016-3120]
+  
+-------------------------------------------------------------------

Old:
----
  krb5-1.14.2.tar.gz

New:
----
  krb5-1.14.3.tar.gz
  krb5-1.14.3.tar.gz.asc

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

Other differences:
------------------
++++++ krb5-mini.spec ++++++
--- /var/tmp/diff_new_pack.rvGsKV/_old  2016-08-05 18:11:32.000000000 +0200
+++ /var/tmp/diff_new_pack.rvGsKV/_new  2016-08-05 18:11:32.000000000 +0200
@@ -16,7 +16,7 @@
 #
 
 
-%define srcRoot krb5-1.14.2
+%define srcRoot krb5-1.14.3
 %define vendorFiles %{_builddir}/%{srcRoot}/vendor-files/
 %define krb5docdir  %{_defaultdocdir}/krb5
 
@@ -29,7 +29,7 @@
 BuildRequires:  libcom_err-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  ncurses-devel
-Version:        1.14.2
+Version:        1.14.3
 Release:        0
 Summary:        MIT Kerberos5 implementation and libraries with minimal 
dependencies
 License:        MIT
@@ -48,10 +48,11 @@
 Conflicts:      krb5-plugin-preauth-pkinit
 Conflicts:      krb5-plugin-preauth-otp
 # both tar.gz and .tar.gz.asc extracted from the 
http://web.mit.edu/kerberos/dist/krb5/1.13/krb5-1.13.2-signed.tar
-Source:         krb5-%{version}.tar.gz
-Source43:       krb5.keyring
-Source1:        vendor-files.tar.bz2
-Source2:        baselibs.conf
+Source0:        krb5-%{version}.tar.gz
+Source1:        krb5-%{version}.tar.gz.asc
+Source2:        krb5.keyring
+Source3:        vendor-files.tar.bz2
+Source4:        baselibs.conf
 Source5:        krb5-rpmlintrc
 Patch1:         krb5-1.12-pam.patch
 Patch2:         krb5-1.9-manpaths.dif
@@ -97,7 +98,7 @@
 
 %prep
 %setup -q -n %{srcRoot}
-%setup -a 1 -T -D -n %{srcRoot}
+%setup -a 3 -T -D -n %{srcRoot}
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
@@ -140,7 +141,8 @@
         --with-system-et \
         --with-system-ss \
         --with-system-verto
-%{__make} %{?_smp_mflags}
+
+make %{?_smp_mflags}
 
 # Copy kadmin manual page into kadmin.local's due to the split between client 
and server package
 cp man/kadmin.man man/kadmin.local.8

++++++ krb5.spec ++++++
--- /var/tmp/diff_new_pack.rvGsKV/_old  2016-08-05 18:11:32.000000000 +0200
+++ /var/tmp/diff_new_pack.rvGsKV/_new  2016-08-05 18:11:32.000000000 +0200
@@ -25,7 +25,7 @@
 BuildRequires:  libcom_err-devel
 BuildRequires:  libselinux-devel
 BuildRequires:  ncurses-devel
-Version:        1.14.2
+Version:        1.14.3
 Release:        0
 Summary:        MIT Kerberos5 Implementation--Libraries
 License:        MIT
@@ -47,10 +47,11 @@
 %endif
 Conflicts:      krb5-mini
 # both tar.gz and .tar.gz.asc extracted from the 
http://web.mit.edu/kerberos/dist/krb5/1.13/krb5-1.13.2-signed.tar
-Source:         krb5-%{version}.tar.gz
-Source43:       krb5.keyring
-Source1:        vendor-files.tar.bz2
-Source2:        baselibs.conf
+Source0:        krb5-%{version}.tar.gz
+Source1:        krb5-%{version}.tar.gz.asc
+Source2:        krb5.keyring
+Source3:        vendor-files.tar.bz2
+Source4:        baselibs.conf
 Source5:        krb5-rpmlintrc
 Patch1:         krb5-1.12-pam.patch
 Patch2:         krb5-1.9-manpaths.dif
@@ -167,7 +168,7 @@
 
 %prep
 %setup -q -n %{srcRoot}
-%setup -a 1 -T -D -n %{srcRoot}
+%setup -a 3 -T -D -n %{srcRoot}
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
@@ -212,9 +213,11 @@
         --with-system-et \
         --with-system-ss \
         --with-system-verto
-%{__make} %{?_smp_mflags}
+
+make %{?_smp_mflags}
+
 cd doc
-make %{?jobs:-j%jobs} substhtml
+make %{?_smp_mflags} substhtml
 cp -a html_subst ../../html
 cd ..
 

++++++ krb5-1.14.2.tar.gz -> krb5-1.14.3.tar.gz ++++++
/work/SRC/openSUSE:Factory/krb5/krb5-1.14.2.tar.gz 
/work/SRC/openSUSE:Factory/.krb5.new/krb5-1.14.3.tar.gz differ: char 5, line 1



Reply via email to