rpms/javasqlite/devel .cvsignore, 1.6, 1.7 javasqlite.spec, 1.12, 1.13 sources, 1.6, 1.7 javasqlite-20090409-check-features.patch, 1.1, NONE

Ville Skyttä scop at fedoraproject.org
Tue Apr 21 19:52:36 UTC 2009


Author: scop

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

Modified Files:
	.cvsignore javasqlite.spec sources 
Removed Files:
	javasqlite-20090409-check-features.patch 
Log Message:
* Tue Apr 21 2009 Ville Skyttä <ville.skytta at iki.fi> - 20090420-1
- Update to 20090420, feature check patch applied upstream.

* Mon Apr 20 2009 Ville Skyttä <ville.skytta at iki.fi> - 20090409-3
- Disable extension loading due to security concerns.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/javasqlite/devel/.cvsignore,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- .cvsignore	14 Apr 2009 08:21:29 -0000	1.6
+++ .cvsignore	21 Apr 2009 19:52:35 -0000	1.7
@@ -1 +1 @@
-javasqlite-20090409.tar.gz
+javasqlite-20090420.tar.gz


Index: javasqlite.spec
===================================================================
RCS file: /cvs/pkgs/rpms/javasqlite/devel/javasqlite.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- javasqlite.spec	14 Apr 2009 11:20:27 -0000	1.12
+++ javasqlite.spec	21 Apr 2009 19:52:35 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           javasqlite
-Version:        20090409
-Release:        2%{?dist}
+Version:        20090420
+Release:        1%{?dist}
 Summary:        SQLite Java Wrapper/JDBC Driver
 
 Group:          Development/Libraries
@@ -9,11 +9,10 @@
 Source0:        http://www.ch-werner.de/javasqlite/%{name}-%{version}.tar.gz
 # jnipath: Fedora specific, no need to send upstream.
 Patch0:         %{name}-20081006-jnipath.patch
-# Sent upstream 20090412
-Patch1:         %{name}-20090409-check-features.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  sqlite-devel
+# >= 3.4 for zeroblob stuff in %%check's test3
+BuildRequires:  sqlite-devel >= 3.4
 BuildRequires:  java-devel = 1:1.6.0
 BuildRequires:  java-devel = 1.5.0
 BuildRequires:  java-javadoc
@@ -39,7 +38,6 @@
 %prep
 %setup -q
 sed -e 's|@JNIPATH@|%{_libdir}/%{name}|' %{PATCH0} | patch -p1
-%patch1 -p1
 sed -i -e 's/\r//g' doc/ajhowto.txt
 f=ChangeLog ; iconv -f iso-8859-1 -t utf-8 $f > $f.utf8 ; mv $f.utf8 $f
 
@@ -47,8 +45,9 @@
 %build
 
 origpath="$PATH"
+# Note that --enable-load-extension has security concerns, it enables library
+# users to load arbitrary native code to the JVM bypassing its SecurityManager
 common_flags="
-    --enable-load-extension
     --with-jardir=%{_libdir}/%{name}
     --libdir=%{_libdir}/%{name}
 "
@@ -104,6 +103,12 @@
 
 
 %changelog
+* Tue Apr 21 2009 Ville Skyttä <ville.skytta at iki.fi> - 20090420-1
+- Update to 20090420, feature check patch applied upstream.
+
+* Mon Apr 20 2009 Ville Skyttä <ville.skytta at iki.fi> - 20090409-3
+- Disable extension loading due to security concerns.
+
 * Tue Apr 14 2009 Ville Skyttä <ville.skytta at iki.fi> - 20090409-2
 - Don't use parallel make, Java build doesn't appear parallel clean.
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/javasqlite/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	14 Apr 2009 08:21:30 -0000	1.6
+++ sources	21 Apr 2009 19:52:35 -0000	1.7
@@ -1 +1 @@
-fab26fee79be07fe3097b39ead7046d4  javasqlite-20090409.tar.gz
+4d5b06f39c8bac8eed85a1af0da8e324  javasqlite-20090420.tar.gz


--- javasqlite-20090409-check-features.patch DELETED ---




More information about the fedora-extras-commits mailing list