[jansi] Upstream release 1.11

Marek Goldmann goldmann at fedoraproject.org
Tue May 21 11:31:09 UTC 2013


commit 094eb1f336e7964c875eff8991b6dc01872bdd4d
Author: Marek Goldmann <marek.goldmann at gmail.com>
Date:   Tue May 21 13:30:45 2013 +0200

    Upstream release 1.11

 .gitignore |    1 +
 jansi.spec |   10 +++++++---
 sources    |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 46f7c5a..01c9a61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /jansi-1.6.tar.xz
 /jansi-1.9.tar.xz
+/jansi-1.11.tar.xz
diff --git a/jansi.spec b/jansi.spec
index 4705b15..a18ed25 100644
--- a/jansi.spec
+++ b/jansi.spec
@@ -1,13 +1,13 @@
 Name:             jansi
-Version:          1.9
-Release:          3%{?dist}
+Version:          1.11
+Release:          1%{?dist}
 Summary:          Jansi is a java library for generating and interpreting ANSI escape sequences
 Group:            Development/Libraries
 License:          ASL 2.0
 URL:              http://jansi.fusesource.org/
 
 # git clone git://github.com/fusesource/jansi.git
-# cd jansi && git archive --format=tar --prefix=jansi-1.9/ jansi-project-1.9 | xz > jansi-1.9.tar.xz
+# cd jansi && git archive --format=tar --prefix=jansi-1.11/ jansi-project-1.11 | xz > jansi-1.11.tar.xz
 Source0:          jansi-%{version}.tar.xz
 
 BuildArch:        noarch
@@ -91,6 +91,10 @@ install -pm 644 %{name}/pom.xml $RPM_BUILD_ROOT%{_mavenpomdir}/JPP-%{name}.pom
 %doc license.txt
 
 %changelog
+* Tue May 21 2013 Marek Goldmann <mgoldman at redhat.com> - 1.11-1
+- Upstream release 1.11 RHBZ#962761
+- CVE-2013-2035 HawtJNI: predictable temporary file name leading to local arbitrary code execution RHBZ#962614
+
 * Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.9-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 59c3332..2c50334 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-6870d6d2b35a429b3127b27fa1644ce7  jansi-1.9.tar.xz
+49986b208496fb74e48a706e67bffea7  jansi-1.11.tar.xz


More information about the scm-commits mailing list