rpms/znc/F-10 znc-0.075-openssl.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 sources, 1.5, 1.6 znc.spec, 1.6, 1.7

Nick Bebout nb at fedoraproject.org
Fri Aug 28 07:42:17 UTC 2009


Author: nb

Update of /cvs/pkgs/rpms/znc/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv15001/F-10

Modified Files:
	.cvsignore sources znc.spec 
Added Files:
	znc-0.075-openssl.patch 
Log Message:
Upgrade the rest of the branches to svn1613 with new openssl


znc-0.075-openssl.patch:
 Csocket.h |    4 ++++
 1 file changed, 4 insertions(+)

--- NEW FILE znc-0.075-openssl.patch ---
diff -up znc-0.075/Csocket.h.openssl znc-0.075/Csocket.h
--- znc-0.075/Csocket.h.openssl	2009-06-30 11:56:01.000000000 +0200
+++ znc-0.075/Csocket.h	2009-08-26 17:29:37.000000000 +0200
@@ -990,7 +990,11 @@ private:
 	CS_STRING			m_sSSLBuffer;
 	SSL 				*m_ssl;
 	SSL_CTX				*m_ssl_ctx;
+#if OPENSSL_VERSION_NUMBER >= 0x10000000L
+	const SSL_METHOD		*m_ssl_method;
+#else
 	SSL_METHOD			*m_ssl_method;
+#endif
 	unsigned int		m_iRequireClientCertFlags;
 
 	FPCertVerifyCB		m_pCerVerifyCB;


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/znc/F-10/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- .cvsignore	21 Aug 2009 05:55:23 -0000	1.5
+++ .cvsignore	28 Aug 2009 07:42:17 -0000	1.6
@@ -1 +1 @@
-znc-0.075.svn1608.tar.bz2
+znc-0.075.svn1613.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/znc/F-10/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	21 Aug 2009 05:55:23 -0000	1.5
+++ sources	28 Aug 2009 07:42:17 -0000	1.6
@@ -1 +1 @@
-9c4932f49424638f136de9c1e9d9fb9d  znc-0.075.svn1608.tar.bz2
+285799b069c452182d9a342aaaf1de1d  znc-0.075.svn1613.tar.bz2


Index: znc.spec
===================================================================
RCS file: /cvs/pkgs/rpms/znc/F-10/znc.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- znc.spec	21 Aug 2009 05:55:23 -0000	1.6
+++ znc.spec	28 Aug 2009 07:42:17 -0000	1.7
@@ -1,12 +1,13 @@
 Summary:        An advanced IRC bouncer
 Name:           znc
 Version:        0.075
-Release:        5.svn1608%{?dist}
+Release:        8.svn1613%{?dist}
 License:        GPLv2 with exceptions
 Group:          System Environment/Daemons
 URL:            http://znc.sf.net/
-# SVN 1608 from https://znc.svn.sourceforge.net/svnroot/znc/trunk/
-Source0:        znc-0.075.svn1608.tar.bz2 
+# SVN 1613 from https://znc.svn.sourceforge.net/svnroot/znc/trunk/
+Source0:        znc-0.075.svn1613.tar.bz2 
+Patch1:         znc-0.075-openssl.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
 BuildRequires:  perl
@@ -43,8 +44,9 @@ Extra modules for ZNC
 
 %prep
 %setup -q
+%patch1 -p1 -b .openssl
 %__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp
-#chmod -x modules/q.cpp
+chmod -x modules/q.cpp
 
 %build
 %configure \
@@ -126,6 +128,14 @@ Extra modules for ZNC
 %{_libdir}/znc/send_raw.so
 
 %changelog
+* Fri Aug 28 2009 Nick Bebout <nb at fedoraproject.org> - 0.075-8.svn1613
+- Rebuild with new openssl and svn 1613
+- build 0.075-7.svn1610 existed but I had to remove it from the spec because
+- the date was earlier than the date tmraz build the new openssl one
+
+* Wed Aug 26 2009 Tomas Mraz <tmraz at redhat.com> - 0.075-6.svn1608
+- rebuilt with new openssl
+
 * Thu Aug 20 2009 Nick Bebout <nb at fedoraproject.org> - 0.075-5.svn1608
 - Upgrade to svn 1608
 




More information about the fedora-extras-commits mailing list