Release 1.0.1 with rebased CVE patches v1.0.1
authorPatrick Uiterwijk <puiterwijk@redhat.com>
Tue, 8 Sep 2015 13:28:08 +0000 (15:28 +0200)
committerPatrick Uiterwijk <puiterwijk@redhat.com>
Tue, 8 Sep 2015 14:26:43 +0000 (16:26 +0200)
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
Reviewed-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Rob Crittenden <rcritten@redhat.com>
contrib/fedora/ipsilon.spec
man/ipsilon-client-install.1
man/ipsilon-server-install.1
man/ipsilon.7
man/ipsilon.conf.5
setup.py

index 1bc4c02..99860e7 100644 (file)
@@ -1,7 +1,7 @@
 # Bundling request for bootstrap/patternfly: https://fedorahosted.org/fpc/ticket/483
 
 Name:       ipsilon
-Version:    1.0.0
+Version:    1.0.1
 Release:    1%{?builddate}%{?gittag}%{?dist}
 Summary:    An Identity Provider Server
 
@@ -364,6 +364,11 @@ fi
 %{python2_sitelib}/ipsilon/info/infosssd.*
 
 %changelog
+* Tue Sep 08 2015 Patrick Uiterwijk <puiterwijk@redhat.com> - 1.0.1-1
+- Release 1.0.1
+- Backported patch for CVE-2015-5215/CVE-2015-5216
+- Backported patch for CVE-2015-5217
+
 * Mon May 11 2015 Patrick Uiterwijk <puiterwijk@redhat.com> - 1.0.0-1
 - Release 1.0.0
 
index 81fdb3e..7891d26 100644 (file)
@@ -1,6 +1,6 @@
 .\" Copyright (C) 2015 Ipsilon Project Contributors
 .\"
-.TH "ipsilon-client-install" "1" "1.0.0" "Ipsilon" "Ipsilon Manual Pages"
+.TH "ipsilon-client-install" "1" "1.0.1" "Ipsilon" "Ipsilon Manual Pages"
 .SH "NAME"
 ipsilon\-client\-install \- Configure an Ipsilon client
 .SH "SYNOPSIS"
index cf79b31..25e75fe 100644 (file)
@@ -1,6 +1,6 @@
 .\" Copyright (C) 2015 Ipsilon Project Contributors
 .\"
-.TH "ipsilon-server-install" "1" "1.0.0" "Ipsilon" "Ipsilon Manual Pages"
+.TH "ipsilon-server-install" "1" "1.0.1" "Ipsilon" "Ipsilon Manual Pages"
 .SH "NAME"
 ipsilon\-server\-install \- Configure an Ipsilon Identity Provider instance
 .SH "SYNOPSIS"
index 7093688..86a4f54 100644 (file)
@@ -1,6 +1,6 @@
 .\" Copyright (C) 2015 Ipsilon Project Contributors
 .\"
-.TH "ipsilon" "7" "1.0.0" "Ipsilon" "Ipsilon Manual Pages"
+.TH "ipsilon" "7" "1.0.1" "Ipsilon" "Ipsilon Manual Pages"
 .SH "NAME"
 ipsilon
 .SH "DESCRIPTION"
index 8ff5632..7b72bd5 100644 (file)
@@ -1,6 +1,6 @@
 .\" Copyright (C) 2015 Ipsilon Project Contributors
 .\"
-.TH "ipsilon.conf" "5" "1.0.0" "Ipsilon" "Ipsilon Manual Pages"
+.TH "ipsilon.conf" "5" "1.0.1" "Ipsilon" "Ipsilon Manual Pages"
 .SH "NAME"
 ipsilon.conf \- Ipsilon IdP configuration file
 .SH "SYNOPSIS"
index 7e69d0f..8d8c08a 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ DATA = 'share/ipsilon/'
 
 setup(
     name = 'ipsilon',
-    version = '1.0.0',
+    version = '1.0.1',
     license = 'GPLv3+',
     maintainer = 'Ipsilon project Contributors',
     maintainer_email = 'ipsilon@lists.fedorahosted.org',