rpms/stunnel/devel stunnel-4.27-aliasing.patch, 1.1, 1.2 stunnel.spec, 1.58, 1.59

Miloslav Trmac mitr at fedoraproject.org
Sun May 3 03:40:00 UTC 2009


Author: mitr

Update of /cvs/pkgs/rpms/stunnel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26138

Modified Files:
	stunnel-4.27-aliasing.patch stunnel.spec 
Log Message:
* Sun May  3 2009 Miloslav Trmač <mitr at redhat.com> - 4.27-3
- Fix the previous patch.


stunnel-4.27-aliasing.patch:

Index: stunnel-4.27-aliasing.patch
===================================================================
RCS file: /cvs/pkgs/rpms/stunnel/devel/stunnel-4.27-aliasing.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- stunnel-4.27-aliasing.patch	30 Apr 2009 12:05:50 -0000	1.1
+++ stunnel-4.27-aliasing.patch	3 May 2009 03:39:29 -0000	1.2
@@ -6,7 +6,7 @@ diff -urN stunnel/src/libwrap.c stunnel-
          return -1;
      }
 -    *recvfd=*((int *)CMSG_DATA(cmptr));
-+    memcpy(&recvfd, CMSG_DATA(cmptr), sizeof(int));
++    memcpy(recvfd, CMSG_DATA(cmptr), sizeof(int));
  #else
      if(msg.msg_accrightslen==sizeof(int))
          *recvfd=newfd;


Index: stunnel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/stunnel/devel/stunnel.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -p -r1.58 -r1.59
--- stunnel.spec	30 Apr 2009 12:05:50 -0000	1.58
+++ stunnel.spec	3 May 2009 03:39:29 -0000	1.59
@@ -1,7 +1,7 @@
 Summary: An SSL-encrypting socket wrapper
 Name: stunnel
 Version: 4.27
-Release: 2
+Release: 3
 License: GPLv2
 Group: Applications/Internet
 URL: http://stunnel.mirt.net/
@@ -81,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
 %exclude %{_sysconfdir}/stunnel/*
 
 %changelog
+* Sun May  3 2009 Miloslav Trmač <mitr at redhat.com> - 4.27-3
+- Fix the previous patch.
+
 * Wed Apr 29 2009 Miloslav Trmač <mitr at redhat.com> - 4.27-2
 - Avoid aliasing undefined by ISO C
 




More information about the scm-commits mailing list