rpms/system-config-users/devel system-config-users.spec,1.65,1.66

Nils Philippsen (nphilipp) fedora-extras-commits at redhat.com
Thu Oct 4 09:17:12 UTC 2007


Author: nphilipp

Update of /cvs/pkgs/rpms/system-config-users/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5196

Modified Files:
	system-config-users.spec 
Log Message:
prohibit home directories which are not absolute paths or contain path components which are empty, ".", ".." or too long (#303971)
limit username and groupname entries to their respective maximum lengths (#303931)
limit homedir entry to maximum path length (#304011)



Index: system-config-users.spec
===================================================================
RCS file: /cvs/pkgs/rpms/system-config-users/devel/system-config-users.spec,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- system-config-users.spec	28 Sep 2007 13:04:15 -0000	1.65
+++ system-config-users.spec	4 Oct 2007 09:16:40 -0000	1.66
@@ -1,6 +1,6 @@
 Summary: A graphical interface for administering users and groups
 Name: system-config-users
-Version: 1.2.68
+Version: 1.2.69
 Release: 1%{?dist}
 URL: http://fedoraproject.org/wiki/SystemConfig/users
 License: GPLv2+
@@ -93,6 +93,17 @@
 %attr(0644,root,root) %config (noreplace) /etc/sysconfig/system-config-users
 
 %changelog
+* Thu Oct 02 2007 Nils Philippsen <nphilipp at redhat.com> - 1.2.69
+- prohibit home directories which are not absolute paths or contain path
+  components which are empty, ".", ".." or too long (#303971)
+
+* Tue Oct 02 2007 Nils Philippsen <nphilipp at redhat.com>
+- limit username and groupname entries to their respective maximum lengths
+  (#303931)
+
+* Mon Oct 01 2007 Nils Philippsen <nphilipp at redhat.com>
+- limit homedir entry to maximum path length (#304011)
+
 * Fri Sep 28 2007 Nils Philippsen <nphilipp at redhat.com> - 1.2.68
 - remove po/POTFILES.in to appease transifex (#299811)
 - pick up updated translations




More information about the fedora-extras-commits mailing list