Revision: 6711 http://ipcop.svn.sourceforge.net/ipcop/?rev=6711&view=rev Author: gespinasse Date: 2012-07-18 19:29:05 +0000 (Wed, 18 Jul 2012) Log Message: ----------- Upgrade DBD-SQLite to 1.37 Use our CFLAGS during build, not -O2
Modified Paths: -------------- ipcop/trunk/lfs/DBD-SQLite ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 Modified: ipcop/trunk/lfs/DBD-SQLite =================================================================== --- ipcop/trunk/lfs/DBD-SQLite 2012-07-18 19:19:28 UTC (rev 6710) +++ ipcop/trunk/lfs/DBD-SQLite 2012-07-18 19:29:05 UTC (rev 6711) @@ -34,7 +34,7 @@ PKG_NAME = DBD-SQLite # Odd minor is production, even is development -VER = 1.35 +VER = 1.37 HOST_ARCH = all OTHER_SRC = yes @@ -52,7 +52,7 @@ $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = d9752e4a26fa54e74aa893dafd02ceda +$(DL_FILE)_MD5 = b8ac1c584befa63cd5ffc391b2366e84 install : $(TARGET) @@ -83,9 +83,10 @@ @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE) - # DBD-SQLite-1.35 include sqlite-3.7.9 (as the test show when using unmodified code) + # DBD-SQLite-1.37 include sqlite-3.7.12.1 (as the test show when using unmodified code) # Use system libsqlite code like debian, fedora : less code, smaller size - cd $(DIR_APP) && sed -i 's/^if ( 0 ) /if ( 1 ) /' Makefile.PL + # Use our CFLAGS instead of OPTIMIZE value + cd $(DIR_APP) && sed -i -e 's/^if ( 0 ) /if ( 1 ) /' -e 's/\-O2//' Makefile.PL cd $(DIR_APP) && perl Makefile.PL cd $(DIR_APP) && make ifeq "$(RUNNING_TEST)" "yes" Modified: ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 =================================================================== --- ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-18 19:19:28 UTC (rev 6710) +++ ipcop/trunk/updates/2.1.0/ROOTFILES.i486-2.1.0 2012-07-18 19:29:05 UTC (rev 6711) @@ -542,6 +542,7 @@ ## ## perl CPAN /usr/lib/perl5/site_perl/5.10.1/IO/Socket/SSL.pm +/usr/lib/perl5/site_perl/5.10.1/i486-linux/DBD/SQLite.pm /usr/lib/perl5/site_perl/5.10.1/i486-linux/DBI.pm /usr/lib/perl5/site_perl/5.10.1/i486-linux/HTML/Entities.pm /usr/lib/perl5/site_perl/5.10.1/i486-linux/HTML/HeadParser.pm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn