Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.44 20 Sep 2024 19:16:58 |
Daniel Engberg (diizzy) |
graphics/png: Update to 1.6.44
Changelog: https://github.com/pnggroup/libpng/blob/v1.6.44/ANNOUNCE
PR: 281503
Approved by: desktop (fluffy)
Exp-run by: antoine |
1.6.43 06 Mar 2024 21:04:52 |
Daniel Engberg (diizzy) |
graphics/png: Update to 1.6.43
Changelog: https://github.com/pnggroup/libpng/blob/v1.6.43/ANNOUNCE
PR: 277337
Approved by: desktop (tcberner)
Sponsored by: Blinkinblox
Exp-run by: antoine |
1.6.42 08 Feb 2024 21:55:36 |
Daniel Engberg (diizzy) |
graphics/png: Update to 1.6.42
Changelog: https://github.com/pnggroup/libpng/blob/v1.6.42/ANNOUNCE
PR: 276656
Reviewed by: desktop (tcberner)
Sponsored by: Blinkinblox
Exp-run by: antoine |
1.6.40 28 Jul 2023 17:26:54 |
Daniel Engberg (diizzy) |
graphics/png: Update to 1.6.40
Changelog:
https://github.com/glennrp/libpng/blob/v1.6.40/CHANGES
PR: 272200
Reviewed by: desktop (tcberner)
Sponsored by: Blinkinblox
Exp-run by: antoine |
1.6.39 19 Jan 2023 20:14:46 |
Daniel Engberg (diizzy) |
graphics/png: Fix plist issue with DEBUG enabled
Make sure filenames stay the same when using framework debug flag
Reported by: bofh
Approved by: portmgr (blanket, build fix) |
1.6.39 21 Dec 2022 22:17:26 |
Daniel Engberg (diizzy) |
graphics/png: Update to 1.6.39
Changelog: https://github.com/glennrp/libpng/blob/v1.6.39/CHANGES
PR: 268108
Approved by: desktop (tcberner)
Exp-run by: antoine |
1.6.38 31 Oct 2022 02:31:54 |
Charlie Li (vishwin) |
graphics/png: exclude SIMD from armv{6,7} in QEMU_EMULATING
The current version added an assert for ARM NEON detection, which
is not supported under QEMU_EMULATING, so the build fails. Prevent
exposing the SIMD option in this case.
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D37212 |
1.6.38 16 Oct 2022 21:21:17 |
Daniel Engberg (diizzy) |
graphics/png: Update to 1.6.38
- Switch to CMake
- Switch apng repo to https://sourceforge.net/projects/libpng-apng
Changelog: https://github.com/glennrp/libpng/blob/v1.6.38/CHANGES
PR: 266599
Approved by: desktop (arrowd)
Exp-run by: antoine |
1.6.37_1 08 Sep 2022 15:46:38 |
Stefan Eßer (se) |
Remove WWW lines that have been moved into Makefiles
Approved by: portmgr (implicit) |
1.6.37_1 08 Sep 2022 15:43:21 |
Stefan Eßer (se) |
Move more WWW entries from pkg-descr files into Makefiles
The WWW: lines in the pkg-descr files of these ports where not at the
end of those files and have been missed in prior conversion runs.
Approved by: portmgr (implicit) |
1.6.37_1 26 Aug 2022 17:37:42 |
Tobias C. Berner (tcberner) |
graphics: Give ports maintained by portmgr to desktop@
These ports were traditionally maintained by portmgr@ to ensure
that they receive an exp-run.
Let's entrust them to desktop@ with a stern "remember to exp-run".
Approved by: rene
Differential Revision: https://reviews.freebsd.org/D36316 |
1.6.37_1 31 Jul 2022 17:12:11 |
Dimitry Andric (dim) |
graphics/png: fix build with clang 15
Building png with clang 15 results in an error:
contrib/libtests/pngvalid.c:11662:4: error: call to undeclared function
'feenableexcept'; ISO C99 and later do not support implicit function
declarations [-Wimplicit-function-declaration]
feenableexcept(FE_DIVBYZERO | FE_INVALID | FE_OVERFLOW);
^
This is because clang 15 introduced this new warning, and fenv.h only
declares feenableexcept() when compiling for C standards before C11.
The least disruptive way to solve this is to make the port build with
USE_CSTD=gnu89.
PR: 265521
Approved by: portmgr (antoine)
MFH: 2022Q3 |
1.6.37_1 20 Jul 2022 14:22:04 |
Tobias C. Berner (tcberner) |
graphics: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Abel Chow <ozsanh45vds001@sneakemail.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Ade Lovett <ade@lovett.com>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Hayward <xelah@xelah.com>
* Alex Ivasyuv <siegerstein@pochta.ru>
* Alex Samorukov <samm@os2.kiev.ua> (Only the first 15 lines of the commit message are shown above ) |
1.6.37_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.6.37_1 30 Jan 2021 11:54:43 |
pkubaj |
graphics/png: add SIMD option
It's enabled by default on aarch64, amd64 and powerpc64le, which should have
optimizations that are enabled in their baselines (NEON, SSE2 and VSX
respectively).
PR: 251173
Approved by: antoine@ (maintainer) |
1.6.37 25 Apr 2019 08:38:01 |
antoine |
Update to 1.6.37 |
1.6.36 21 Dec 2018 16:36:57 |
antoine |
Update to 1.6.36 |
1.6.35 28 Aug 2018 06:00:55 |
antoine |
Update to 1.6.35 |
1.6.34 07 Oct 2017 09:37:15 |
antoine |
Update to 1.6.34
PR: 222840
MFH after: 2 days
MFH: 2017Q3 (possible bugfix) |
1.6.32 19 Sep 2017 20:28:16 |
antoine |
Update to 1.6.32 |
1.6.31 06 Aug 2017 08:07:08 |
antoine |
Update to 1.6.31 |
1.6.29 02 Jul 2017 11:24:35 |
antoine |
Skip version 1.6.30, doesn't build on arm |
1.6.29 22 Mar 2017 19:14:55 |
antoine |
Update to 1.6.29 |
1.6.28 07 Feb 2017 19:05:39 |
antoine |
Update to 1.6.28 |
1.6.27 29 Dec 2016 22:27:44 |
antoine |
Update to 1.6.27
PR: 215657 |
1.6.26 17 Nov 2016 18:24:59 |
antoine |
Update to 1.6.26
PR: 214496 |
1.6.25 09 Oct 2016 16:22:59 |
antoine |
- Update to 1.6.25
- Add LICENSE
- Use the frawework for regression tests |
1.6.23 12 Jul 2016 18:16:32 |
antoine |
Update to 1.6.23
PR: 210911
Submitted by: Piotr Kubaj |
1.6.21 19 Mar 2016 11:15:05 |
sunpoet |
- Restore MAINTAINER |
1.6.21 18 Mar 2016 11:48:40 |
feld |
MAINTAINER reset should be ports@FreeBSD.org, not portmgr |
1.6.21 23 Jan 2016 10:23:49 |
antoine |
Update to 1.6.21 |
1.6.20 08 Dec 2015 18:23:29 |
antoine |
Do not fail the build if regression tests do not pass, there seems to
be a regression on big endian archs between versions 1.6.19 and 1.6.20
(reported upstream)
PR: 205125
MFH: 2015Q4 |
1.6.20 03 Dec 2015 19:52:59 |
antoine |
Update to 1.6.20
MFH: 2015Q4
Security: CVE-2015-8126 |
1.6.19 15 Nov 2015 11:41:02 |
antoine |
Update to 1.6.19
PR: 204551
MFH: 2015Q4
Security: CVE-2015-8126 |
1.6.18 31 Aug 2015 15:38:22 |
antoine |
Update to 1.6.18 |
1.6.17_1 29 Jul 2015 06:07:58 |
antoine |
Switch build system from cmake to GNU configure
There are 2 benefits:
- Reduced number of build dependencies (0 now)
- This fixes build on arm64, as configure/Makefile are more updated than
CMakeLists.txt (CMakeLists.txt doesn't know about the arm/arm_init.c
and arm/filter_neon_intrinsics.c files)
PR: 201425
Tested by: Andrew Turner (on arm64) |
1.6.17 25 Apr 2015 08:33:09 |
antoine |
Update to 1.6.17 |
1.6.16 25 Dec 2014 20:52:17 |
antoine |
- Update graphics/png to 1.6.16
- Patch oolite to build with this new version
A portrevision bump will follow soon
Differential Revision: https://reviews.freebsd.org/D1360
Submitted by: bapt
Exp-run: self |
1.5.21 23 Dec 2014 20:30:04 |
antoine |
- Update to 1.5.21
- Add CPE information
Security: Fixed an overflow in png_combine_row with very wide interlaced images
MFH: 2014Q4 |
1.5.20 10 Dec 2014 16:15:14 |
dinoex |
- reset MAINTAINER |
1.5.20 22 Nov 2014 23:06:53 |
dinoex |
- update to 1.5.20 |
1.5.19 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
1.5.19 19 Oct 2014 11:31:28 |
dinoex |
- update to 1.5.19 |
1.5.18 03 Aug 2014 15:33:52 |
dinoex |
- rename patch files |
1.5.18 28 Jul 2014 21:54:34 |
adamw |
Rename german/ and graphics/ patch-xy patches to reflect the files they modify. |
1.5.18 30 Mar 2014 19:44:49 |
dinoex |
- new USES= |
1.5.18 14 Feb 2014 14:47:44 |
dinoex |
- update to 1.5.18
- new option PNGTEST
- support CMAKE_NINJA=yes
PR: 186593
Submitted by: Adam Weinberger |
1.5.17 26 Nov 2013 06:16:57 |
dinoex |
- use STAGEDIR |
1.5.17 21 Sep 2013 11:06:04 |
dinoex |
- fix misplaced NO_STAGE in slaveports and ifdefs |
1.5.17 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
1.5.17 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
1.5.17 11 Jul 2013 04:02:06 |
dinoex |
- fix build when DEBUG is set
PR: 180361
Submitted by: Raphael Kubo da Costa |
1.5.17 07 Jul 2013 09:55:10 |
dinoex |
- update to 1.5.17 |
1.5.16 25 May 2013 05:09:18 |
dinoex |
- update to 1.5.16 |
1.5.15 26 Apr 2013 22:48:23 |
dinoex |
- update to 1.5.15 |
1.5.14 26 Apr 2013 22:42:05 |
dinoex |
- set a limit for portscout |
1.5.14 22 Mar 2013 20:06:15 |
makc |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
1.5.14 26 Jan 2013 17:08:42 |
dinoex |
- update to 1.5.14 |
1.5.13 09 Dec 2012 21:28:24 |
dinoex |
graphics/png
- update to 1.5.13 |
1.5.12 16 Nov 2012 17:56:19 |
dinoex |
- make fetchable again
Feature safe: yes |
1.5.12 16 Sep 2012 15:25:25 |
dinoex |
- use OPTIONS_DEFINE |
1.5.12 16 Sep 2012 15:23:30 |
dinoex |
- use OPTIONS_DEFINE |
1.5.12 27 Jul 2012 04:02:28 |
dinoex |
- use smaller macro |
1.5.12 12 Jul 2012 05:42:50 |
dinoex |
- update to 1.5.12 |
1.5.11 20 Jun 2012 19:33:46 |
dinoex |
- update to 1.5.11 |
1.5.10 06 Jun 2012 15:40:15 |
dinoex |
- fix WITH_DEBUG |
1.5.10 06 Jun 2012 15:28:32 |
dinoex |
- warn if WITH_DEBUG is set |
1.5.10 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
1.4.11 05 Apr 2012 23:48:52 |
dinoex |
- new path on MASTER_SITES
- Security update to 1.4.11
Security: CVE-2011-3048
Feature safe: yes |
1.4.8_1 05 Apr 2012 19:16:11 |
dinoex |
- set FROBIDDEN
Security: CVE-2011-3048
the updated versions 1.4.9 and 1.4.11 can not be build without disabling
features.
Update to 1.5.x cant be done while porst are frozen.
Feature safe: yes |
1.4.8_1 17 Feb 2012 14:26:03 |
dinoex |
- Security patch
Security: CVE-2011-3026
Obtained from: Debian |
1.4.8 06 Nov 2011 07:02:23 |
dinoex |
- fix pkg-config file
Reported by: Markus Dolze |
1.4.8 05 Aug 2011 15:10:11 |
dinoex |
- update to 1.4.8 |
1.4.5_1 08 Jul 2011 13:27:20 |
dinoex |
- enable option APNG
PR: 158716
Suggested by: Mikhail T.
- bump PORTREVISION
- use compressed patch from original master
- remove obsolte ghostscript hooks |
1.4.5 04 Jan 2011 06:15:59 |
dinoex |
- simplify INSTALL_AS_USER by using the BSD_INSTALL_* macro
PR: 150547 |
1.4.5 23 Dec 2010 05:41:59 |
dinoex |
- update to 1.4.5 |
1.4.4 07 Dec 2010 17:41:23 |
dinoex |
- update MASTER_SITES
distribution subdirs has changed |
1.4.4 05 Dec 2010 22:08:47 |
dinoex |
- update to 1.4.4 |
1.4.3 09 Jul 2010 08:17:13 |
dinoex |
- fix option WITH_APNG
PR: 148413
Submitted by: Klaus Aehlig
Feature safe: yes |
1.4.3 29 Jun 2010 13:14:53 |
pav |
- Update to 1.4.3
PR: ports/148214
Submitted by: dinoex (maintainer)
Approved by: portmgr
Security: CVE-2010-1205
Feature safe: yes |
1.4.1_1 28 Jun 2010 16:22:36 |
dinoex |
- mark FORBIDDEN, remote code injection possible
Security: CVE-2010-1205
Security: http://www.libpng.org/pub/png/libpng.html
Feature safe: yes |
1.4.1_1 12 Jun 2010 07:10:31 |
dinoex |
- add MASTER_SITES
PR: 147774
Submitted by: swell.k |
1.4.1_1 04 Jun 2010 08:09:20 |
pav |
- Introduce a new USE_XZ knob that handles lzma/xz compressed distfiles
- Convert a bunch of ports to use it
PR: ports/146329
Submitted by: mm
With hat: portmgr |
1.4.1_1 05 May 2010 15:18:52 |
dinoex |
- new option WITH_APNG
PR: 146229 |
1.4.1_1 29 Mar 2010 17:00:45 |
dinoex |
- enable PNG_READ_DITHER_SUPPORTED |
1.4.1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.2.43 10 Mar 2010 08:05:48 |
dinoex |
- update to 1.2.43
PR: 144596
Submitted by: Xin LI |
1.2.42 13 Jan 2010 13:29:39 |
dinoex |
- update to 1.2.42
PR: 142575 |
1.2.41 12 Jan 2010 12:52:56 |
dinoex |
- take maintainership
- update to 1.2.41 |
1.2.40 10 Jan 2010 09:12:04 |
ache |
Remove my maintainership |
1.2.40 14 Sep 2009 11:33:27 |
ache |
Upgrade to 1.2.40
PR: 138724
Submitted by: bf <bf1783@gmail.com> |
1.2.38 22 Aug 2009 00:23:13 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
1.2.38 06 Aug 2009 06:53:15 |
ache |
Upgrade to 1.2.38 |
1.2.37 16 Jul 2009 14:05:30 |
ache |
Update to 1.2.37
PR: 136207
Submitted by: bf <bf1783@gmail.com>
Security: CVE-2009-2042 |
1.2.35 30 Mar 2009 19:33:54 |
ache |
Add MAKE_JOBS_SAFE
PR: 132998
Submitted by: Martin Matuska <mm@FreeBSD.org> |
1.2.35 24 Feb 2009 04:01:48 |
ache |
Upgrade to 1.2.35
(fix for CVE-2009-0040) |
1.2.34 04 Jan 2009 18:01:21 |
ache |
Upgrade to 1.2.34 |
1.2.33 13 Nov 2008 10:19:40 |
ache |
Upgrade to 1.2.33
PR: 128718
Submitted by: bf <bf2006a@yahoo.com> |
1.2.32 20 Sep 2008 18:24:29 |
ache |
Update to 1.2.32 which includes security fix.
Security: CVE-2008-3964
PR: 127502
Submitted by: bf <bf2006a@yahoo.com>
Approved by: portmgr (linimon) |
1.2.31 31 Aug 2008 16:45:00 |
ache |
update to 1.2.31
PR: 126988
Submitted by: bf <bf2006a@yahoo.com> |