vdr/vdradmin/debian vdradmin.dirs changelog rules

Thomas Schmidt pkg-vdr-dvb-changes@lists.alioth.debian.org
Sat, 18 Dec 2004 11:48:06 +0000


Update of /cvsroot/pkg-vdr-dvb/vdr/vdradmin/debian
In directory haydn:/tmp/cvs-serv30953/vdr/vdradmin/debian

Modified Files:
	changelog rules 
Added Files:
	vdradmin.dirs 
Log Message:
* changed permissions of cfg-file to 600 on new installations
* changed path of tmp-files to prevent symlink-attacks

Index: changelog
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdradmin/debian/changelog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- changelog	26 Oct 2004 10:30:06 -0000	1.9
+++ changelog	18 Dec 2004 11:48:04 -0000	1.10
@@ -5,9 +5,15 @@
       <pkg-vdr-dvb-devel@lists.alioth.debian.org>
     - Added myself as uploader
     - Build-depend on dpatch (>= 2.0.9)
-    - Converted existing dpatch-file to the new short format
+    - Converted 01_dist-var.dpatch to the new short format
+    - Set permissions of /etc/vdradmin/vdradmind.conf to 600 on new
+      installations (users with an existing installation should 
+      ensure that the cfg-file has a permission of 600)
+    - Added 02_tmpfiles.dpatch, which changes the path of some
+      temporary files from /tmp to /var/cache/vdradmin, to prevent
+      possible symlink-attacks
 
- -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Sun, 15 Aug 2004 21:08:30 +0200
+ -- Debian VDR Team <pkg-vdr-dvb-devel@lists.alioth.debian.org>  Sat, 18 Dec 2004 12:45:39 +0100
 
 vdradmin (0.96-2) unstable; urgency=low
 

--- NEW FILE: vdradmin.dirs ---
var/cache/vdradmin

Index: rules
===================================================================
RCS file: /cvsroot/pkg-vdr-dvb/vdr/vdradmin/debian/rules,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- rules	15 Aug 2004 19:02:52 -0000	1.3
+++ rules	18 Dec 2004 11:48:04 -0000	1.4
@@ -24,6 +24,7 @@
 install:
 	dh_testdir
 	dh_testroot
+	dh_installdirs
 	dh_clean -k --exclude ./template/Deutsch/tv.html.orig
 	
 # Build architecture-independent files here.
@@ -39,6 +40,8 @@
 	dh_link
 	dh_compress
 	dh_fixperms
+	# Set Permissions of Cfg-File to Read-/Write only for Owner
+	chmod 600 debian/vdradmin/etc/vdradmin/vdradmind.conf
 	dh_perl
 	dh_installdeb
 	dh_shlibdeps