| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
20 Apr 2013 16:01:56
1.900.1_12
|
dinoex  |
- Security fix
Security: CVE-2011-4517 execute arbitrary code on decodes images
Submitted by: naddy (Christian Weisgerber)
Obtained from: Fedora
Feature safe: yes |
17 Apr 2013 21:25:47
1.900.1_11  |
dinoex  |
graphics/jasper
- Security fixes
Multiple integer overflows
Buffer overflow in the jas_stream_printf
execute arbitrary code on decodes images
Security: CVE-2008-3520
Security: CVE-2008-3522
Security: CVE-2011-4516
Security: CVE-2011-4517
PR: 163718
Obtained from: Fedora
Feature safe: yes |
01 Feb 2013 15:04:01
1.900.1_10  |
ak  |
- Fix all cases of 'No newline at end of file' in ports tree
Approved by: portmgr (bapt) |
26 Jan 2013 16:34:40
1.900.1_10  |
dinoex  |
- cleanup header |
04 Aug 2012 22:52:04
1.900.1_10  |
kwm  |
Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.
Bump all ports that directly depend on libglut because of the shlib version
change.
There are some extra items in this patch.
*) Because freeglut doesn't have the same dependancies as libglut, some ports
need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
remains now.
*) While here fix a png related build issue games/vegastrike.
Thanks to miwi for running the exp-run.
Approved by: portmgr (miwi)
Collaboration with: zeising@
Obtained from: xorg-dev staging area. |
16 Jun 2012 08:22:39
1.900.1_10  |
dinoex  |
- remove OPTIONS_DEFAULT
Submitted by: sunpoet |
15 Jun 2012 16:45:31
1.900.1_10  |
dinoex  |
- use OPTIONS_DEFINE |
26 Nov 2011 07:02:29
1.900.1_10  |
dinoex  |
- fix assertion on some JPEG2000 pictures encoded in (RGBA)
PR: 162812
Sumbitted by: Sebastian Klemke
Obtained from: Debian, Mathew Eis
Feature safe: yes |
23 Sep 2011 22:26:39
1.900.1_9  |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
11 Aug 2011 19:20:17
1.900.1_9  |
kwm  |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
03 Jul 2011 14:12:23
1.900.1_9  |
ohauer  |
-remove MD5 |
04 Dec 2010 07:34:27
1.900.1_9  |
ade  |
Sync to new bsd.autotools.mk |
04 Jun 2010 14:14:47
1.900.1_9  |
dinoex  |
LICENSE MIT |
05 May 2010 15:19:25
1.900.1_9  |
dinoex  |
- new option WITH_UUID
PR: 146290
Submitted by: Sunpoet Po-Chuan Hsieh |
05 Feb 2010 11:46:55
1.900.1_9  |
dinoex  |
- update to jpeg-8 |
02 Aug 2009 19:36:34
1.900.1_8  |
mezz  |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
18 Jul 2009 11:11:29
1.900.1_8  |
dinoex  |
- update to jpeg7
Tested by: pav on pointyhat |
05 Jul 2009 09:50:02
1.900.1_7  |
dinoex  |
- take maintainership
- cleanup |
24 Mar 2009 16:21:59
1.900.1_7  |
mm  |
- Mark MAKE_JOBS_SAFE for SMP compilation |
23 Jan 2009 16:28:36
1.900.1_7  |
flz  |
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG). |
06 Aug 2007 20:08:43
1.900.1_6  |
sat  |
- Disable parallel build which broke jasper on two of my boxes
(7/i386/UP and 7/amd64/SMP)
- Note that parallel builds still require much testing (and
research) |
05 Aug 2007 22:14:08
1.900.1_6  |
mi  |
Add a patch, which disables a call to atexit() to register libjasper's
own clean-up routine (jas_cleanup). The call would be of limited
use anyway, as freeing memory at exit is useful only for tracking
down memory leaks. Removing the atexit call eliminates crashes in
ImageMagick and GraphicsMagick, when they are compiled with modules
support -- when a library is dlclosed, calling its cleanup routine is
certain death...
When compiling with gcc, declare the routine with ``__attribute__
(destructor)'' as per kan's otherwise obnoxious and inflammatory
e-mails. This will make sure, the routine is invoked, when libjasper
is dlclosed(). The only known apps that do that are ImageMagick and
GraphicsMagick (when built with modules support). They both call
the routine explicitly anyway...
While here enable parallel build of jasper itself, and eliminate the
most threatening warnings.
Bump PORTREVISION. |
09 Jul 2007 10:29:29
1.900.1_5  |
rafan  |
- Fix OPTIONS handling. When reviewing miwi@'s patch yesterday, I did not
notice this is wrong :(
PR: ports/114430
Submitted by: Shane Bell <decept0 at gmail.com> |
08 Jul 2007 08:02:52
1.900.1_4  |
miwi  |
- Add OPTIONS knobs for opengl
Submitted by: ports@ ml
Reviewed by: rafan (thanks) |
06 Jul 2007 22:28:47
1.900.1_3  |
miwi  |
- Fix pkg-plist |
04 Jul 2007 11:46:12
1.900.1_2  |
miwi  |
- Add missing file to pkg-plist
PR: 114226
Submitted by: Stefan Sperling <stsp@stsp.name> |
12 Jun 2007 15:47:04
1.900.1_1  |
mi  |
Replace a tmpnam/open combo with mkstemp. A more aggressive change, which
uses tmpfile is being evaluated. |
08 Feb 2007 22:35:00
1.900.1  |
miwi  |
- Update to 1.9001
PR: 108869
Submitted by: Martin Matuska <martin@matuska.org> |
01 Feb 2007 02:42:06
1.701.0_1  |
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
14 Aug 2006 23:06:39
1.701.0_1  |
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
23 Feb 2006 10:40:45
1.701.0_1  |
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
26 Nov 2005 01:48:16
1.701.0  |
pav  |
- Add SHA256 |
15 Nov 2005 06:52:12
1.701.0  |
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
01 Jun 2005 19:56:04
1.701.0  |
oliver  |
change the libtool version to use from 1.3 to 1.5 |
09 Jul 2004 17:43:11
1.701.0  |
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
19 Jun 2004 10:22:56
1.701.0  |
eik  |
avoid ending up with libjasper-1.701.so.4 |
10 Apr 2004 17:26:55
1.701.0  |
trevor  |
Tidy up whitespace. |
02 Apr 2004 19:04:43
1.701.0  |
krion  |
- Update to version 1.701.0
PR: ports/65085
Submitted by: Ports Fury |
14 Mar 2004 06:17:56
1.700.5  |
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed. |
08 Feb 2004 13:17:57
1.700.5  |
krion  |
- Utilize USE_GNOME
- Use DOCSDIR
PR: ports/62531
Submitted by: Ports Fury |
29 Jan 2004 07:24:56
1.700.5  |
trevor  |
SIZEify. |
17 Dec 2003 17:20:30
1.700.5  |
mi  |
Upgrade from 1.700.2 to 1.700.5 (released on Oct 4th). |
29 Jul 2003 09:12:37
1.700.2  |
sobomax  |
Let be hohest: I really don't have a time now to properly maintain all
these great pieces of software, so that let others with more free time
to take over them. |
06 May 2003 16:27:49
1.700.2  |
sobomax  |
Update to 1.700.2. |
07 Mar 2003 06:04:15
1.600.0  |
ade  |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
20 Jan 2003 10:35:47
1.600.0  |
sobomax  |
Fix a typo: log long --> long long.
Submitted by: Stacey Roberts <stacey@vickiandstacey.com>
BSD <bsd@xtremedev.com>
Mike Hardling <mvh@ix.netcom.com> |
19 Jan 2003 20:26:58
1.600.0  |
sobomax  |
Update to 1.600.0. |
22 Sep 2002 10:36:11
1.500.4  |
knu  |
The only master site is down. Add some ImageMagick sites that mirror
the jasper distfile. (Time for MASTER_SITE_IMAGEMAGICK?) |
20 Sep 2002 17:58:21
1.500.4  |
alane  |
Forgot
PR: 42475 |
20 Sep 2002 17:57:05
1.500.4  |
alane  |
Fix jas_types.h for stable. Maintainer 2 week timeout. |
30 Aug 2002 12:21:10
1.500.4  |
sobomax  |
Update to 1.500.4.
PR: 41357
Submitted by: Ports Fury |
15 Nov 2001 10:07:32 
|
sobomax  |
Add Jasper - a reference implementation of the image codec specified in the
JPEG-2000 standard. |