summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2017-02-16 01:42:07 +0100
committerStefan Husmann2017-02-16 01:42:07 +0100
commitf016ec6b4e063ef2878b04769d2fd0ad03d08760 (patch)
treef12543f0d1c0d558305be3b8d324a67c12761262
parent05e2975680298271bcf78872a4defb8f7e11798d (diff)
downloadaur-f016ec6b4e063ef2878b04769d2fd0ad03d08760.tar.gz
Updated version (2.1.6.15.g69ca2bb22 -> 2.1.6.19.g4706d6982).
Changelog ========= Fix accept4 gnulib update. (4706d6982) Add accept4 support (6e0965104) Switch to accept4 (9399c1347) Update Gnulib to v0.1-1157-gb03f418. (7e641595c) Elide syscalls in fdes->port (69ca2bb22) Fix compilation of continuations.c (2c02bdda1) Remove unused variable in continuations.c (8e1af70c2) VM continuations store FP/SP by offset (00ed4043c) Avoid reading garbage from dynstack (5048a8afb) Web server and client use suspendable ports (710ebfddc) Prevent TOCTTOU bugs in C ports (09a69dd71) Prevent TOCTTOU bugs in suspendable ports (8a4774dec) Remove remaining "display" uses in (web http) (ecdff904c) Beginnings of suspendable HTTP (96b994b6f) Modernize (web http) a bit (8c50060ae) Fix rank 0 arrays and nested arrays in truncated-print (93cbaef13) Support arrays in truncated-print (ee2125c63) Fix bug #25492 (a0028723d) Avoid stacks in dynamically-bound values (498f3f956)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 877ecea90080..8e0aec553b25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Feb 15 01:01:37 UTC 2017
+# Thu Feb 16 00:42:07 UTC 2017
pkgbase = guile-git
pkgdesc = A portable, embeddable Scheme implementation (Git snapshot)
- pkgver = 2.1.6.15.g69ca2bb22
+ pkgver = 2.1.6.19.g4706d6982
pkgrel = 1
url = http://www.gnu.org/software/guile/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 961a16cc9b68..6128b73e7b4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=guile-git
_gitname=guile
-pkgver=2.1.6.15.g69ca2bb22
+pkgver=2.1.6.19.g4706d6982
pkgrel=1
pkgdesc="A portable, embeddable Scheme implementation (Git snapshot)"
arch=('i686' 'x86_64')