Up to [cvs.netbsd.org] / pkgsrc / x11 / eterm
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.18 / (download) - annotate - [select for diffs], Mon Sep 21 07:29:30 2009 UTC (2 years, 8 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1,
pkgsrc-2009Q4-base,
pkgsrc-2009Q4,
pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
HEAD
Changes since 1.17: +7 -14
lines
Diff to previous 1.17 (colored)
Update Eterm to 0.9.5.
Changes in pkgsrc:
* remove patch-ac.
It is noted for CVE-2008-1142. but the CVE is for rxvt.
CVE-2008-1692 is for Eterm and fixed by this release.
* add xim option and enabled by default
* enable mult-charset and auto-encoding
* replace bg images with currently distributed one.
Changes in upsteram:
Wed Oct 18 13:35:18 2006 Michael Jennings (mej)
Fixed a typo and some logic errors in libscream located by Mike
Frysinger <vapier@gentoo.org>.
----------------------------------------------------------------------
Mon Oct 30 16:11:47 2006 Michael Jennings (mej)
Patch from Jason McCarver <slam@parasite.cc> to support -S/--sticky
option for "sticky" (i.e., present on all desktops) startup.
----------------------------------------------------------------------
Tue Jul 3 20:48:46 2007 Michael Jennings (mej)
Remove some cruft from kEsetroot.
----------------------------------------------------------------------
Wed May 14 12:42:51 2008 Michael Jennings (mej)
Patch from Kim Woelders <kim@woelders.dk>:
There is a race problem with Eterm during startup related to the
shell LINES/COLUMNS env vars.
If the WM changes the window size (e.g. due to saved settings)
before mapping the window, sometimes the shell will set LINES and
COLUMNS according to the old/incorrect size and sometimes to the
new/correct size, depending on wheter the call to tt_winsize() at
command.c line 2322 (by the shell child process) or the
tt_resize() (by the Eterm process) due to the ConfigureNotify
caused by the resize (or WM ICCCM ConfigureNotify) operation
happens first.
The call in question was added by Azundris for Escreen. So far
Escreen seems to be behaving properly with this patch applied, but all
my Eterm windows (Escreen and otherwise) are pre-sized with -g anyway.
So I'm going to keep my eye on it for awhile. In case of trouble,
change the "#if 0" to "#ifdef ESCREEN" to revert to previous behavior
when in Escreen mode. Normal operation should not require the call in
question.
----------------------------------------------------------------------
Wed May 14 14:54:16 2008 Michael Jennings (mej)
Modified patch from hsim@gmx.li to allow setting of the "Urgent" hint
on beep.
----------------------------------------------------------------------
Wed May 14 15:26:13 2008 Michael Jennings (mej)
Patch from Emmanuel Anne <emmanuel.anne@gmail.com> to fix cut/paste
with KDE applications.
----------------------------------------------------------------------
Wed May 14 16:09:04 2008 Michael Jennings (mej)
(Correct) fix for CVE-2008-1692. Eterm no longer defaults to using
":0" for $DISPLAY due to the possibility that an attacker can create a
fake X server on a shared system, intercept the Eterm X connection,
and send fake keystrokes to the victim's Eterm to execute arbitrary
commands as that user.
The previous fix, while it did indeed correct the vulnerability, broke
the --display option. The original fix from Bernhard Link was more
correct, albeit not quite on target.
Revision 1.17 / (download) - annotate - [select for diffs], Fri May 9 18:43:07 2008 UTC (4 years ago) by agc
Branch: MAIN
CVS Tags: pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Make this package build on Mac OS X.
Revision 1.16 / (download) - annotate - [select for diffs], Thu Apr 3 22:42:33 2008 UTC (4 years, 1 month ago) by tonnerre
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1
Changes since 1.15: +2 -1
lines
Diff to previous 1.15 (colored)
Fix eterm default X11 display vulnerability (CVE-2008-1142). Approved-by: jlam
Revision 1.15 / (download) - annotate - [select for diffs], Sat Nov 25 14:01:18 2006 UTC (5 years, 6 months ago) by sketch
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4,
pkgsrc-2007Q3-base,
pkgsrc-2007Q3,
pkgsrc-2007Q2-base,
pkgsrc-2007Q2,
pkgsrc-2007Q1-base,
pkgsrc-2007Q1,
pkgsrc-2006Q4-base,
pkgsrc-2006Q4
Changes since 1.14: +8 -10
lines
Diff to previous 1.14 (colored)
Update Eterm to 0.9.4, lots of bugfixes (especially fixing colourmaps), and some initial UTF-8 support.
Revision 1.14 / (download) - annotate - [select for diffs], Tue Aug 8 10:49:01 2006 UTC (5 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2006Q3-base,
pkgsrc-2006Q3
Changes since 1.13: +2 -1
lines
Diff to previous 1.13 (colored)
Fix build with gcc4. From Adam Hamsik via pkgsrc-users.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Dec 5 20:51:15 2005 UTC (6 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2006Q2-base,
pkgsrc-2006Q2,
pkgsrc-2006Q1-base,
pkgsrc-2006Q1,
pkgsrc-2005Q4-base,
pkgsrc-2005Q4
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in
http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Revision 1.12 / (download) - annotate - [select for diffs], Mon Oct 3 19:52:03 2005 UTC (6 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.11: +3 -2
lines
Diff to previous 1.11 (colored)
Add DragonFly support.
Revision 1.11 / (download) - annotate - [select for diffs], Wed Feb 23 17:36:10 2005 UTC (7 years, 3 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2005Q3-base,
pkgsrc-2005Q3,
pkgsrc-2005Q2-base,
pkgsrc-2005Q2,
pkgsrc-2005Q1-base,
pkgsrc-2005Q1
Changes since 1.10: +5 -1
lines
Diff to previous 1.10 (colored)
Add RMD160 checksums to the SHA1 ones.
Revision 1.10 / (download) - annotate - [select for diffs], Tue Jan 11 14:02:05 2005 UTC (7 years, 4 months ago) by adam
Branch: MAIN
Changes since 1.9: +6 -6
lines
Diff to previous 1.9 (colored)
Changes 0.9.3: - All new theme format. - 3-state image support. - Pixmapped scrollbars and popup menus. - Action bindings. - IPC interface to Eterm and Enlightenment. - Auto mode for automatic syncing with Enlightenment themes.
Revision 1.9 / (download) - annotate - [select for diffs], Thu May 8 17:25:07 2003 UTC (9 years ago) by jmmv
Branch: MAIN
CVS Tags: pkgsrc-2004Q4-base,
pkgsrc-2004Q4,
pkgsrc-2004Q3-base,
pkgsrc-2004Q3,
pkgsrc-2004Q2-base,
pkgsrc-2004Q2,
pkgsrc-2004Q1-base,
pkgsrc-2004Q1,
pkgsrc-2003Q4-base,
pkgsrc-2003Q4
Changes since 1.8: +2 -1
lines
Diff to previous 1.8 (colored)
Honour PKG_SYSCONFDIR. Bump PKGREVISION to 3.
Revision 1.8 / (download) - annotate - [select for diffs], Fri Feb 14 20:24:43 2003 UTC (9 years, 3 months ago) by salo
Branch: MAIN
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
Execute $(UPDATE_SCRIPT) shell script within $(SHELL). Fixes execution on hosts with broken /bin/sh (such as Solaris). Patch from Jonathan Perkin via PR pkg/20239.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Dec 26 04:58:44 2002 UTC (9 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: netbsd-1-6-1-base,
netbsd-1-6-1
Changes since 1.6: +6 -8
lines
Diff to previous 1.6 (colored)
Update to 0.9.2, provided by Tracy J. Di Marco White in PR 19393. The ReleaseNotes say: Changes in 0.9: --------------- You're kidding, right? There have been so many changes here it's not funny. If you really want to know what they all are, you can read the ChangeLog. But I'd settle for this: - All new theme format. - 3-state image support. - Pixmapped scrollbars and popup menus. - Action bindings. - IPC interface to Eterm and Enlightenment. - Auto mode for automatic syncing with Enlightenment themes.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Aug 25 21:52:36 2002 UTC (9 years, 9 months ago) by jlam
Branch: MAIN
Changes since 1.5: +1 -4
lines
Diff to previous 1.5 (colored)
Merge packages from the buildlink2 branch back into the main trunk that have been converted to USE_BUILDLINK2.
Revision 1.4.2.2 / (download) - annotate - [select for diffs], Sun Jun 30 06:24:40 2002 UTC (9 years, 10 months ago) by jlam
Branch: buildlink2
Changes since 1.4.2.1: +1 -4
lines
Diff to previous 1.4.2.1 (colored) to branchpoint 1.4 (colored) next main 1.5 (colored)
Convert to use the buildlink2 framework. Trim any unnecessary changes in the patches or remove them entirely.
Revision 1.4.2.1 / (download) - annotate - [select for diffs], Sun Jun 23 19:04:57 2002 UTC (9 years, 11 months ago) by jlam
Branch: buildlink2
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Merge from pkgsrc-current to buildlink2 branch.
Revision 1.5 / (download) - annotate - [select for diffs], Mon Jun 17 22:13:43 2002 UTC (9 years, 11 months ago) by agc
Branch: MAIN
CVS Tags: pkgviews-base,
pkgviews,
netbsd-1-6-RELEASE-base,
netbsd-1-6,
buildlink2-base
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
Add patches from Rui-Xiang Guo <rxg@ms25.url.com.tw> on netbsd-help mailing list which allow Eterm to compile on -current (utmpx changes).
Revision 1.4 / (download) - annotate - [select for diffs], Wed Aug 29 22:41:27 2001 UTC (10 years, 8 months ago) by jlam
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH003
Branch point for: buildlink2
Changes since 1.3: +4 -1
lines
Diff to previous 1.3 (colored)
Use x11.buildlink.mk instead of USE_X11. Also convert hard-coded references
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links. These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.
Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Apr 28 11:07:34 2001 UTC (11 years, 1 month ago) by zuntum
Branch: MAIN
CVS Tags: netbsd-1-5-PATCH001
Changes since 1.2: +6 -7
lines
Diff to previous 1.2 (colored)
Update Eterm to 0.8.10 This release is simply a bugfix release of 0.8.9. The 0.8.x series has become the "stable" branch of Eterm and will only involve bugfixes, no new features. All the feature development is occuring in the 0.9 series. Fixes pkg/12105 by myself
Revision 1.2 / (download) - annotate - [select for diffs], Thu Apr 19 11:07:37 2001 UTC (11 years, 1 month ago) by skrll
Branch: MAIN
Changes since 1.1: +9 -5
lines
Diff to previous 1.1 (colored)
Move to sha1 digests, and add distfile sizes.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Apr 17 12:14:50 2001 UTC (11 years, 1 month ago) by agc
Branch: MAIN
+ move the distfile digest/checksum value from files/md5 to distinfo + move the patch digest/checksum values from files/patch-sum to distinfo