Search Criteria
Package Details: sqlite2 2.8.17-11
Package Actions
Git Clone URL: | https://aur.archlinux.org/sqlite2.git (read-only, click to copy) |
---|---|
Package Base: | sqlite2 |
Description: | A C library that implements an SQL database engine |
Upstream URL: | http://www.sqlite.org/ |
Licenses: | LicenseRef-sqlite2 |
Submitter: | City-busz |
Maintainer: | not_anonymous |
Last Packager: | not_anonymous |
Votes: | 13 |
Popularity: | 0.000000 |
First Submitted: | 2017-06-29 12:23 (UTC) |
Last Updated: | 2025-04-01 17:18 (UTC) |
Dependencies (1)
- readline (readline-gitAUR)
Required by (3)
- adminer-editor (optional)
- adminer-git (optional)
- qt3 (make)
Latest Comments
1 2 Next › Last »
frazar0 commented on 2025-07-15 21:01 (UTC) (edited on 2025-07-16 19:11 (UTC) by frazar0)
Based on the SQLite release notes for the CVE fix and the linked discussion on the SQLite development forum [2], it seems that CVE-2025-3277 only affects the CONCAT_WS() function. This function was introduced for the first time in SQLite in v3.44.0.
So, perhaps we can conclude that the "sqlite2" package version 2.8.17 is not affected by CVE-2025-3277.
[1] https://sqlite.org/changes.html?ref=cve.news [2] https://sqlite.org/forum/forumpost/52503ac21d [3] https://sqlite.org/releaselog/3_44_0.html
not_anonymous commented on 2025-07-15 14:17 (UTC)
PLEASE look at my comment on 2025-06-27 below b4 doing anything EXCEPT submitting an improvement.
TSG commented on 2025-07-12 18:29 (UTC)
Build fails as of 7/12/2025: /tool/lemon.c
not_anonymous commented on 2025-06-27 23:22 (UTC) (edited on 2025-07-01 01:15 (UTC) by not_anonymous)
https://bugzilla.redhat.com/show_bug.cgi?id=2359553
SO... I'm not sure this merits further attention ... any ideas anyone ?
PLUS; I'm gonna remove the "out-of-date" flag until the above matter is properly processed upstream.
vitaliikuzhdin commented on 2025-05-19 11:41 (UTC)
The build fails after the latest update of GCC from 14 to 15: https://pastebin.com/XM1qKgHH
I suggest taking the necessary patches from other distributions to make things easier, for example from here: https://src.fedoraproject.org/rpms/sqlite2/tree/rawhide
not_anonymous commented on 2025-04-01 17:18 (UTC)
Updated ... many thanks everyone !!
drankinatty commented on 2025-04-01 09:28 (UTC)
Here is a simple patch to add to the PKGBUILD
That will take care of the makefile generation of
temp.c
and it missing header and type mismatch (int
,long unsigned
). It will also take care oftool/lemon.c
missing the#include <unistd.h>
. Apply the patch-p1
.ryottmp3 commented on 2025-02-20 21:23 (UTC) (edited on 2025-02-20 21:27 (UTC) by ryottmp3)
To build this from source, do the following:
In sqlite-2.8.17/tool/lemon.c, add the following header to line 14:
include <unistd.h>
and after doing
$ mkdir bld
$ cd bld
$ ../configure
add to Makefile:272
then run
$ make
and it should compile.
Sorry for the bad formatting. I don't care to make it better.
@not_anonymous It'd be cool if you could make a patch that does this. I don't have the time, as midterms are coming up.
NeWolf commented on 2024-06-25 19:23 (UTC)
I get an error when trying to build
not_anonymous commented on 2021-06-11 20:13 (UTC)
Please consider using the following;
$ sudo grep -i cflag -r /etc/makepkg.conf CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong" DEBUG_CFLAGS="-g -fvar-tracking-assignments"
TIA
(I compiled successfully 4 days ago....)
1 2 Next › Last »