rpms/cyphesis/FC-6 .cvsignore, 1.3, 1.4 cyphesis.spec, 1.2, 1.3 cyphesis.te, 1.1, 1.2 sources, 1.3, 1.4 cyphesis-0.5.8-postgresinit.patch, 1.1, NONE

Michael Thomas (wart) fedora-extras-commits at redhat.com
Thu Jan 25 15:02:24 UTC 2007


Author: wart

Update of /cvs/extras/rpms/cyphesis/FC-6
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25652

Modified Files:
	.cvsignore cyphesis.spec cyphesis.te sources 
Removed Files:
	cyphesis-0.5.8-postgresinit.patch 
Log Message:
Update to 0.5.11




Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/cyphesis/FC-6/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	20 Oct 2006 01:41:50 -0000	1.3
+++ .cvsignore	25 Jan 2007 15:01:54 -0000	1.4
@@ -1 +1 @@
-cyphesis-0.5.10.tar.gz
+cyphesis-0.5.11.tar.gz


Index: cyphesis.spec
===================================================================
RCS file: /cvs/extras/rpms/cyphesis/FC-6/cyphesis.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cyphesis.spec	20 Oct 2006 01:41:50 -0000	1.2
+++ cyphesis.spec	25 Jan 2007 15:01:54 -0000	1.3
@@ -2,7 +2,7 @@
 %define selinux_policyver %(sed -e 's,.*selinux-policy-\\([^/]*\\)/.*,\\1,' /usr/share/selinux/devel/policyhelp)
 
 Name:           cyphesis
-Version:        0.5.10
+Version:        0.5.11
 Release:        1%{?dist}
 Summary:        WorldForge game server
 Group:          System Environment/Libraries
@@ -185,6 +185,9 @@
 
 
 %changelog
+* Wed Jan 24 2007 Wart <wart at kobold.org> 0.5.11-1
+- Update to 0.5.11 with python 1.5 support
+- Updated selinux policy
 * Mon Aug 28 2006 Wart <wart at kobold.org> 0.5.9-2
 - Use more globs in %%files section
 - Remove unused -devel subpackage declaration


Index: cyphesis.te
===================================================================
RCS file: /cvs/extras/rpms/cyphesis/FC-6/cyphesis.te,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cyphesis.te	31 Aug 2006 15:28:29 -0000	1.1
+++ cyphesis.te	25 Jan 2007 15:01:54 -0000	1.2
@@ -81,6 +81,9 @@
 # semanage port -a -t cyphesis_port_t -p udp 32771
 allow cyphesis_t cyphesis_port_t:tcp_socket { name_bind };
 corenet_tcp_sendrecv_all_ports(cyphesis_t)
+# For communication with the metaserver
+allow cyphesis_t port_t:udp_socket { recv_msg send_msg };
+
 
 # ??
 allow cyphesis_t self:netlink_route_socket { bind create getattr nlmsg_read read write };
@@ -112,6 +115,7 @@
 
 files_manage_generic_tmp_files(cyphesis_t)
 allow cyphesis_t tmp_t:sock_file create;
+allow cyphesis_t tmp_t:sock_file unlink;
 
 allow cyphesis_t urandom_device_t:chr_file { getattr ioctl read };
 allow cyphesis_t krb5_conf_t:file { getattr read };


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/cyphesis/FC-6/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	20 Oct 2006 01:41:50 -0000	1.3
+++ sources	25 Jan 2007 15:01:54 -0000	1.4
@@ -1 +1 @@
-60879c8b91a19f572230f31d64b832e5  cyphesis-0.5.10.tar.gz
+bed1a04814a8eb7b975be72a82380dc1  cyphesis-0.5.11.tar.gz


--- cyphesis-0.5.8-postgresinit.patch DELETED ---




More information about the scm-commits mailing list