15 Commits

Author SHA256 Message Date
7d3f8199ed Accepting request 1149000 from graphics
- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN.

OBS-URL: https://build.opensuse.org/request/show/1149000
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pngcheck?expand=0&rev=8
2024-02-22 19:58:52 +00:00
d3acf81de3 - Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN.

OBS-URL: https://build.opensuse.org/package/show/graphics/pngcheck?expand=0&rev=13
2024-02-22 07:23:17 +00:00
57c60c3854 Accepting request 940245 from graphics
- version update to 3.0.3
  * 20210124 GRR: released version 3.0.1
  *               ----------------------
  * 20201217 BB:  fixed a crash bug (and probable vulnerability) in large (MNG)
  *               LOOP chunks
  * 20210131 GRR: updated Makefile.mingw32 for modern versions and added
  *               Makefile.mingw64 (targets Win64); both are essentially
  *               UNTESTED, however!
  * 20210131 GRR: released version 3.0.2
  *               ----------------------
  * 20210416 BB:  fixed a divide-by-zero crash bug (and probable vulnerability)
  *               in interlaced images with extra compressed data beyond the
  *               nominal end of the image data (found by "chiba of topsec alpha
  *               lab")

OBS-URL: https://build.opensuse.org/request/show/940245
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pngcheck?expand=0&rev=7
2021-12-13 19:45:04 +00:00
6948fefd16 OBS-URL: https://build.opensuse.org/package/show/graphics/pngcheck?expand=0&rev=12 2021-12-13 13:10:57 +00:00
47f7a958c3 - version update to 3.0.3
* 20210124 GRR: released version 3.0.1
  *               ----------------------
  * 20201217 BB:  fixed a crash bug (and probable vulnerability) in large (MNG)
  *               LOOP chunks
  * 20210131 GRR: updated Makefile.mingw32 for modern versions and added
  *               Makefile.mingw64 (targets Win64); both are essentially
  *               UNTESTED, however!
  * 20210131 GRR: released version 3.0.2
  *               ----------------------
  * 20210416 BB:  fixed a divide-by-zero crash bug (and probable vulnerability)
  *               in interlaced images with extra compressed data beyond the
  *               nominal end of the image data (found by "chiba of topsec alpha
  *               lab")

OBS-URL: https://build.opensuse.org/package/show/graphics/pngcheck?expand=0&rev=11
2021-12-13 12:02:32 +00:00
d3250517a4 Accepting request 859052 from graphics
- version update to 3.0.0
  * 20070709 GRR: tweaked color definitions slightly to work better on terminals
  *               with white/light backgrounds
  * 20070712 GRR: added Makefile.mingw32
  * 20100504 GRR: fixed DHDR (pre-MNG-1.0) bug identified by Winfried <szukw000@arcor.de>
  * 20170713 GRP: added eXIf support (GRR: added check for II/MM/unknown format)
  * 20201012 BB:  converted static const help/usage-related strings to macros so
  *               -Werror=format-security doesn't trigger (Ben Beasley)
  * 20201015 BB:  added (help2man-generated) man pages for all three utils
  * 20201017 GRR: added top-level LICENSE file; fixed various compiler warnings
  * 20201031 GRR: replaced gpl/COPYING (outdated address, references to Library
  *               GPL) with https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
  *               (thanks to Ben Beasley for catching that)
  * 20201113 BB:  fixed buffer-overflow vulnerability discovered by "giantbranch
  *               of NSFOCUS Security Team"
  *               https://bugzilla.redhat.com/show_bug.cgi?id=1897485
  * 20201128 BB:  found and fixed four additional vulnerabilities (null-pointer
  *               dereference and three buffer overruns)
  * 20201209 LP:  fixed an off-by-one bug in check_magic() (Lucy Phipps)
  * 20201209 LL:  converted two zlib-version warnings/errors to go to stderr
  *               (Lemures Lemniscati, actually from 20180318; forwarded by LP)
  * 20201210 BB:  fixed another buffer-overflow vulnerability discovered by
  *               "giantbranch of NSFOCUS Security Team"
  *               https://bugzilla.redhat.com/show_bug.cgi?id=1905775
  * 20201212 GRR: removed -f ("force") option due to multiple security issues
- modified patches
  % fixbuild.diff (refreshed)
- deleted patches
  - pngcheck-CVE-2020-27818.patch (upstreamed)

OBS-URL: https://build.opensuse.org/request/show/859052
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pngcheck?expand=0&rev=6
2020-12-29 14:52:27 +00:00
0fd58571f0 - version update to 3.0.0
* 20070709 GRR: tweaked color definitions slightly to work better on terminals
  *               with white/light backgrounds
  * 20070712 GRR: added Makefile.mingw32
  * 20100504 GRR: fixed DHDR (pre-MNG-1.0) bug identified by Winfried <szukw000@arcor.de>
  * 20170713 GRP: added eXIf support (GRR: added check for II/MM/unknown format)
  * 20201012 BB:  converted static const help/usage-related strings to macros so
  *               -Werror=format-security doesn't trigger (Ben Beasley)
  * 20201015 BB:  added (help2man-generated) man pages for all three utils
  * 20201017 GRR: added top-level LICENSE file; fixed various compiler warnings
  * 20201031 GRR: replaced gpl/COPYING (outdated address, references to Library
  *               GPL) with https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
  *               (thanks to Ben Beasley for catching that)
  * 20201113 BB:  fixed buffer-overflow vulnerability discovered by "giantbranch
  *               of NSFOCUS Security Team"
  *               https://bugzilla.redhat.com/show_bug.cgi?id=1897485
  * 20201128 BB:  found and fixed four additional vulnerabilities (null-pointer
  *               dereference and three buffer overruns)
  * 20201209 LP:  fixed an off-by-one bug in check_magic() (Lucy Phipps)
  * 20201209 LL:  converted two zlib-version warnings/errors to go to stderr
  *               (Lemures Lemniscati, actually from 20180318; forwarded by LP)
  * 20201210 BB:  fixed another buffer-overflow vulnerability discovered by
  *               "giantbranch of NSFOCUS Security Team"
  *               https://bugzilla.redhat.com/show_bug.cgi?id=1905775
  * 20201212 GRR: removed -f ("force") option due to multiple security issues
- modified patches
  % fixbuild.diff (refreshed)
- deleted patches
  - pngcheck-CVE-2020-27818.patch (upstreamed)

OBS-URL: https://build.opensuse.org/package/show/graphics/pngcheck?expand=0&rev=9
2020-12-28 16:07:56 +00:00
f160ecdcf9 Accepting request 852889 from graphics
- security update
- added patches
  fix CVE-2020-27818 [bsc#1179528], global buffer overflow was discovered in check_chunk_name function via crafted pngfile
  + pngcheck-CVE-2020-27818.patch

OBS-URL: https://build.opensuse.org/request/show/852889
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pngcheck?expand=0&rev=5
2020-12-03 17:43:19 +00:00
7ea1405e52 - security update
- added patches
  fix CVE-2020-27818 [bsc#1179528], global buffer overflow was discovered in check_chunk_name function via crafted pngfile
  + pngcheck-CVE-2020-27818.patch

OBS-URL: https://build.opensuse.org/package/show/graphics/pngcheck?expand=0&rev=7
2020-12-03 11:50:09 +00:00
ffc8975354 Accepting request 320011 from graphics
1

OBS-URL: https://build.opensuse.org/request/show/320011
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pngcheck?expand=0&rev=4
2015-08-03 15:21:55 +00:00
Ismail Dönmez
b9f7837634 Accepting request 320000 from home:pluskalm:branches:graphics
- Use url for source
- Cleanup spec file with spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/320000
OBS-URL: https://build.opensuse.org/package/show/graphics/pngcheck?expand=0&rev=5
2015-08-02 12:05:45 +00:00
Tomáš Chvátal
962be37474 Accepting request 186555 from graphics
OBS-URL: https://build.opensuse.org/request/show/186555
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pngcheck?expand=0&rev=1
2013-08-14 20:57:40 +00:00
125cd86638 - micro spec file cleanup, created *.changes
- created 2.3.0

OBS-URL: https://build.opensuse.org/package/show/graphics/pngcheck?expand=0&rev=3
2013-08-09 09:09:44 +00:00
Stephan Kulow
ec799c08f1 fix build
OBS-URL: https://build.opensuse.org/package/show/graphics/pngcheck?expand=0&rev=2
2010-06-18 10:50:17 +00:00
Stephan Kulow
ba1549d234 Accepting request 25754 from home:dstoecker
Copy from home:dstoecker/pngcheck via accept of submit request 25754 revision 1.
Request was accepted with message:
accepted

OBS-URL: https://build.opensuse.org/request/show/25754
OBS-URL: https://build.opensuse.org/package/show/graphics/pngcheck?expand=0&rev=1
2009-12-07 10:38:58 +00:00