[cups-bjnp] New upstream release 1.2.2 Fixes a crash with new Canon printers that send an XML-document in respon

Louis Lagendijk llagendijk at fedoraproject.org
Wed Jan 22 18:13:12 UTC 2014


commit 969fd15d2eb391b85665e5d5022138d87e40ec67
Author: Louis Lagendijk <louis.lagendijk at gmail.com>
Date:   Wed Jan 22 19:12:16 2014 +0100

    New upstream release 1.2.2
    Fixes a crash with new Canon printers that send an XML-document in response to a status request

 .gitignore                 |    1 +
 cups-bjnp-2014-01-22.patch |  361 --------------------------------------------
 cups-bjnp.spec             |   12 +-
 sources                    |    2 +-
 4 files changed, 10 insertions(+), 366 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5db04ca..6fe48df 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ cups-bjnp-0.5.4.tar.gz
 /cups-bjnp-1.1.tar.gz
 /cups-bjnp-1.2.tar.gz
 /cups-bjnp-1.2.1.tar.gz
+/cups-bjnp-1.2.2.tar.gz
diff --git a/cups-bjnp.spec b/cups-bjnp.spec
index 95512cb..f10ba1d 100644
--- a/cups-bjnp.spec
+++ b/cups-bjnp.spec
@@ -1,13 +1,12 @@
 Summary		: CUPS backend for the Canon BJNP network printers 
 Name		: cups-bjnp
-Version		: 1.2.1
-Release		: 2%{?dist}
+Version		: 1.2.2
+Release		: 1%{?dist}
 License		: GPLv2
 Source		: http://downloads.sourceforge.net/cups-bjnp/cups-bjnp-%{version}.tar.gz
 Group		: System Environment/Daemons
 URL		: https://sourceforge.net/projects/cups-bjnp/
 BuildRoot	: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Patch1          : cups-bjnp-2014-01-22.patch
 
 BuildRequires:	cups-devel
 Requires: cups
@@ -19,7 +18,6 @@ proprietary BJNP network protocol.
 
 %prep
 %setup -q
-%patch1 -p0 -b .latest
 
 %build
 %configure --prefix=%{_exec_prefix} --with-cupsbackenddir=%{cups_backend_dir} --disable-Werror
@@ -38,7 +36,13 @@ rm -Rf $RPM_BUILD_ROOT
 %doc COPYING ChangeLog TODO NEWS README
 
 %changelog
+* Wed Jan 22 2014  Louis Lagendijk <llagendijk at users.sourceforge.net> - 1.2.2-1
+- new upstream release 1.2.2
+- Fix crash with newer printers that send an xml-document for printer status
+- Fix possible buffer overflow on response buffer
+
 * Wed Jan 22 2014  Louis Lagendijk <llagendijk at users.sourceforge.net> - 1.2.1-3
+- temporary release for testing
 - Fix crash with newer printers that send an xml-document for printer status
 - Fix possible buffer overflow on response buffer
 
diff --git a/sources b/sources
index cc3f66a..9866b04 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9bc0f99a6725817e772dfa5674d4d19f  cups-bjnp-1.2.1.tar.gz
+41bfd07df696b572dbcf8d3e25b5eaaf  cups-bjnp-1.2.2.tar.gz


More information about the scm-commits mailing list