From 48dd38a2f5e2bd97d3cb54186da6cc05bceeb278 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Nov 20 2016 19:16:15 +0000 Subject: Release 1.0.3 for CVE-2016-8638 Signed-off-by: Patrick Uiterwijk --- diff --git a/contrib/fedora/ipsilon.spec b/contrib/fedora/ipsilon.spec index 078f359..7827ff3 100644 --- a/contrib/fedora/ipsilon.spec +++ b/contrib/fedora/ipsilon.spec @@ -1,7 +1,7 @@ # Bundling request for bootstrap/patternfly: https://fedorahosted.org/fpc/ticket/483 Name: ipsilon -Version: 1.0.2 +Version: 1.0.3 Release: 1%{?builddate}%{?gittag}%{?dist} Summary: An Identity Provider Server @@ -364,6 +364,9 @@ fi %{python2_sitelib}/ipsilon/info/infosssd.* %changelog +* Mon Nov 21 2016 Patrick Uiterwijk - 1.0.3-1 +- Release 1.0.3 for CVE-2016-8638 + * Wed Oct 14 2015 Patrick Uiterwijk - 1.0.2-1 - Release 1.0.2 for CVE-2015-5301 diff --git a/man/ipsilon-client-install.1 b/man/ipsilon-client-install.1 index 5a7b131..fcc3935 100644 --- a/man/ipsilon-client-install.1 +++ b/man/ipsilon-client-install.1 @@ -1,6 +1,6 @@ .\" Copyright (C) 2015 Ipsilon Project Contributors .\" -.TH "ipsilon-client-install" "1" "1.0.2" "Ipsilon" "Ipsilon Manual Pages" +.TH "ipsilon-client-install" "1" "1.0.3" "Ipsilon" "Ipsilon Manual Pages" .SH "NAME" ipsilon\-client\-install \- Configure an Ipsilon client .SH "SYNOPSIS" diff --git a/man/ipsilon-server-install.1 b/man/ipsilon-server-install.1 index 6c8e760..095ed0a 100644 --- a/man/ipsilon-server-install.1 +++ b/man/ipsilon-server-install.1 @@ -1,6 +1,6 @@ .\" Copyright (C) 2015 Ipsilon Project Contributors .\" -.TH "ipsilon-server-install" "1" "1.0.2" "Ipsilon" "Ipsilon Manual Pages" +.TH "ipsilon-server-install" "1" "1.0.3" "Ipsilon" "Ipsilon Manual Pages" .SH "NAME" ipsilon\-server\-install \- Configure an Ipsilon Identity Provider instance .SH "SYNOPSIS" diff --git a/man/ipsilon.7 b/man/ipsilon.7 index 4e304fa..7b41960 100644 --- a/man/ipsilon.7 +++ b/man/ipsilon.7 @@ -1,6 +1,6 @@ .\" Copyright (C) 2015 Ipsilon Project Contributors .\" -.TH "ipsilon" "7" "1.0.2" "Ipsilon" "Ipsilon Manual Pages" +.TH "ipsilon" "7" "1.0.3" "Ipsilon" "Ipsilon Manual Pages" .SH "NAME" ipsilon .SH "DESCRIPTION" diff --git a/man/ipsilon.conf.5 b/man/ipsilon.conf.5 index b775b30..5026626 100644 --- a/man/ipsilon.conf.5 +++ b/man/ipsilon.conf.5 @@ -1,6 +1,6 @@ .\" Copyright (C) 2015 Ipsilon Project Contributors .\" -.TH "ipsilon.conf" "5" "1.0.2" "Ipsilon" "Ipsilon Manual Pages" +.TH "ipsilon.conf" "5" "1.0.3" "Ipsilon" "Ipsilon Manual Pages" .SH "NAME" ipsilon.conf \- Ipsilon IdP configuration file .SH "SYNOPSIS" diff --git a/setup.py b/setup.py index 57b91dd..53f95ba 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ DATA = 'share/ipsilon/' setup( name = 'ipsilon', - version = '1.0.2', + version = '1.0.3', license = 'GPLv3+', maintainer = 'Ipsilon project Contributors', maintainer_email = 'ipsilon@lists.fedorahosted.org',