notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: graphics/png/Makefile
SVNWeb

Number of commits found: 156 (showing only 100 on this page)

1 | 2  »  

Thu, 19 Jan 2023
[ 20:14 Daniel Engberg (diizzy) search for other commits by this committer ]    commit hash:3774476f812609db98bacab12b788e22bb4b5fc7  commit hash:3774476f812609db98bacab12b788e22bb4b5fc7  commit hash:3774476f812609db98bacab12b788e22bb4b5fc7  3774476 
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)
Wed, 21 Dec 2022
[ 22:17 Daniel Engberg (diizzy) search for other commits by this committer ]    commit hash:8af2ee58a9242e91824796bf1bfb9284aaf681bc  commit hash:8af2ee58a9242e91824796bf1bfb9284aaf681bc  commit hash:8af2ee58a9242e91824796bf1bfb9284aaf681bc  8af2ee5 
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
Mon, 31 Oct 2022
[ 02:31 Charlie Li (vishwin) search for other commits by this committer ]    commit hash:58dd53fbd1be436d2e56efcb673f122cb1bbf31c  commit hash:58dd53fbd1be436d2e56efcb673f122cb1bbf31c  commit hash:58dd53fbd1be436d2e56efcb673f122cb1bbf31c  58dd53f 
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
Sun, 16 Oct 2022
[ 21:21 Daniel Engberg (diizzy) search for other commits by this committer ]    commit hash:9f4f89ec947067351dee8e6887d268e92ec0f317  commit hash:9f4f89ec947067351dee8e6887d268e92ec0f317  commit hash:9f4f89ec947067351dee8e6887d268e92ec0f317  9f4f89e 
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
Thu, 8 Sep 2022
[ 15:43 Stefan Eßer (se) search for other commits by this committer ]    commit hash:986beaaabc71b9e7e29e7e89e0f36405b687216f  commit hash:986beaaabc71b9e7e29e7e89e0f36405b687216f  commit hash:986beaaabc71b9e7e29e7e89e0f36405b687216f  986beaa  (Only the first 10 of 174 ports in this commit are shown above. View all ports for this commit)
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)
Fri, 26 Aug 2022
[ 17:37 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:03ac41951fa0bd09789183204293b5b4ac03dc1f  commit hash:03ac41951fa0bd09789183204293b5b4ac03dc1f  commit hash:03ac41951fa0bd09789183204293b5b4ac03dc1f  03ac419 
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
Sun, 31 Jul 2022
[ 17:12 Dimitry Andric (dim) search for other commits by this committer ]    commit hash:4ba3797c9993a25a082ed767d4f44234b1f7dc04  commit hash:4ba3797c9993a25a082ed767d4f44234b1f7dc04  commit hash:4ba3797c9993a25a082ed767d4f44234b1f7dc04  4ba3797 
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
Wed, 20 Jul 2022
[ 14:22 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  commit hash:022e658bd10b8753ede87b3dfda087efabddac98  022e658  (Only the first 10 of 771 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Sat, 30 Jan 2021
[ 11:54 pkubaj search for other commits by this committer ] Original commit   Revision:563287
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)
Thu, 25 Apr 2019
[ 08:38 antoine search for other commits by this committer ] Original commit   Revision:499967
Update to 1.6.37
Fri, 21 Dec 2018
[ 16:36 antoine search for other commits by this committer ] Original commit   Revision:488017
Update to 1.6.36
Tue, 28 Aug 2018
[ 06:00 antoine search for other commits by this committer ] Original commit   Revision:478285
Update to 1.6.35
Sat, 7 Oct 2017
[ 09:37 antoine search for other commits by this committer ] Original commit   Revision:451454
Update to 1.6.34

PR:		222840
MFH after:	2 days
MFH:		2017Q3 (possible bugfix)
Tue, 19 Sep 2017
[ 20:28 antoine search for other commits by this committer ] Original commit   Revision:450164
Update to 1.6.32
Sun, 6 Aug 2017
[ 08:07 antoine search for other commits by this committer ] Original commit   Revision:447450
Update to 1.6.31
Sun, 2 Jul 2017
[ 11:24 antoine search for other commits by this committer ] Original commit   Revision:444876
Skip version 1.6.30, doesn't build on arm
Wed, 22 Mar 2017
[ 19:14 antoine search for other commits by this committer ] Original commit   Revision:436720
Update to 1.6.29
Tue, 7 Feb 2017
[ 19:05 antoine search for other commits by this committer ] Original commit   Revision:433581
Update to 1.6.28
Thu, 29 Dec 2016
[ 22:27 antoine search for other commits by this committer ] Original commit   Revision:429950
Update to 1.6.27

PR:		215657
Thu, 17 Nov 2016
[ 18:24 antoine search for other commits by this committer ] Original commit   Revision:426295
Update to 1.6.26

PR:		214496
Sun, 9 Oct 2016
[ 16:22 antoine search for other commits by this committer ] Original commit   Revision:423620
- Update to 1.6.25
- Add LICENSE
- Use the frawework for regression tests
Tue, 12 Jul 2016
[ 18:16 antoine search for other commits by this committer ] Original commit   Revision:418434
Update to 1.6.23

PR:		210911
Submitted by:	Piotr Kubaj
Sat, 19 Mar 2016
[ 11:15 sunpoet search for other commits by this committer ] Original commit   Revision:411391
- Restore MAINTAINER
Fri, 18 Mar 2016
[ 11:48 feld search for other commits by this committer ] Original commit   Revision:411344
MAINTAINER reset should be ports@FreeBSD.org, not portmgr
Sat, 23 Jan 2016
[ 10:23 antoine search for other commits by this committer ] Original commit   Revision:406965
Update to 1.6.21
Tue, 8 Dec 2015
[ 18:23 antoine search for other commits by this committer ] Original commit   Revision:403332
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
Thu, 3 Dec 2015
[ 19:52 antoine search for other commits by this committer ] Original commit   Revision:402897
Update to 1.6.20

MFH:		2015Q4
Security:	CVE-2015-8126
Sun, 15 Nov 2015
[ 11:41 antoine search for other commits by this committer ] Original commit   Revision:401693
Update to 1.6.19

PR:		204551
MFH:		2015Q4
Security:	CVE-2015-8126
Mon, 31 Aug 2015
[ 15:38 antoine search for other commits by this committer ] Original commit   Revision:395702
Update to 1.6.18
Wed, 29 Jul 2015
[ 06:07 antoine search for other commits by this committer ] Original commit   Revision:393143
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)
Sat, 25 Apr 2015
[ 08:33 antoine search for other commits by this committer ] Original commit   Revision:384717
Update to 1.6.17
Thu, 25 Dec 2014
[ 20:52 antoine search for other commits by this committer ] Original commit   Revision:375597
- 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
Tue, 23 Dec 2014
[ 20:30 antoine search for other commits by this committer ] Original commit   Revision:375351
- Update to 1.5.21
- Add CPE information

Security:	Fixed an overflow in png_combine_row with very wide interlaced images
MFH:		2014Q4
Wed, 10 Dec 2014
[ 16:15 dinoex search for other commits by this committer ] Original commit   Revision:374478
- reset MAINTAINER
Sat, 22 Nov 2014
[ 23:06 dinoex search for other commits by this committer ] Original commit   Revision:373115
- update to 1.5.20
Sun, 19 Oct 2014
[ 11:31 dinoex search for other commits by this committer ] Original commit   Revision:371178
- update to 1.5.19
Sun, 30 Mar 2014
[ 19:44 dinoex search for other commits by this committer ] Original commit   Revision:349670
- new USES=
Fri, 14 Feb 2014
[ 14:47 dinoex search for other commits by this committer ] Original commit   Revision:344216
- update to 1.5.18
- new option PNGTEST

- support CMAKE_NINJA=yes
PR:		186593
Submitted by:	Adam Weinberger
Tue, 26 Nov 2013
[ 06:16 dinoex search for other commits by this committer ] Original commit   Revision:334919
- use STAGEDIR
Sat, 21 Sep 2013
[ 11:06 dinoex search for other commits by this committer ] Original commit   Revision:327804 (Only the first 10 of 129 ports in this commit are shown above. View all ports for this commit)
- fix misplaced NO_STAGE in slaveports and ifdefs
Fri, 20 Sep 2013
[ 18:35 bapt search for other commits by this committer ] Original commit   Revision:327733 (Only the first 10 of 1084 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Thu, 11 Jul 2013
[ 04:02 dinoex search for other commits by this committer ] Original commit   Revision:322738
- fix build when DEBUG is set
PR:		180361
Submitted by:	Raphael Kubo da Costa
Sun, 7 Jul 2013
[ 09:55 dinoex search for other commits by this committer ] Original commit   Revision:322425
- update to 1.5.17
Sat, 25 May 2013
[ 05:09 dinoex search for other commits by this committer ] Original commit   Revision:319025
- update to 1.5.16
Fri, 26 Apr 2013
[ 22:48 dinoex search for other commits by this committer ] Original commit   Revision:316641
- update to 1.5.15
[ 22:42 dinoex search for other commits by this committer ] Original commit   Revision:316640
- set a limit for portscout
Fri, 22 Mar 2013
[ 20:06 makc search for other commits by this committer ] Original commit   Revision:314960 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Sat, 26 Jan 2013
[ 17:08 dinoex search for other commits by this committer ] Original commit   Revision:311034
- update to 1.5.14
Sun, 9 Dec 2012
[ 21:28 dinoex search for other commits by this committer ] Original commit   Revision:308563
graphics/png
- update to 1.5.13
Fri, 16 Nov 2012
[ 17:56 dinoex search for other commits by this committer ] Original commit   Revision:307493
- make fetchable again
Feature safe: yes
Sun, 16 Sep 2012
[ 15:25 dinoex search for other commits by this committer ] Original commit   Revision:304359
- use OPTIONS_DEFINE
[ 15:23 dinoex search for other commits by this committer ] Original commit   Revision:304358
- use OPTIONS_DEFINE
Fri, 27 Jul 2012
[ 04:02 dinoex search for other commits by this committer ] Original commit 
- use smaller macro
Thu, 12 Jul 2012
[ 05:42 dinoex search for other commits by this committer ] Original commit 
- update to 1.5.12
Wed, 20 Jun 2012
[ 19:33 dinoex search for other commits by this committer ] Original commit 
- update to 1.5.11
Wed, 6 Jun 2012
[ 15:40 dinoex search for other commits by this committer ] Original commit 
- fix WITH_DEBUG
[ 15:28 dinoex search for other commits by this committer ] Original commit 
- warn if WITH_DEBUG is set
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Thu, 5 Apr 2012
[ 23:48 dinoex search for other commits by this committer ] Original commit 
- new path on MASTER_SITES
- Security update to 1.4.11
Security: CVE-2011-3048
Feature safe:   yes
[ 19:16 dinoex search for other commits by this committer ] Original commit 
- 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
Fri, 17 Feb 2012
[ 14:26 dinoex search for other commits by this committer ] Original commit 
- Security patch
Security: CVE-2011-3026
Obtained from:  Debian
Fri, 5 Aug 2011
[ 15:10 dinoex search for other commits by this committer ] Original commit 
- update to 1.4.8
Fri, 8 Jul 2011
[ 13:27 dinoex search for other commits by this committer ] Original commit 
- enable option APNG
PR:             158716
Suggested by:   Mikhail T.

- bump PORTREVISION
- use compressed patch from original master
- remove obsolte ghostscript hooks
Thu, 23 Dec 2010
[ 05:41 dinoex search for other commits by this committer ] Original commit 
- update to 1.4.5
Tue, 7 Dec 2010
[ 17:41 dinoex search for other commits by this committer ] Original commit 
- update MASTER_SITES
distribution subdirs has changed
Sun, 5 Dec 2010
[ 22:08 dinoex search for other commits by this committer ] Original commit 
- update to 1.4.4
Fri, 9 Jul 2010
[ 08:17 dinoex search for other commits by this committer ] Original commit 
- fix option WITH_APNG
PR:             148413
Submitted by:   Klaus Aehlig
Feature safe:   yes
Tue, 29 Jun 2010
[ 13:14 pav search for other commits by this committer ] Original commit 
- Update to 1.4.3

PR:             ports/148214
Submitted by:   dinoex (maintainer)
Approved by:    portmgr
Security:       CVE-2010-1205
Feature safe:   yes
Mon, 28 Jun 2010
[ 16:22 dinoex search for other commits by this committer ] Original commit 
- mark FORBIDDEN, remote code injection possible
Security:       CVE-2010-1205
Security:       http://www.libpng.org/pub/png/libpng.html
Feature safe:   yes
Sat, 12 Jun 2010
[ 07:10 dinoex search for other commits by this committer ] Original commit 
- add MASTER_SITES
PR:             147774
Submitted by:   swell.k
Fri, 4 Jun 2010
[ 08:09 pav search for other commits by this committer ] Original commit  (Only the first 10 of 27 ports in this commit are shown above. View all ports for this commit)
- 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
Wed, 5 May 2010
[ 15:18 dinoex search for other commits by this committer ] Original commit 
- new option WITH_APNG
PR:             146229
Mon, 29 Mar 2010
[ 17:00 dinoex search for other commits by this committer ] Original commit 
- enable PNG_READ_DITHER_SUPPORTED
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Wed, 10 Mar 2010
[ 08:05 dinoex search for other commits by this committer ] Original commit 
- update to 1.2.43
PR:             144596
Submitted by:   Xin LI
Wed, 13 Jan 2010
[ 13:29 dinoex search for other commits by this committer ] Original commit 
- update to 1.2.42
PR:             142575
Tue, 12 Jan 2010
[ 12:52 dinoex search for other commits by this committer ] Original commit 
- take maintainership
- update to 1.2.41
Sun, 10 Jan 2010
[ 09:12 ache search for other commits by this committer ] Original commit 
Remove my maintainership
Mon, 14 Sep 2009
[ 11:33 ache search for other commits by this committer ] Original commit 
Upgrade to 1.2.40

PR:             138724
Submitted by:   bf <bf1783@gmail.com>
Sat, 22 Aug 2009
[ 00:23 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 415 ports in this commit are shown above. View all ports for this commit)
- Switch SourceForge ports to the new File Release System: categories starting
with G
Thu, 6 Aug 2009
[ 06:53 ache search for other commits by this committer ] Original commit 
Upgrade to 1.2.38
Thu, 16 Jul 2009
[ 14:05 ache search for other commits by this committer ] Original commit 
Update to 1.2.37

PR:             136207
Submitted by:   bf <bf1783@gmail.com>
Security:       CVE-2009-2042
Mon, 30 Mar 2009
[ 19:33 ache search for other commits by this committer ] Original commit 
Add MAKE_JOBS_SAFE

PR:             132998
Submitted by:   Martin Matuska <mm@FreeBSD.org>
Tue, 24 Feb 2009
[ 04:01 ache search for other commits by this committer ] Original commit 
Upgrade to 1.2.35
(fix for CVE-2009-0040)
Sun, 4 Jan 2009
[ 18:01 ache search for other commits by this committer ] Original commit 
Upgrade to 1.2.34
Thu, 13 Nov 2008
[ 10:19 ache search for other commits by this committer ] Original commit 
Upgrade to 1.2.33

PR:             128718
Submitted by:   bf <bf2006a@yahoo.com>
Sat, 20 Sep 2008
[ 18:24 ache search for other commits by this committer ] Original commit 
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)
Sun, 31 Aug 2008
[ 16:45 ache search for other commits by this committer ] Original commit 
update to 1.2.31

PR:             126988
Submitted by:   bf <bf2006a@yahoo.com>
Thu, 1 May 2008
[ 00:39 ache search for other commits by this committer ] Original commit 
Upgrade to 1.2.28
[ 00:15 ache search for other commits by this committer ] Original commit 
s,INSTALLS_SHLIB,USE_LDCONFIG,
Wed, 30 Apr 2008
[ 20:41 ache search for other commits by this committer ] Original commit 
Dist is rerolled with minor config changes and *.diff leftovers.
New dist does not match MD5/size stated on libpng homepage.
Until situation becomes clear, put the previous one at MASTER_SITE_LOCAL
Tue, 29 Apr 2008
[ 12:09 ache search for other commits by this committer ] Original commit 
Upgrade to 1.2.27
It fix CVE-2008-1382

PR:             123186
Submitted by:   bf <bf2006a@yahoo.com>
Tue, 8 Apr 2008
[ 17:08 ache search for other commits by this committer ] Original commit 
Upgrade to 1.2.26

PR:             122558
Submitted by:   bf <bf2006a@yahoo.com>
Tue, 4 Mar 2008
[ 15:52 ache search for other commits by this committer ] Original commit 
Upgrade to 1.2.25

PR:             121328
Thu, 20 Dec 2007
[ 21:11 ache search for other commits by this committer ] Original commit 
Install libpng.pc as symlink to libpng12.pc, some ports search it.

Submitted by:   Tim Bishop <tim@bishnet.net> (partially)
Tue, 11 Dec 2007
[ 19:37 ache search for other commits by this committer ] Original commit 
Update to 1.2.23
Sun, 14 Oct 2007
[ 01:56 ache search for other commits by this committer ] Original commit 
Upgrade to 1.2.22

PR:             117165
Submitted by:   Nick Barkas <snb@threerings.net>
Sat, 13 Oct 2007
[ 13:48 ache search for other commits by this committer ] Original commit 
Upgrade to 1.2.21

Number of commits found: 156 (showing only 100 on this page)

1 | 2  »