]> git.ipfire.org Git - thirdparty/freeswitch.git/log
thirdparty/freeswitch.git
12 years agoAdd immediate sanity check on untrusted length
Travis Cross [Tue, 8 Apr 2014 21:04:59 +0000 (21:04 +0000)] 
Add immediate sanity check on untrusted length

We were actually checking this indirectly in the loop that follows,
but it's more clear to check this immediately and directly.

12 years agoDon't leak these 4 hash tables when mod_fifo is reloaded
William King [Tue, 8 Apr 2014 18:18:23 +0000 (11:18 -0700)] 
Don't leak these 4 hash tables when mod_fifo is reloaded

12 years agoFS-6442 --resolve
William King [Tue, 8 Apr 2014 17:36:20 +0000 (10:36 -0700)] 
FS-6442 --resolve

12 years ago- fixed read of memory out of 'seq' variable bounds
Dmitry Sobinov [Thu, 27 Mar 2014 15:36:32 +0000 (22:36 +0700)] 
- fixed read of memory out of 'seq' variable bounds
- fixed AEAD IV calculation for big-endian machines

12 years agoResolve key length issue with AES GCM 128/256
Brian West [Tue, 8 Apr 2014 16:04:41 +0000 (11:04 -0500)] 
Resolve key length issue with AES GCM 128/256

12 years agoFS-6436 test cimmit for git hooks
Ken Rice [Tue, 8 Apr 2014 15:50:15 +0000 (10:50 -0500)] 
FS-6436 test cimmit for git hooks

12 years agoFS-6436
Anthony Minessale [Tue, 8 Apr 2014 15:30:19 +0000 (20:30 +0500)] 
FS-6436

12 years agoThis commit resolves issue #46. The GCM mode was using the wrong master SALT length...
jfigus [Tue, 8 Apr 2014 13:15:49 +0000 (09:15 -0400)] 
This commit resolves issue #46.  The GCM mode was using the wrong master SALT length.  The master SALT should be 96 bits instead of 112 bits.  Note, GCM mode uses the legacy CTR mode for the KDF.  The legagacy CTR mode cipher implementations assume a 112 bit SALT.  Changes to the cipher abstraction layer API are required to provide the ability to specify the SALT length.  For now this commit modifies the SRTP layer to ensure the SALT is zero-appended before initializing the KDF.  This commit also provides public definitions for the GCM cipher suite master key sizes to avoid confusion for application developers.

12 years agoESL-89: fix install path and single_command require
Brian West [Mon, 7 Apr 2014 20:26:13 +0000 (15:26 -0500)] 
ESL-89: fix install path and single_command require

12 years agoESL-89: --resolve add rubymod-install and add ability to use a ruby not in your path...
Michael Jerris [Mon, 7 Apr 2014 19:27:24 +0000 (15:27 -0400)] 
ESL-89: --resolve add rubymod-install and add ability to use a ruby not in your path by setting RUBY env var

12 years agoReenable mod_v8 in debian package builds
Travis Cross [Mon, 7 Apr 2014 16:20:07 +0000 (16:20 +0000)] 
Reenable mod_v8 in debian package builds

The relevant v8 build issues are believed to be worked out at this
point.

12 years agomod_rayo: fix memory corruption in dial, input, output
Chris Rienzo [Mon, 7 Apr 2014 16:37:24 +0000 (12:37 -0400)] 
mod_rayo: fix memory corruption in dial, input, output

12 years agosend muted members as recvonly on RFC4575 data
Anthony Minessale [Mon, 7 Apr 2014 15:51:23 +0000 (20:51 +0500)] 
send muted members as recvonly on RFC4575 data

12 years agoUnused return value
William King [Sat, 5 Apr 2014 19:01:21 +0000 (12:01 -0700)] 
Unused return value

12 years agofix seg in complete del with no arg
Anthony Minessale [Sun, 6 Apr 2014 20:04:51 +0000 (01:04 +0500)] 
fix seg in complete del with no arg

12 years agoFS-5832 regression.... After this change the sticky completes were deleting. This...
Anthony Minessale [Sat, 5 Apr 2014 22:51:36 +0000 (03:51 +0500)] 
FS-5832  regression.... After this change the sticky completes were deleting.  This should correct it

12 years agofix seg in alias del
Anthony Minessale [Sat, 5 Apr 2014 16:09:23 +0000 (21:09 +0500)] 
fix seg in alias del

12 years agoUpdate gitignore
Travis Cross [Sat, 5 Apr 2014 07:57:05 +0000 (07:57 +0000)] 
Update gitignore

12 years agoMerge in upstream changes to my-basic
Travis Cross [Sat, 5 Apr 2014 06:02:36 +0000 (06:02 +0000)] 
Merge in upstream changes to my-basic

We can't use their new mb_gets() because they call exit(3) in the
event of a read error, which isn't what we want.

12 years agoCleanup whitespace
Travis Cross [Sat, 5 Apr 2014 05:50:29 +0000 (05:50 +0000)] 
Cleanup whitespace

12 years agoMerge in my-basic upstream base point
Travis Cross [Sat, 5 Apr 2014 06:42:55 +0000 (06:42 +0000)] 
Merge in my-basic upstream base point

12 years agoPull in new upstream my-basic
Travis Cross [Sat, 5 Apr 2014 05:31:57 +0000 (05:31 +0000)] 
Pull in new upstream my-basic

ref: http://my-basic.googlecode.com/svn/trunk@57

12 years agoAdd original base point for my-basic
Travis Cross [Sat, 5 Apr 2014 05:11:54 +0000 (05:11 +0000)] 
Add original base point for my-basic

...after dos2unix conversion.

Having an unaltered base point in tree makes future merges with
upstream much easier.

ref: http://my-basic.googlecode.com/svn/trunk@54

12 years agoInitial commit for my-basic upstream tracking
Travis Cross [Sat, 5 Apr 2014 06:32:49 +0000 (06:32 +0000)] 
Initial commit for my-basic upstream tracking

12 years agoReplace gets(3) with fgets(3) in my-basic
Travis Cross [Sat, 5 Apr 2014 04:45:30 +0000 (04:45 +0000)] 
Replace gets(3) with fgets(3) in my-basic

gets(3) is going away; it's been removed by C11, and gcc now warns on
it, breaking the build.

12 years agoAdd mod_basic to debian/
Travis Cross [Sat, 5 Apr 2014 04:33:01 +0000 (04:33 +0000)] 
Add mod_basic to debian/

12 years agoforce sofia rebuild
Anthony Minessale [Fri, 4 Apr 2014 18:42:49 +0000 (13:42 -0500)] 
force sofia rebuild

12 years agoFS-6287
Anthony Minessale [Fri, 4 Apr 2014 18:42:05 +0000 (13:42 -0500)] 
FS-6287

12 years agoFS-6430: fix running of print_git_revision from builddir not in src tree
Michael Jerris [Fri, 4 Apr 2014 16:00:06 +0000 (12:00 -0400)] 
FS-6430: fix running of print_git_revision from builddir not in src tree

12 years agoFS-6430: try to fix print_git_revision when running from builddir not inside src...
Michael Jerris [Fri, 4 Apr 2014 15:09:47 +0000 (11:09 -0400)] 
FS-6430: try to fix print_git_revision when running from builddir not inside src root

12 years agoswig managed
Brian West [Fri, 4 Apr 2014 12:27:48 +0000 (07:27 -0500)] 
swig managed

12 years agoFS-6429: --resolve check return values of fread and gets
Michael Jerris [Fri, 4 Apr 2014 01:43:12 +0000 (21:43 -0400)] 
FS-6429: --resolve check return values of fread and gets

12 years agofix mod_basic clang build warning, we don't need to declare var we don't use on this...
Michael Jerris [Thu, 3 Apr 2014 23:35:43 +0000 (19:35 -0400)] 
fix mod_basic clang build warning, we don't need to declare var we don't use on this side of the ifdef

12 years agoFS-6425: try to fix clear configure with openssl in brew dir
Michael Jerris [Thu, 3 Apr 2014 19:33:54 +0000 (15:33 -0400)] 
FS-6425: try to fix clear configure with openssl in brew dir

12 years agoFS-6426 --resolve
Anthony Minessale [Thu, 3 Apr 2014 18:25:43 +0000 (23:25 +0500)] 
FS-6426 --resolve

12 years agoFS-6424: --resolve properly export symbols from stfu
Michael Jerris [Thu, 3 Apr 2014 17:58:07 +0000 (13:58 -0400)] 
FS-6424: --resolve properly export symbols from stfu

12 years agoFS-6403 --resolve
Anthony Minessale [Thu, 3 Apr 2014 15:17:16 +0000 (20:17 +0500)] 
FS-6403 --resolve

This commit also reverts 2 previous attempts to fix this very rare race issue spanning back to 2009

62ce8538974f727778f1024d0ef9549e438704fe Patch from MOC
3a85348cdfd0fd7df63a2a150790722c2d294b36 FS-2302 mutex added around switch_xml_toxml()

The real problem was switch_xml_toxml_buf() was actually temporarily modifying the xml structure being searialized to make it appaer to be a root structure then serializing it and restoring the pointers.  This caused a non-threadsafe operation when some other thread was scanning the same xml structure.

This patch removes the modification and instead passes a new arg to switch_xml_toxml_r indicating to treat the structure as if it were a root structure.

This bug has been present since the induction of xml into FS.

12 years agoFS-6422: --resolve obvious copy and paste error
Brian West [Thu, 3 Apr 2014 12:20:41 +0000 (07:20 -0500)] 
FS-6422: --resolve obvious copy and paste error

12 years agoFS-6421 --resolve
Anthony Minessale [Wed, 2 Apr 2014 21:43:36 +0000 (16:43 -0500)] 
FS-6421 --resolve

12 years agotry to push sysroot in correctly c++
Michael Jerris [Wed, 2 Apr 2014 12:00:11 +0000 (08:00 -0400)] 
try to push sysroot in correctly c++

12 years agospelling
William King [Wed, 2 Apr 2014 03:14:55 +0000 (20:14 -0700)] 
spelling

12 years agovs2010 reswig
Jeff Lenk [Tue, 1 Apr 2014 23:13:07 +0000 (18:13 -0500)] 
vs2010 reswig

12 years agoFS-6402 part 2
Anthony Minessale [Tue, 1 Apr 2014 22:21:29 +0000 (03:21 +0500)] 
FS-6402 part 2

12 years agoAdd some notes on how to give back to the project
Travis Cross [Tue, 1 Apr 2014 21:38:14 +0000 (21:38 +0000)] 
Add some notes on how to give back to the project

12 years agoAdd uuid_ring_ready API command
Travis Cross [Mon, 31 Mar 2014 21:07:36 +0000 (21:07 +0000)] 
Add uuid_ring_ready API command

We already had uuid_answer and uuid_pre_answer, so we might as well
add uuid_ring_ready.

12 years agoCleanup style for consistency
Travis Cross [Tue, 1 Apr 2014 20:54:44 +0000 (20:54 +0000)] 
Cleanup style for consistency

12 years agoConvert my_basic files to Unix newline format
Travis Cross [Tue, 1 Apr 2014 20:40:14 +0000 (20:40 +0000)] 
Convert my_basic files to Unix newline format

12 years agoFS-6402 --resolve
Anthony Minessale [Tue, 1 Apr 2014 20:20:19 +0000 (01:20 +0500)] 
FS-6402 --resolve

12 years agoupdate example
Anthony Minessale [Mon, 31 Mar 2014 23:38:05 +0000 (18:38 -0500)] 
update example

12 years agoFS-6408: fix passing of CPPFLAGS to spandsp build
Michael Jerris [Tue, 1 Apr 2014 17:28:22 +0000 (13:28 -0400)] 
FS-6408: fix passing of CPPFLAGS to spandsp build

12 years agoprevent a segfault in mod_basic if someone calls basic from CLI w/ no args
Ken Rice [Tue, 1 Apr 2014 13:57:15 +0000 (08:57 -0500)] 
prevent a segfault in mod_basic if someone calls basic from CLI w/ no args

12 years agoallow execute with no args
Anthony Minessale [Mon, 31 Mar 2014 23:37:35 +0000 (18:37 -0500)] 
allow execute with no args

12 years agoexample
Anthony Minessale [Mon, 31 Mar 2014 23:22:13 +0000 (18:22 -0500)] 
example

12 years agoadd mod_basic
Anthony Minessale [Mon, 31 Mar 2014 23:08:59 +0000 (18:08 -0500)] 
add mod_basic

12 years agoFS-6310 hold up, revert
Anthony Minessale [Mon, 31 Mar 2014 22:32:07 +0000 (17:32 -0500)] 
FS-6310 hold up, revert

12 years agoFS-6310 --resolve try this version
Anthony Minessale [Mon, 31 Mar 2014 22:02:55 +0000 (17:02 -0500)] 
FS-6310 --resolve try this version

12 years agoFix detection of libedit on BSD
James Le Cuirot [Fri, 28 Mar 2014 22:20:40 +0000 (22:20 +0000)] 
Fix detection of libedit on BSD

Since libedit originates from NetBSD, this and other BSDs use the
official version while Linux distributions tend to use the
autotoolized fork. The official version does not install a .pc file so
we cannot rely exclusively on pkg-config for detection.

FS-6408

Signed-off-by: Travis Cross <tc@traviscross.com>
12 years agoAdd -I flags to CPPFLAGS
James Le Cuirot [Sat, 29 Mar 2014 13:15:24 +0000 (13:15 +0000)] 
Add -I flags to CPPFLAGS

Don't use CFLAGS or CXXFLAGS for this because AC_CHECK_HEADER only
uses CPPFLAGS.

FS-6408

Signed-off-by: Travis Cross <tc@traviscross.com>
12 years agoFS-6412 --resolve
Anthony Minessale [Mon, 31 Mar 2014 21:22:29 +0000 (16:22 -0500)] 
FS-6412 --resolve

12 years agoRemove stray executable bits
Travis Cross [Mon, 31 Mar 2014 20:38:09 +0000 (20:38 +0000)] 
Remove stray executable bits

12 years agoFS-6413 --resolve with this patch you will need to make sure the boxes have the clock...
Anthony Minessale [Mon, 31 Mar 2014 20:23:50 +0000 (15:23 -0500)] 
FS-6413 --resolve with this patch you will need to make sure the boxes have the clocks synced and both started inside the same occurence of the most recent new year.

12 years agovideo refresh floor holder on conference join
Anthony Minessale [Mon, 31 Mar 2014 17:39:46 +0000 (22:39 +0500)] 
video refresh floor holder on conference join

12 years agoworking cross configure for arm gnueabi
Michael Jerris [Mon, 31 Mar 2014 14:34:46 +0000 (10:34 -0400)] 
working cross configure for arm gnueabi

12 years agoa bit more open in type of arm
Michael Jerris [Mon, 31 Mar 2014 13:56:45 +0000 (09:56 -0400)] 
a bit more open in type of arm

12 years agoalso push PKG_CONFIG_SYSROOT_DIR and set some test results that can not be figured...
Michael Jerris [Mon, 31 Mar 2014 13:48:02 +0000 (09:48 -0400)] 
also push PKG_CONFIG_SYSROOT_DIR and set some test results that can not be figured out during cross compile explicitly for arm-linux-gnueabi*|arm-*-linux-gnueabi*

12 years agopush sysroot down to other libs and things that don't use libtool as well, so you...
Michael Jerris [Mon, 31 Mar 2014 12:27:11 +0000 (08:27 -0400)] 
push sysroot down to other libs and things that don't use libtool as well, so you don't need to specify it in a bunch of different ways when using it.

12 years agoSay zero in time measurement only if it is neccessary
Tamas Cseke [Mon, 31 Mar 2014 07:33:17 +0000 (09:33 +0200)] 
Say zero in time measurement only if it is neccessary

12 years agoFS-6410 Adding some log lines to mod_sonar so that it is more clear what is happening...
William King [Sun, 30 Mar 2014 02:08:24 +0000 (19:08 -0700)] 
FS-6410 Adding some log lines to mod_sonar so that it is more clear what is happening when the app is sending and detecting pings.

12 years agomake cross compile a bit easier, as this setitng needs to be set manually, and we...
Michael Jerris [Fri, 28 Mar 2014 21:00:53 +0000 (17:00 -0400)] 
make cross compile a bit easier, as this setitng needs to be set manually, and we never use this feature

12 years agoFS-6356: --resolve fix assert when you set the time > 15 days in the future during...
Michael Jerris [Fri, 28 Mar 2014 18:33:47 +0000 (14:33 -0400)] 
FS-6356: --resolve fix assert when you set the time > 15 days in the future during operation while things are in queue to be processeed

12 years agoRequire libedit-dev be available unless disabled
Travis Cross [Fri, 28 Mar 2014 15:17:00 +0000 (15:17 +0000)] 
Require libedit-dev be available unless disabled

Previously we enabled libedit support opportunistically if it was
neither enabled nor disabled explicitly.  But this can result in
people being confused by libedit features not being available when
they really just need to install dependencies.  With this change,
we'll break on configure if libedit-dev isn't there.  If the user
really wants to build without libedit they just need to explicitly
disable it.

Cc: Ken Rice <krice@freeswitch.org>
12 years agostart updating doxygen
Brian West [Fri, 28 Mar 2014 15:04:31 +0000 (10:04 -0500)] 
start updating doxygen

12 years agoGive warning in the vars.xml docs about SRTP + VBR codecs
Brian West [Fri, 28 Mar 2014 14:37:56 +0000 (09:37 -0500)] 
Give warning in the vars.xml docs about SRTP + VBR codecs

12 years agoUse buffered printers in fs_cli
Travis Cross [Fri, 28 Mar 2014 00:01:33 +0000 (00:01 +0000)] 
Use buffered printers in fs_cli

Now that all output should end in a newline, we don't need to play
tricks with getting certain escape codes out ahead of buffered output.

This updates what we tried to do in commit
991b83d23cf014226aa97f01f4290a6e6554fee1.

This partially reverts commit
8056125077d5a2583272219d193b94e81c97a50c.

12 years agoReenable the new EL_REFRESH mechanism
Travis Cross [Thu, 27 Mar 2014 22:37:49 +0000 (22:37 +0000)] 
Reenable the new EL_REFRESH mechanism

12 years agoHandle bodies not ending in newlines w/EL_REFRESH
Travis Cross [Thu, 27 Mar 2014 22:30:33 +0000 (22:30 +0000)] 
Handle bodies not ending in newlines w/EL_REFRESH

The issue is that sofia siptrace output doesn't end each line with a
newline.  Instead it sends a separate newline afterward, which comes
in as a separate event body.  With the new EL_REFRESH code in effect
the line is being cleared after the siptrace output has been written
but before that next newline comes in.

With our own refresh code this doesn't happen because of slight
differences in where the stdio buffers get flushed compared to where
the output of clear_line() ends up.

This is a bit of a clumsy workaround.  But we'll fix it first, then
refactor.

12 years agoTurn on the fancy fs_cli with a modern libedit
Travis Cross [Thu, 27 Mar 2014 17:35:35 +0000 (17:35 +0000)] 
Turn on the fancy fs_cli with a modern libedit

We turn ON the features with a newer libedit.

This fixes commit 4f54f912c3e9f296d23a694bd29501b9bc5a700f.

12 years agoAdd back terminal detection for old libedits
Travis Cross [Thu, 27 Mar 2014 17:05:20 +0000 (17:05 +0000)] 
Add back terminal detection for old libedits

Using the system libedit means that libedit will again make absolute
movements on certain kinds of terminals.  Older versions of libedit
without EL_PROMPT_ESC miscalculate the length of the prompt.
Combined, this results in the cursor ending up in the wrong place.

We knew this was a possibility when we moved to system libedit, and
we're OK with it.  We certainly lived without this fancy prompt
feature for a long time.

This change puts back in place detection of the terminal type when
EL_PROMPT_ESC isn't available.  On these older versions of libedit,
we'll only enable the fancy features when we know that libedit will
only make relative movements and not tickle the bug.

This partially reverts commit:
b9b77bd6156b4343f8baa9ca1a0c803108dbcdb4

12 years agoDrop use of libedit EL_REFRESH in fs_cli for now
Travis Cross [Thu, 27 Mar 2014 12:20:43 +0000 (12:20 +0000)] 
Drop use of libedit EL_REFRESH in fs_cli for now

Newer versions of libedit provide an EL_REFRESH mechanism for
redrawing the prompt.  We had previously written our own code to
handle this.  In theory handing this over to libedit should be better.

Unfortunately when using EL_REFRESH the output of sofia siptrace isn't
showing up.  We're working on that, but for now we're just force own
our redrawing code to be used instead.

12 years ago* Deprecate mod_spidermonkey windows part 1
Jeff Lenk [Wed, 26 Mar 2014 23:33:37 +0000 (18:33 -0500)] 
* Deprecate mod_spidermonkey windows part 1

12 years agoFS-6406: --resolve add a way to specify build compiler for cross compile
Michael Jerris [Wed, 26 Mar 2014 21:15:24 +0000 (17:15 -0400)] 
FS-6406: --resolve add a way to specify build compiler for cross compile

12 years agoFS-353: better error reporting for missing lib, don't error on clean
Michael Jerris [Wed, 26 Mar 2014 21:11:18 +0000 (17:11 -0400)] 
FS-353: better error reporting for missing lib, don't error on clean

12 years agoUse system libyaml for mod_yaml
Travis Cross [Wed, 26 Mar 2014 18:44:46 +0000 (18:44 +0000)] 
Use system libyaml for mod_yaml

FS-353

12 years agoUse CPPFLAGS in mod_yaml
Travis Cross [Wed, 26 Mar 2014 18:39:37 +0000 (18:39 +0000)] 
Use CPPFLAGS in mod_yaml

12 years agohack harder
Michael Jerris [Wed, 26 Mar 2014 18:49:53 +0000 (14:49 -0400)] 
hack harder

12 years agoFollow mod_spidermonkey deprecation in debian/
Travis Cross [Wed, 26 Mar 2014 18:15:33 +0000 (18:15 +0000)] 
Follow mod_spidermonkey deprecation in debian/

It wasn't supported, and we weren't building it by default as it was.

12 years agoDeprecate mod_spidermonkey
Travis Cross [Wed, 26 Mar 2014 17:49:24 +0000 (17:49 +0000)] 
Deprecate mod_spidermonkey

We consider mod_spidermonkey to be completely replaced by mod_v8 (and
more generally by mod_lua) at this point.  We've barely supported
mod_spidermonkey for years.  Everyone should stop using it.

We're keeping this around for awhile in case people are relying on C
extensions to mod_spidermonkey and need time to migrate.  This module
may or may not be part of a v1.4 release depending on whether we find
anyone cares.  It definitely will not be part of the next release
after v1.4.

12 years agoinitialize var
Michael Jerris [Wed, 26 Mar 2014 15:25:23 +0000 (11:25 -0400)] 
initialize var

12 years agoseg--
Raymond Chandler [Wed, 26 Mar 2014 03:31:16 +0000 (23:31 -0400)] 
seg--

12 years agoFS-5845 more leaks found by mikej
Raymond Chandler [Wed, 26 Mar 2014 02:44:16 +0000 (22:44 -0400)] 
FS-5845 more leaks found by mikej

12 years agoFix memory leak when outbound socket is closed by server
Ico [Tue, 25 Mar 2014 10:31:23 +0000 (12:31 +0200)] 
Fix memory leak when outbound socket is closed by server

ESL-88 --resolve

Signed-off-by: Travis Cross <tc@traviscross.com>
12 years agoFS-6396 fix mod_silk builid on FreeBSD
Brian West [Wed, 26 Mar 2014 01:25:11 +0000 (20:25 -0500)] 
FS-6396 fix mod_silk builid on FreeBSD

12 years agoFS-6293 windows duh
Jeff Lenk [Mon, 24 Mar 2014 23:45:05 +0000 (18:45 -0500)] 
FS-6293 windows duh

12 years agoFS-6293 fix windows build from version.h being added to xmlrpc
Jeff Lenk [Mon, 24 Mar 2014 23:09:07 +0000 (18:09 -0500)] 
FS-6293 fix windows build from version.h being added to xmlrpc

12 years agomod_mongo: switched from C++ to latest C driver
Chris Rienzo [Mon, 24 Mar 2014 21:34:56 +0000 (17:34 -0400)] 
mod_mongo: switched from C++ to latest C driver

12 years agoFS:353: correct #if check for libedit function capability
Brian West [Mon, 24 Mar 2014 21:17:59 +0000 (16:17 -0500)] 
FS:353: correct #if check for libedit function capability

12 years agoFS-6402 mod_rayo/mod_ssml: add mutex to hashes now that iteration is no longer thread...
Chris Rienzo [Mon, 24 Mar 2014 21:03:33 +0000 (17:03 -0400)] 
FS-6402 mod_rayo/mod_ssml: add mutex to hashes now that iteration is no longer thread-safe

12 years agoFS-5845: don't leak dbh in error conditions
Michael Jerris [Mon, 24 Mar 2014 20:09:21 +0000 (16:09 -0400)] 
FS-5845: don't leak dbh in error conditions

12 years agoLower required version of sqlite for CentOS 6
Travis Cross [Mon, 24 Mar 2014 13:54:37 +0000 (13:54 +0000)] 
Lower required version of sqlite for CentOS 6

Apparently CentOS 6 has only v3.6.20 of sqlite, so we'll accommodate
that barring evidence we shouldn't.  Please test and report back.

12 years agoLower required version of sqlite
Travis Cross [Mon, 24 Mar 2014 13:51:07 +0000 (13:51 +0000)] 
Lower required version of sqlite

We've really only tested 3.8.3.1, so you might want to consider using
that.  We'll lower this down to 3.7.13 for Debian wheezy.  Please
test.