Skip to content

Commit

Permalink
databases/py-apsw: Update to 3.43.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Sep 22, 2023
1 parent d29fd26 commit 80f5f03
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 6 deletions.
2 changes: 1 addition & 1 deletion databases/py-apsw/Makefile
@@ -1,5 +1,5 @@
PORTNAME= apsw
PORTVERSION= 3.43.0.0
PORTVERSION= 3.43.1.0
CATEGORIES= databases python
MASTER_SITES= PYPI \
https://sqlite.org/2023/:sqlite
Expand Down
10 changes: 5 additions & 5 deletions databases/py-apsw/distinfo
@@ -1,5 +1,5 @@
TIMESTAMP = 1693056801
SHA256 (apsw-3.43.0.0.tar.gz) = 81d7db94047d8de91192b5ddac833f9ad131760d98fc478ab805965309d4a7d9
SIZE (apsw-3.43.0.0.tar.gz) = 386807
SHA256 (sqlite-autoconf-3430000.tar.gz) = 49008dbf3afc04d4edc8ecfc34e4ead196973034293c997adad2f63f01762ae1
SIZE (sqlite-autoconf-3430000.tar.gz) = 3178199
TIMESTAMP = 1695143287
SHA256 (apsw-3.43.1.0.tar.gz) = 7e2cbbb407b6d1146bbd966de5843688b4deaa2cb07d98690689a42d00363cdd
SIZE (apsw-3.43.1.0.tar.gz) = 398206
SHA256 (sqlite-autoconf-3430100.tar.gz) = 39116c94e76630f22d54cd82c3cea308565f1715f716d1b2527f1c9c969ba4d9
SIZE (sqlite-autoconf-3430100.tar.gz) = 3175971
11 changes: 11 additions & 0 deletions databases/py-apsw/files/patch-src-apsw.c
@@ -0,0 +1,11 @@
--- src/apsw.c.orig 2023-09-13 22:45:44 UTC
+++ src/apsw.c
@@ -102,7 +102,7 @@ API Reference
#ifdef _MSC_VER
#include <malloc.h>
#else
-#include <alloca.h>
+#include <stdlib.h>
#endif
/* Get the version number */

0 comments on commit 80f5f03

Please sign in to comment.