summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2017-02-15 02:01:38 +0100
committerStefan Husmann2017-02-15 02:01:38 +0100
commit05e2975680298271bcf78872a4defb8f7e11798d (patch)
tree3a390d661c30ad20859045c16fe9d3f5966c5505
parentb15e6d3fb872b0b15a7d9e50cd5a165b7b19eba1 (diff)
downloadaur-05e2975680298271bcf78872a4defb8f7e11798d.tar.gz
Updated version (2.1.6.14.g2c02bdda1 -> 2.1.6.15.g69ca2bb22).
Changelog ========= 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, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a6d79951b6c2..877ecea90080 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Wed Feb 15 01:01:37 UTC 2017
pkgbase = guile-git
pkgdesc = A portable, embeddable Scheme implementation (Git snapshot)
- pkgver = 2.1.6.14.g2c02bdda1
+ pkgver = 2.1.6.15.g69ca2bb22
pkgrel = 1
url = http://www.gnu.org/software/guile/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 03107a265235..961a16cc9b68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=guile-git
_gitname=guile
-pkgver=2.1.6.14.g2c02bdda1
+pkgver=2.1.6.15.g69ca2bb22
pkgrel=1
pkgdesc="A portable, embeddable Scheme implementation (Git snapshot)"
arch=('i686' 'x86_64')