[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/dhcdbd/devel dhcdbd.spec, 1.14, 1.15 dhcdbd.init, 1.2, 1.3 sources, 1.16, 1.17 .cvsignore, 1.9, 1.10
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/dhcdbd/devel dhcdbd.spec, 1.14, 1.15 dhcdbd.init, 1.2, 1.3 sources, 1.16, 1.17 .cvsignore, 1.9, 1.10
- Date: Wed, 27 Jul 2005 15:34:38 -0400
Author: jvdias
Update of /cvs/dist/rpms/dhcdbd/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16919
Modified Files:
dhcdbd.spec dhcdbd.init sources .cvsignore
Log Message:
v1.7: fix bug 163711 / 162857: dhcdbd.init startup order; improve security with system.d/dhcdbd.conf: allow only root user to send to dhcdbd
Index: dhcdbd.spec
===================================================================
RCS file: /cvs/dist/rpms/dhcdbd/devel/dhcdbd.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- dhcdbd.spec 7 Jun 2005 17:42:04 -0000 1.14
+++ dhcdbd.spec 27 Jul 2005 19:34:36 -0000 1.15
@@ -8,7 +8,7 @@
#
Summary: DHCP D-BUS daemon (dhcdbd) controls dhclient sessions with D-BUS, stores and presents DHCP options.
Name: dhcdbd
-Version: 1.6
+Version: 1.7
Release: 1
License: GPL
Group: System Environment/Daemons
@@ -51,12 +51,11 @@
%clean
rm -rf $RPM_BUILD_ROOT
-make clean
%files
%defattr(-,root,root,-)
-%config(noreplace) /usr/share/dbus-1/services/dhcdbd.service
-%config(noreplace) /etc/dbus-1/system.d/dhcdbd.conf
+%config /usr/share/dbus-1/services/dhcdbd.service
+%config /etc/dbus-1/system.d/dhcdbd.conf
%if %{DHCDBD_SETUID}
%attr(6755,root,root) /sbin/dhcdbd
%else
@@ -66,6 +65,11 @@
%doc README LICENSE dhcp_options.h dhcdbd.h dbus_service.h
%changelog
+* Wed Jul 27 2005 Jason Vas Dias <jvdias redhat com> 1.7-1
+- fix bug 163711 / 162857: dhcdbd.init startup order
+- improve security with system.d/dhcdbd.conf: allow only
+ root user to send to dhcdbd
+
* Mon Jun 06 2005 Jason Vas Dias <jvdias redhat com> 1.6-1
- Add GPL licensing
- Make all paths into -D options
Index: dhcdbd.init
===================================================================
RCS file: /cvs/dist/rpms/dhcdbd/devel/dhcdbd.init,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- dhcdbd.init 7 Jun 2005 14:57:28 -0000 1.2
+++ dhcdbd.init 27 Jul 2005 19:34:36 -0000 1.3
@@ -2,7 +2,7 @@
#
# dhcdbd : DHCp Client D-BUS Daemon
#
-# chkconfig: 345 11 89
+# chkconfig: 345 98 02
# description: dhcdbd provides D-BUS control of the ISC DHCP client, dhclient,
# and D-BUS access to the DHCP options obtained by dhclient
# for each IPv4 interface .
Index: sources
===================================================================
RCS file: /cvs/dist/rpms/dhcdbd/devel/sources,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- sources 7 Jun 2005 17:42:04 -0000 1.16
+++ sources 27 Jul 2005 19:34:36 -0000 1.17
@@ -1 +1 @@
-e46269dcfceca8fb678e48a42450db0b dhcdbd-1.6.tar.gz
+c01eb2886af4047e564ebf988c86739d dhcdbd-1.7.tar.gz
Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/dhcdbd/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore 7 Jun 2005 14:57:28 -0000 1.9
+++ .cvsignore 27 Jul 2005 19:34:36 -0000 1.10
@@ -6,3 +6,4 @@
dhcdbd-1.4.tar.gz
dhcdbd-1.5.tar.gz
dhcdbd-1.6.tar.gz
+dhcdbd-1.7.tar.gz
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]