Up to [cvs.netbsd.org] / pkgsrc / x11 / wxGTK28
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.13 / (download) - annotate - [select for diffs], Mon Mar 12 10:39:52 2012 UTC (2 months, 1 week ago) by fhajny
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
HEAD
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Fix stale checksum.
Revision 1.12 / (download) - annotate - [select for diffs], Fri Jan 27 06:07:48 2012 UTC (3 months, 4 weeks ago) by sbd
Branch: MAIN
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Make librarys install in PREFIX/lib (not PREFIX/lib64 etc.)
Revision 1.11 / (download) - annotate - [select for diffs], Mon Jan 24 15:34:31 2011 UTC (16 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Add upstream bug report URL.
Revision 1.10 / (download) - annotate - [select for diffs], Fri Jan 14 11:54:04 2011 UTC (16 months, 1 week ago) by wiz
Branch: MAIN
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Fix build with png-1.5.
Revision 1.9 / (download) - annotate - [select for diffs], Sun Jun 13 22:45:54 2010 UTC (23 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Bump PKGREVISION for libpng shlib name change. Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
Revision 1.7.2.1 / (download) - annotate - [select for diffs], Sun Feb 28 14:14:23 2010 UTC (2 years, 2 months ago) by spz
Branch: pkgsrc-2009Q4
Changes since 1.7: +5 -4
lines
Diff to previous 1.7 (colored) next main 1.8 (colored)
Pullup ticket 3029 - requested by taca
security patch
Revisions pulled up:
- pkgsrc/x11/wxGTK28/Makefile 1.8
- pkgsrc/x11/wxGTK28/Makefile.common 1.5
- pkgsrc/x11/wxGTK28/distinfo 1.8
- pkgsrc/x11/wxGTK28/patches/patch-ba 1.2
- pkgsrc/x11/wxGTK28/patches/patch-bb 1.2
- pkgsrc/x11/wxGTK28/patches/patch-ca 1.2
Files added:
pkgsrc/x11/wxGTK28/patches/patch-cb
--------------------------------------------------------------------
Module Name: pkgsrc
Committed By: taca
Date: Tue Feb 16 17:38:14 UTC 2010
Modified Files:
pkgsrc/x11/wxGTK28: Makefile Makefile.common distinfo
pkgsrc/x11/wxGTK28/patches: patch-ba patch-bb patch-ca
Added Files:
pkgsrc/x11/wxGTK28/patches: patch-cb
Log Message:
* Add patches for CVE-2009-2369 and CVE-2009-2625.
* Use textproc/expat to fix CVE-2009-3720.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/x11/wxGTK28/Makefile \
pkgsrc/x11/wxGTK28/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/x11/wxGTK28/Makefile.common
cvs rdiff -u -r1.1 -r1.2 pkgsrc/x11/wxGTK28/patches/patch-ba \
pkgsrc/x11/wxGTK28/patches/patch-bb pkgsrc/x11/wxGTK28/patches/patch-ca
cvs rdiff -u -r0 -r1.1 pkgsrc/x11/wxGTK28/patches/patch-cb
Revision 1.8 / (download) - annotate - [select for diffs], Tue Feb 16 17:38:14 2010 UTC (2 years, 3 months ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.7: +5 -4
lines
Diff to previous 1.7 (colored)
* Add patches for CVE-2009-2369 and CVE-2009-2625. * Use textproc/expat to fix CVE-2009-3720. Bump PKGREVISION.
Revision 1.7 / (download) - annotate - [select for diffs], Fri Oct 23 12:26:13 2009 UTC (2 years, 7 months ago) by plunky
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base
Branch point for: pkgsrc-2009Q4
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
avoid conflicts with GSocket in glib >= 2.21 as per http://trac.wxwidgets.org/ticket/10883 (fixes build)
Revision 1.6 / (download) - annotate - [select for diffs], Wed Aug 5 20:58:56 2009 UTC (2 years, 9 months ago) by drochner
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3
Changes since 1.5: +2 -1
lines
Diff to previous 1.5 (colored)
deal with CVE-2009-2369 -- neither the advisory nor anything it links to give useful information, just spotted an obvious case where data passed from subclasses are used for malloc() unchecked, so added a check. I can't claim that the CVE report is fixed because it is not clear what it is about, but it seems that this fixes an issue. bump PKGREVISION
Revision 1.5 / (download) - annotate - [select for diffs], Sat Aug 1 14:03:19 2009 UTC (2 years, 9 months ago) by drochner
Branch: MAIN
Changes since 1.4: +3 -1
lines
Diff to previous 1.4 (colored)
add patches from upstream to fix a double free() and an integer overflow (http://secunia.com/advisories/35292/) bump PKGREVISION
Revision 1.4 / (download) - annotate - [select for diffs], Fri May 15 07:08:59 2009 UTC (3 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Fix buildling for X11R7
Revision 1.3 / (download) - annotate - [select for diffs], Mon Mar 23 00:38:55 2009 UTC (3 years, 2 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.2: +8 -8
lines
Diff to previous 1.2 (colored)
Update to wxGTK-2.8.10: - bugfixes For pkgsrc: - fix installation of wxrc - build both Unicode and non-Unicode version, they are not API and ABI compatible and different programs either
Revision 1.2 / (download) - annotate - [select for diffs], Thu Jan 8 21:58:17 2009 UTC (3 years, 4 months ago) by shattered
Branch: MAIN
Changes since 1.1: +2 -1
lines
Diff to previous 1.1 (colored)
Disable usage of POSIX thread priority functions on NetBSD < 4.99.50 (they are all stubs before that). This stops wxGTK (and in turn, Audacity and others) from displaying annoying "Cannot get priority range for scheduling policy 0" message at startup: http://mail-index.netbsd.org/tech-pkg/2005/11/22/0020.html http://mail-index.netbsd.org/netbsd-users/2006/07/02/0004.html http://mail-index.netbsd.org/netbsd-users/2007/06/28/0002.html OK by wiz@.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Fri Sep 12 11:09:49 2008 UTC (3 years, 8 months ago) by joerg
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import wxGTK 2.8.8.
Revision 1.1 / (download) - annotate - [select for diffs], Fri Sep 12 11:09:49 2008 UTC (3 years, 8 months ago) by joerg
Branch: MAIN
Initial revision