Re: [cdesktopenv-devel] security fix for dtappintegrate

2013-07-22 Thread Jon Trulson
On Tue, 23 Jul 2013, Pascal Stumpf wrote: > see patch. > I applied this, and the previous 11 patches. I have not build tested yet. Thanks! -- Jon Trulson "I was not genomed to alter reality." - Sonmi 451 -

[cdesktopenv-devel] security fix for dtappintegrate

2013-07-22 Thread Pascal Stumpf
see patch. >From 30cf6ace3e74a135dd98f8dcbcad70b6f605edb7 Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Tue, 23 Jul 2013 00:59:23 +0200 Subject: [PATCH] SECURITY fix for dtappintegrate: Use mktemp(1) to generate a template. Using a fixed filename in /tmp is just begging for a symlink attack

[cdesktopenv-devel] error.ds.src: don't hardcode /usr/dt

2013-07-22 Thread Pascal Stumpf
See patch. >From c44219dedcaf7102752a480a987ae82e9023c758 Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Tue, 23 Jul 2013 00:19:04 +0200 Subject: [PATCH] error.ds.src: don't hardcode /usr/dt --- cde/programs/types/error.ds.src | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[cdesktopenv-devel] adapt _common.ksh.src

2013-07-22 Thread Pascal Stumpf
See patch. >From 358cc571410cabcb40c2734d3cf59679aa7b3e1d Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Mon, 22 Jul 2013 23:39:13 +0200 Subject: [PATCH] Adapt dtlogin/config/_common.ksh.src for OpenBSD: * ps(1) is totally different on BSD and Linux. The OSF commandline works fine. * fontpat

[cdesktopenv-devel] Simplify programs/Imakefile

2013-07-22 Thread Pascal Stumpf
See patch. >From cffb50d896a962f1183fef1e9b5575c234be27df Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Mon, 22 Jul 2013 22:03:34 +0200 Subject: [PATCH] Simplify programs/Imakefile a bit. dtksh, dtlogin and dtcm build everywhere. --- cde/programs/Imakefile | 22 +- 1 f

[cdesktopenv-devel] Remove hardcoded /usr/dt from dtlogin/config

2013-07-22 Thread Pascal Stumpf
See patch. >From 25a49969a94615a7e4abcc000332caa1704a0b17 Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Mon, 22 Jul 2013 22:14:45 +0200 Subject: [PATCH] s,/usr/dt,CDE_INSTALLATION_TOP,g in dtlogin/config --- cde/programs/dtlogin/config/0015.sun.env.src| 4 ++-- cde/programs/dtl

[cdesktopenv-devel] Xreset.src: do not hardcode /usr/dt

2013-07-22 Thread Pascal Stumpf
See patch. >From 02cd31e286597a38a3194819969aeb470a639249 Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Mon, 22 Jul 2013 21:59:15 +0200 Subject: [PATCH] Xreset.src: Do not hardcode /usr/dt. --- cde/programs/dtlogin/config/Xreset.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

[cdesktopenv-devel] Do not hardcode /usr/dt in print.dt.

2013-07-22 Thread Pascal Stumpf
See patch. >From 83f8b45219b5f06c85149db3024c3f91da0d43ad Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Mon, 22 Jul 2013 21:56:37 +0200 Subject: [PATCH] Do not hardcode /usr/dt in print.dt. --- cde/programs/types/print.dt.src | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions

[cdesktopenv-devel] A few more warnings in DtPrint

2013-07-22 Thread Pascal Stumpf
See patch. >From 59e8fe9e98c9dc38e1634911dd954ef8ca18eb7e Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Mon, 22 Jul 2013 14:31:46 +0200 Subject: [PATCH] kill a few more warnings in DtPrint --- cde/include/Xm/XmPrivate.h | 12 cde/include/Xm/extractprototype.awk | 3 ++

[cdesktopenv-devel] sync warning flags between cc and c++ on OpenBSD

2013-07-22 Thread Pascal Stumpf
see patch >From 232a01484abf338ee04265ef1c4a2a977913410d Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Mon, 22 Jul 2013 13:38:58 +0200 Subject: [PATCH] sync warning flags betseen cc and c++ on OpenBSD --- cde/config/cf/OpenBSD.cf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cde/con

[cdesktopenv-devel] -fpermissive in programs/nsgmls

2013-07-22 Thread Pascal Stumpf
see patch. >From da96c25f0a9fbc1508918576ac2787df0d4734e8 Mon Sep 17 00:00:00 2001 From: Pascal Stumpf Date: Mon, 22 Jul 2013 13:07:00 +0200 Subject: [PATCH] Do not use -fpermissive in programs/nsgmls. It's not needed. --- cde/programs/nsgmls/Imakefile | 3 +-- 1 file changed, 1 insertion(+), 2