The RPM spec file was out of date (Bug #521)

pull/193/head
Michael R Sweet 8 years ago
parent a4e295ba41
commit 724d10e9e9
  1. 1
      CHANGES
  2. 26
      mxml.spec

@ -4,6 +4,7 @@ CHANGES - 2016-06-12
CHANGES IN Mini-XML 2.10 CHANGES IN Mini-XML 2.10
- The version number in mxml.h was wrong (Bug #532) - The version number in mxml.h was wrong (Bug #532)
- The mxml.spec file was out of date (Bug #521)
- mxmlDelete used a recursive algorithm which could require large - mxmlDelete used a recursive algorithm which could require large
amounts of stack space depending on the file (Bug #549, CVE-2016-4570) amounts of stack space depending on the file (Bug #549, CVE-2016-4570)
- mxmlWrite* used a recursive algorithm which could require large - mxmlWrite* used a recursive algorithm which could require large

@ -3,29 +3,27 @@
# #
# RPM "spec" file for Mini-XML, a small XML library. # RPM "spec" file for Mini-XML, a small XML library.
# #
# Copyright 2003-2009 by Michael Sweet. # Copyright 2003-2016 by Michael Sweet.
# #
# This program is free software; you can redistribute it and/or # These coded instructions, statements, and computer programs are the
# modify it under the terms of the GNU Library General Public # property of Michael R Sweet and are protected by Federal copyright
# License as published by the Free Software Foundation; either # law. Distribution and use rights are outlined in the file "COPYING"
# version 2, or (at your option) any later version. # which should have been included with this file. If this file is
# missing or damaged, see the license at:
# #
# This program is distributed in the hope that it will be useful, # http://www.msweet.org/projects.php/Mini-XML
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# #
Summary: Miniature XML development library Summary: Miniature XML development library
Name: mxml Name: mxml
Version: 2.6 Version: 2.10
Release: 1 Release: 1
License: LGPL License: LGPL
Group: Development/Libraries Group: Development/Libraries
Source: http://www.easysw.com/~mike/mxml/mxml-%{version}.tar.gz Source: https://www.msweet.org/files/project3/mxml-%{version}.tar.gz
Url: http://www.easysw.com/~mike/mxml/ Url: http://www.msweet.org/projects.php/Mini-XML
Packager: Michael Sweet <mxml@easysw.com> Packager: John Doe <johndoe@example.com>
Vendor: Michael Sweet Vendor: Michael R Sweet
# Use buildroot so as not to disturb the version already installed # Use buildroot so as not to disturb the version already installed
BuildRoot: /var/tmp/%{name}-root BuildRoot: /var/tmp/%{name}-root

Loading…
Cancel
Save