non port: graphics/tiff/Makefile |
SVNWeb
|
Number of commits found: 106 (showing only 100 on this page) |
Wed, 23 Nov 2022
|
[ 21:32 Cy Schubert (cy) ] 76ee9a3
graphics/tiff: Fix CVE-2022-3970
Fix: TIFFReadRGBATileExt(): fix (unsigned) integer overflow on
strips/tiles > 2 GB
Obtained from: Upstream 227500897dfb07fb7d27f7aa570050e62617e3be
(merged as a05860a0872d323e3fbf4390187ce934dd2b165e)
MFH: 2022Q4
Security: CVE-2022-3970
Security: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=53137
|
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above )
|
Fri, 26 Aug 2022
|
[ 17:37 Tobias C. Berner (tcberner) ] 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
|
Tue, 16 Aug 2022
|
[ 21:45 Daniel Engberg (diizzy) ] a52fed3
graphics/tiff: Update to 4.4.0
* Add libdeflate for improved performance as dependency
* Add zstd as dependency, this is the default in Alpine, Arch Linux,
Debian, Fedora and OpenSUSE
* Backport upstream commit dd1bcc7abb26094e93636e85520f0d8f81ab0fab to
fix CVE-2022-2056, CVE-2022-2057 and CVE-2022-2058
* Backport upstream commit 275735d0354e39c0ac1dc3c0db2120d6f31d1990 to
fix CVE-2022-34526
PR: 265164
Approved by: portmgr (antoine)
Exp-run by: antoine
|
Wed, 20 Jul 2022
|
[ 14:22 Tobias C. Berner (tcberner) ] 022e658 (Only the first 10 of 771 ports in this commit are shown above. )
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 )
|
Sun, 25 Apr 2021
|
[ 17:58 Antoine Brodin (antoine) ] df6ec5e
graphics/tiff: update to 4.3.0
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Wed, 30 Dec 2020
|
[ 16:38 antoine ]
Update graphics/tiff to 4.2.0
|
Sun, 10 Nov 2019
|
[ 21:57 antoine ]
Update graphics/tiff to 4.1.0
|
Thu, 6 Jun 2019
|
[ 20:02 antoine ]
Fix tiff2ps error regarding "Inconsistent value of es" by allowing es to be
zero.
PR: 238372
|
Sat, 1 Dec 2018
|
[ 13:08 sunpoet ]
Update MASTER_SITES
Approved by: portmgr (blanket)
|
Sat, 17 Nov 2018
|
[ 20:44 antoine ]
Update to 4.0.10
PR: 233146
Reported by: Roger Leigh
|
Mon, 29 Jan 2018
|
[ 21:32 antoine ]
Apply patches for CVE-2017-9935 and CVE-2017-18013
PR: 225544
Submitted by: Yasuhiro KIMURA
Obtained from: Debian
MFH after: 2 days
MFH: 2018Q1
|
Sun, 19 Nov 2017
|
[ 20:41 antoine ]
Update to 4.0.9
MFC after: 3 days
MFH: 2017Q4
|
Mon, 22 May 2017
|
[ 18:53 antoine ]
Update to 4.0.8
PR: 219458, 216259
Submitted by: Vidar Karlsen
MFH: 2017Q2
|
Thu, 8 Dec 2016
|
[ 16:07 tijl ] (Only the first 10 of 35 ports in this commit are shown above. )
Remove libtiff.so.4 compatibility links that were added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since.
|
Mon, 21 Nov 2016
|
[ 21:26 antoine ] (Only the first 10 of 12 ports in this commit are shown above. )
Update to 4.0.7
The following tools are removed from this release: bmp2tiff, gif2tiff,
ras2tiff, rgb2ycbcr and thumbnail.
|
Fri, 21 Oct 2016
|
[ 15:21 mat ] (Only the first 10 of 354 ports in this commit are shown above. )
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
|
Fri, 15 Jul 2016
|
[ 16:22 feld ]
graphics/tiff: Patch vulnerabilities
These two patches were obtained from OpenBSD. An additional CVE is not
yet addressed, but upstream indicates they are removing the gif2tiff
utility as the mitigation in the upcoming 4.0.7.
PR: 211113
MFH: 2016Q3
Security: CVE-2016-5875
Security: CVE-2016-3186
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Fri, 18 Mar 2016
|
[ 13:28 feld ]
Revert MAINTAINER update
These ports were intentionally set to portmgr@FreeBSD.org as MAINTAINER;
it was not a mistake. They require exp-runs and special care when
updating.
Submitted by: antoine
|
[ 11:48 feld ]
MAINTAINER reset should be ports@FreeBSD.org, not portmgr
|
Tue, 5 Jan 2016
|
[ 15:04 rakuco ]
Add fixes for CVE-2015-8665, CVE-2015-8683 and other vulnerabilities.
Besides fixing the two CVEs mentioned above, this change also pulls two
other commits from libtiff upstream fixing other out-of-bounds reads that do
not have corresponding CVEs and were reported directly in libtiff's bug
tracker.
PR: 205923
Approved by: portmgr (antoine)
Obtained from: libtiff CVS repository
Security: b65e4914-b3bc-11e5-8255-5453ed2e2b49
Security: bd349f7a-b3b9-11e5-8255-5453ed2e2b49
|
Wed, 21 Oct 2015
|
[ 17:32 antoine ]
Update to 4.0.6
PR: 203851
|
Fri, 26 Jun 2015
|
[ 18:41 antoine ]
Update to 4.0.4
|
Mon, 22 Jun 2015
|
[ 18:33 antoine ] (Only the first 10 of 374 ports in this commit are shown above. )
Convert to USES=jpeg
|
Sun, 29 Mar 2015
|
[ 17:31 antoine ]
tools/tiffdither.c: check memory allocations to avoid writing to
NULL pointer. Also check multiplication overflow. Fixes #2501,
CVE-2014-8128. Derived from patch by Petr Gajdos.
Reported by: naddy
Obtained
from: https://github.com/vadz/libtiff/commit/147b2698c84004fe2da93c0fc7177a7c3797533d
MFH: 2015Q1
|
Thu, 26 Mar 2015
|
[ 23:32 antoine ]
- Update to 4.0.4beta
- Add CPE information
PR: 198862
MFH: 2015Q1
Security: CVE-2014-8127 CVE-2014-8128 CVE-2014-8129 CVE-2014-8130 CVE-2014-9655
CVE-2015-1547
|
Wed, 10 Dec 2014
|
[ 15:10 dinoex ]
- remove BROKEN
- reset MAINTAINER
|
[ 14:45 dinoex ]
- fatal regression
shared lib version going backwards
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above )
|
Mon, 24 Nov 2014
|
[ 09:32 bapt ]
Make mandoc happy
|
Sun, 23 Nov 2014
|
[ 08:47 dinoex ]
- use strip logic from bsd.port.mk
PR: 193918
Submitted by: takefu@airport.fm
|
Fri, 18 Jul 2014
|
[ 19:36 dinoex ]
- cleanup r361950
|
Tue, 15 Jul 2014
|
[ 15:30 adamw ] (Only the first 10 of 18 ports in this commit are shown above. )
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS.
|
Sun, 22 Jun 2014
|
[ 16:46 tijl ] (Only the first 10 of 15 ports in this commit are shown above. )
Bump PORTREVISION for jbigkit library version bump.
Approved by: portmgr (implicit)
|
Tue, 10 Jun 2014
|
[ 16:10 dinoex ]
- drop option X11
- remove "tiffgt" from port
PR: 190816
|
Tue, 6 May 2014
|
[ 15:43 tijl ]
Convert to USES=libtool.
|
Wed, 16 Apr 2014
|
[ 18:28 zeising ] (Only the first 10 of 1008 ports in this commit are shown above. )
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above )
|
Tue, 4 Mar 2014
|
[ 06:52 dinoex ]
- remove broken MANPREFIX
- update LICENSE
|
Sun, 15 Dec 2013
|
[ 12:22 dinoex ]
- use X11_CONFIGURE_WITH, X11_USE
|
Thu, 14 Nov 2013
|
[ 17:14 dinoex ]
- use STAGEDIR
|
Sat, 21 Sep 2013
|
[ 11:06 dinoex ] (Only the first 10 of 129 ports in this commit are shown above. )
- fix misplaced NO_STAGE in slaveports and ifdefs
|
Fri, 20 Sep 2013
|
[ 18:35 bapt ] (Only the first 10 of 1084 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics)
|
Mon, 22 Apr 2013
|
[ 20:04 dinoex ]
- make portlint happier
PR: 176919
|
Sun, 9 Dec 2012
|
[ 21:30 dinoex ]
graphics/tiff
- update to 4.0.3
|
Sat, 4 Aug 2012
|
[ 22:52 kwm ] (Only the first 10 of 122 ports in this commit are shown above. )
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.
|
Sat, 23 Jun 2012
|
[ 14:52 dinoex ]
- update to 4.0.2
|
Fri, 13 Apr 2012
|
[ 04:09 dinoex ]
- Security patch
Security: http://www.debian.org/security/2012/dsa-2447
Security: CVE-2012-1173
Obtained from: Frank Warmerdam
|
Wed, 11 Apr 2012
|
[ 21:02 dinoex ]
- update to 4.0.1
|
Tue, 27 Dec 2011
|
[ 21:43 dinoex ]
- update to 4.0.0 release
|
Sat, 6 Aug 2011
|
[ 18:29 dinoex ]
- extend MASTER_SITES
|
Mon, 13 Jun 2011
|
[ 02:35 dinoex ]
- drop dependency on pkg-config
- change path of libtiff-4.pc
Submitted by: Max Brazhnikov
|
Sat, 11 Jun 2011
|
[ 14:38 dinoex ]
- update to 4.0.0beta7
|
Sat, 4 Dec 2010
|
[ 07:34 ade ] (Only the first 10 of 1730 ports in this commit are shown above. )
Sync to new bsd.autotools.mk
|
Thu, 26 Aug 2010
|
[ 16:17 dinoex ]
- update to tiff 4.0.0
- add LICENSE
PR: 149611
|
Wed, 16 Jun 2010
|
[ 09:32 dinoex ]
- Security update to 3.9.4 to fix tiff2rgba
Security: http://www.remotesensing.org/libtiff/v3.9.4.html
Security: http://www.ocert.org/advisories/ocert-2009-012.html
Security: CVE-2009-2347
PR: 147900
|
Sat, 12 Jun 2010
|
[ 16:45 dinoex ]
- Security update to 3.8.3
Security: CVE-2010-1411
PR: 147811
|
[ 12:03 dinoex ]
- mark FORBIDDEN, buffer overrun
|
Fri, 5 Feb 2010
|
[ 11:46 dinoex ] (Only the first 10 of 4271 ports in this commit are shown above. )
- update to jpeg-8
|
Fri, 6 Nov 2009
|
[ 19:57 dinoex ]
- update to 3.9.2
|
Sat, 24 Oct 2009
|
[ 12:35 dinoex ]
- include libjbig
PR: 139864
Submitted by: Tijl Coosemans
|
Mon, 14 Sep 2009
|
[ 10:28 dinoex ] (Only the first 10 of 17 ports in this commit are shown above. )
- update to 3.9.1
|
Sun, 2 Aug 2009
|
[ 19:36 mezz ] (Only the first 10 of 1514 ports in this commit are shown above. )
-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
|
Sat, 18 Jul 2009
|
[ 11:11 dinoex ] (Only the first 10 of 337 ports in this commit are shown above. )
- update to jpeg7
Tested by: pav on pointyhat
|
Fri, 23 Jan 2009
|
[ 16:28 flz ] (Only the first 10 of 612 ports in this commit are shown above. )
- 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).
|
Sat, 20 Sep 2008
|
[ 07:33 dinoex ] (Only the first 10 of 20 ports in this commit are shown above. )
- add Security patches
- fix missign macro in manpages
- add regression test
Security: CVE-2006-2193
Security: CVE-2006-2327
Security: CVE-2006-2656
Security: CVE-2006-3459
Security: CVE-2006-3460
Security: CVE-2006-3461
Security: CVE-2006-3462
Security: CVE-2006-3463
Security: CVE-2006-3464
Security: CVE-2006-3465
Security: CVE-2008-2327
PR: 127434
Submitted by: <bf2006a@yahoo.com>
Obtained From: Gentoo,Debian
Approved by: portmgr (marcus)
|
Thu, 21 Aug 2008
|
[ 06:18 rafan ] (Only the first 10 of 1030 ports in this commit are shown above. )
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above )
|
Wed, 24 Oct 2007
|
[ 10:29 dinoex ]
- fix pkg-list for option WITH_X11
PR: 117359
Submitted by: bf <bf2006a@yahoo.com>
- cleanup dependencies for option WITH_X11
USE_XORG and USE_GL now defined
|
Sat, 13 Jan 2007
|
[ 04:53 dinoex ]
- use USE_LDCONFIG
|
Sat, 18 Nov 2006
|
[ 06:51 dinoex ]
- drop lcompat
tested on FreeBSD 4.11, FreeBSD 5.4, FreeBSD 6.1
Submitted by: Daniel Lucq
|
Sat, 8 Apr 2006
|
[ 20:22 dinoex ]
- update to 3.8.2
|
Wed, 15 Mar 2006
|
[ 08:11 dinoex ]
- update to 3.8.1
|
Thu, 23 Feb 2006
|
[ 10:40 ade ] (Only the first 10 of 2514 ports in this commit are shown above. )
Conversion to a single libtool environment.
Approved by: portmgr (kris)
|
Sun, 8 Jan 2006
|
[ 10:42 dinoex ]
- udpate to 3.8.0
|
Wed, 14 Sep 2005
|
[ 05:25 dinoex ]
- update to 3.7.4
|
Sun, 10 Jul 2005
|
[ 12:47 dinoex ]
- update to 3.7.3
|
Mon, 18 Apr 2005
|
[ 05:43 dinoex ]
- update to 3.7.2
|
Fri, 7 Jan 2005
|
[ 08:01 dinoex ]
- Security fix
Submitted by: simon
Approved by: portmgr (krion)
Obtained from: gentoo
|
Tue, 4 Jan 2005
|
[ 20:59 dinoex ]
- add patch for transparent tiff images
http://bugzilla.remotesensing.org/show_bug.cgi?id=718
Submitted by: Dierk Sacher
Approved by: portmgr (krion)
|
Wed, 22 Dec 2004
|
[ 07:06 dinoex ]
- update to 3.7.1
|
Tue, 16 Nov 2004
|
[ 04:14 dinoex ]
- bugfix in YCbCr support
some tables were initialized with wrong value
missing check for division by zero
Submitted by: Hans Petter Selasky
|
Mon, 15 Nov 2004
|
[ 20:01 mi ]
Add a patch fixing a double/float pointer mismatch. Bump PORTREVISION.
PR: ports/73811
Approved by: dinoex (maintainer)
Submitted by: Peter Fales (to TIFF mailing list)
|
Mon, 18 Oct 2004
|
[ 03:25 dinoex ]
- update MASTER_SITES
Submitted by: sf
|
Sun, 17 Oct 2004
|
[ 09:32 dinoex ]
- cleanup after merge
|
[ 09:26 dinoex ] (Only the first 10 of 12 ports in this commit are shown above. )
- update to 3.7.0
- honor options WITH_X11,WITHOUT_X11
- uses LIBTOOL and GNU_CONFIGURE
- LZW compression enabled
shared lib version not bumped,
tested a few applications running it without recompilation.
|
Wed, 13 Oct 2004
|
[ 21:10 dinoex ]
- Security Fix
reference: CVE name CAN-2004-0886
Submitted by: nectar
Obtained from: Dmitry V. Levin
|
Tue, 12 Oct 2004
|
[ 04:23 dinoex ]
- Enable LZW compression kit for users who are able to use LZW
PR: 72039
Submitted by: Michael Johnson
|
Wed, 22 Sep 2004
|
[ 02:49 dinoex ]
- Correct a few RLE decoder bugs in libtiff
PR: nectar
Approved by: portmgr (marcus)
Obtained from: libtiff CVS
|
Mon, 8 Mar 2004
|
[ 12:56 dinoex ]
- remove BROKEN
Approved by: kris
|
Sat, 6 Mar 2004
|
[ 06:05 dinoex ]
- mark BROKEN for 502101
problem: configure stops waiting for stdin
this happens on all architetures.
sparc64-5-latest-logs 2004 Mar 5 18:17:20 tiff-3.6.1_1.log failed
i386-5-latest-logs 2004 Mar 4 15:47:17 tiff-3.6.1_1.log okay
alpha-5-latest-logs 2004 Feb 16 00:55:25 tiff-3.6.1_1.log.bz2 okay
amd64-5-latest-logs 2004 Feb 27 09:35:09 tiff-3.6.1_1.log.bz2 okay
i386-4-latest-logs 2004 Feb 21 11:58:42 tiff-3.6.1_1.log.bz2 okay
ia64-5-latest-logs 2004 Feb 16 23:28:46 tiff-3.6.1_1.log.bz2 okay
sparc64-5-latest-logs 2004 Feb 17 12:04:10 tiff-3.6.1_1.log.bz2 okay
workaround: build package on olnder enviroment.
e.G. install 5.2. release or current before 2004-02-29 in a jail.
Patches welcome
|
Sat, 7 Feb 2004
|
[ 14:16 dinoex ]
- fix bug in libtiff with Fax encoding
Submitted by: Bill Fenner
- fix serious bug in tiffcp
Submitted by: Mark McConnell
|
Sat, 27 Dec 2003
|
[ 05:29 dinoex ]
- Update to 3.6.1
|
Thu, 4 Dec 2003
|
[ 19:40 dinoex ]
- Fix coredumps with bad tiff-files
http://bugzilla.remotesensing.org/show_bug.cgi?id=440
|
Mon, 17 Nov 2003
|
[ 19:33 dinoex ]
- take maintainership
|
Sun, 12 Oct 2003
|
[ 06:12 dinoex ]
- Update to 3.6.0
PR: 57805
Submitted by: tkato@prontomail.com
|
Tue, 29 Jul 2003
|
[ 09:12 sobomax ] (Only the first 10 of 128 ports in this commit are shown above. )
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.
|
Fri, 27 Jun 2003
|
[ 03:42 kris ]
Fix incomplete format string and bump PORTREVISION
Obtained from: OpenBSD
|
Fri, 7 Mar 2003
|
[ 06:04 ade ] (Only the first 10 of 238 ports in this commit are shown above. )
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
Mon, 17 Dec 2001
|
[ 12:57 sobomax ]
Update to 3.5.7.
|
Number of commits found: 106 (showing only 100 on this page) |