[mcstrans/f16] Update to upstream

Daniel J Walsh dwalsh at fedoraproject.org
Wed Feb 1 21:35:45 UTC 2012


commit f743a260a435ec70896b952ad032b24612be41f7
Author: Dan Walsh <dwalsh at redhat.com>
Date:   Wed Feb 1 16:35:42 2012 -0500

    Update to upstream
    
    - Write pid file

 .gitignore                    |   25 +------------------------
 mcstrans-0.3.2-writepid.patch |   14 +++++++++++---
 mcstrans.spec                 |    7 ++++---
 sources                       |    3 +--
 4 files changed, 17 insertions(+), 32 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4e302fa..8b3e7ed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,24 +1 @@
-mcstrans-0.1.1.tgz
-mcstrans-0.1.1-1.src.rpm
-mcstrans-0.1.2.tgz
-mcstrans-0.1.3.tgz
-mcstrans-0.1.4.tgz
-mcstrans-0.1.5.tgz
-mcstrans-0.1.6.tgz
-mcstrans-0.1.7.tgz
-mcstrans-0.1.8.tgz
-mcstrans-0.1.9.tgz
-mcstrans-0.2.1.tgz
-mcstrans-0.2.2.tgz
-mcstrans-0.2.3.tgz
-mcstrans-0.2.4.tgz
-mcstrans-0.2.5.tgz
-mcstrans-0.2.6.tgz
-mcstrans-0.2.7.tgz
-mcstrans-0.2.8.tgz
-mcstrans-0.2.9.tgz
-mcstrans-0.2.10.tgz
-mcstrans-0.2.11.tgz
-mcstrans-0.3.0.6.tgz
-mcstrans-0.3.1.tgz
-/mcstrans-0.3.2.tgz
+/mcstrans-0.3.3.tgz
diff --git a/mcstrans-0.3.2-writepid.patch b/mcstrans-0.3.2-writepid.patch
index 8c54d1e..927782a 100644
--- a/mcstrans-0.3.2-writepid.patch
+++ b/mcstrans-0.3.2-writepid.patch
@@ -1,7 +1,15 @@
 diff -up mcstrans-0.3.2/src/mcstransd.c.writepid mcstrans-0.3.2/src/mcstransd.c
 --- mcstrans-0.3.2/src/mcstransd.c.writepid	2011-01-05 10:32:25.000000000 -0500
-+++ mcstrans-0.3.2/src/mcstransd.c	2012-02-01 16:02:46.670139198 -0500
-@@ -556,6 +556,30 @@ void dropprivs(void)
++++ mcstrans-0.3.2/src/mcstransd.c	2012-02-01 16:14:02.085806490 -0500
+@@ -4,6 +4,7 @@
+ #include <sys/socket.h>
+ #include <sys/poll.h>
+ #include <sys/stat.h>
++#include <fcntl.h>
+ #include <sys/un.h>
+ #include <errno.h>
+ #include <stdint.h>
+@@ -556,6 +557,30 @@ void dropprivs(void)
  	cap_free(new_caps);
  }
  
@@ -32,7 +40,7 @@ diff -up mcstrans-0.3.2/src/mcstransd.c.writepid mcstrans-0.3.2/src/mcstransd.c
  int
  main(int UNUSED(argc), char *argv[])
  {
-@@ -582,6 +606,8 @@ main(int UNUSED(argc), char *argv[])
+@@ -582,6 +607,8 @@ main(int UNUSED(argc), char *argv[])
  	}
  #endif
  
diff --git a/mcstrans.spec b/mcstrans.spec
index 8af01b1..f34a8e8 100644
--- a/mcstrans.spec
+++ b/mcstrans.spec
@@ -1,7 +1,7 @@
 Summary: SELinux Translation Daemon
 Name: mcstrans
-Version: 0.3.2
-Release: 3%{?dist}
+Version: 0.3.3
+Release: 1%{?dist}
 License: GPL+
 Group: System Environment/Daemons
 Source: http://fedora.redhat.com/projects/%{name}-%{version}.tgz
@@ -90,7 +90,8 @@ fi
 %{_usr}/share/mcstrans/util/*
 
 %changelog
-* Wed Feb 1 2012 Dan Walsh <dwalsh at redhat.com> - 0.3.2-3
+* Wed Feb 1 2012 Dan Walsh <dwalsh at redhat.com> - 0.3.3-1
+- Update to upstream
 - Write pid file
 
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.2-2
diff --git a/sources b/sources
index 5a11517..96a57ee 100644
--- a/sources
+++ b/sources
@@ -1,2 +1 @@
-b9f80deb6a34211650e19bc283e94e46  mcstrans-0.3.1.tgz
-032584c741ead539a918e9b4a9184ffd  mcstrans-0.3.2.tgz
+76c9817e2d6a6c46436ba0aed5017049  mcstrans-0.3.3.tgz


More information about the scm-commits mailing list