summaryrefslogtreecommitdiffstats
path: root/databases/libgda2/files/patch-providers_postgres_utils.c
blob: 29fe99b985b94970e76594a77e68bd35bc0f23b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- providers/postgres/utils.c.orig Mon Feb 17 21:43:51 2003
+++ providers/postgres/utils.c  Mon Feb 17 21:44:12 2003
@@ -156,7 +156,7 @@
        gda_value_set_string (value, thevalue);
        break;
    case GDA_VALUE_TYPE_BIGINT :
-       gda_value_set_bigint (value, atoll (thevalue));
+       gda_value_set_bigint (value, strtoll(thevalue, &thevalue, 10));
        break;
    case GDA_VALUE_TYPE_INTEGER :
        gda_value_set_integer (value, atol (thevalue));
4.5.0'>dependabot/npm_and_yarn/devel/electron4/files/lodash.template-4.5.0 FreeBSD Ports (https://github.com/freebsd/freebsd-ports)
aboutsummaryrefslogtreecommitdiffstats
path: root/security/libtasn1
Commit message (Collapse)AuthorAgeFilesLines
* - Update security/libtasn1 to 4.0novel2014-07-283-8/+10
| | | | | | | | | | - Add USES= libtool and set INSTALL_TARGET to install-strip - Drop useless bsd.port.options.mk include - Bump PORTREVISION of ports that depend on libtasn1 as shlib version has changed - Add an UPDATING entry for that Exp-run by: antoine
* Fix properties on pkg-plistbapt2014-01-221-1/+0
|
* - Update to 3.3novel2013-11-034-53/+54
| | | | | - Add stage support - Fix WWW line to pet portlint
* Fix NO_STAGE attributionbapt2013-09-231-1/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | security)
* Convert to USES for pkgconfig and pkgconfig.novel2013-06-021-5/+1
| | | | | PR: 178313 Submitted by: Kimmo Paasiala <kpaasial@gmail.com>
* - Fix installation on 10-CURRENT amd64.avilla2013-02-071-0/+1
| | | | Approved by: novel (maintainer)
* Update to 2.14.novel2013-02-073-11/+7
| | | | | | This makes gnutls properly build with system libtasn1. Submitted by: Herbert J. Skuhra <hskuhra@eumx.net>
* Update to 2.13.novel2012-06-102-3/+3
|
* Update to 2.12.delphij2012-03-222-3/+3
| | | | | | With hat: secteam Security: 2e7e9072-73a0-11e1-a883-001cc0a36e12 Feature safe: yes
* Update to 2.11.novel2011-11-302-3/+3
| | | | Feature safe: yes
* - Remove WITH_FBSD10_FIX, is no longer neededmiwi2011-11-091-1/+0
|
* Update to 2.10.novel2011-10-302-3/+3
|
* - Fix build FreeBSD 10miwi2011-10-291-0/+1
|
* - Update to 2.9novel2010-12-313-5/+4
| | | | - Point WWW to libtasn1's own page at gnu.org
* Update to 2.8.novel2010-10-242-4/+4
|
* Update to 2.7.novel2010-07-242-4/+4
|
* Update to 2.6.novel2010-05-042-4/+4
|
* Update to 2.4.novel2010-02-102-7/+6
| | | | | PR: 143269 Submitted by: Hung-Yi Chen <gaod@hychen.org>
* Update to 2.3.novel2009-08-222-4/+4
|