summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraham Gower2024-04-03 10:43:55 +1030
committerGraham Gower2024-04-03 10:43:55 +1030
commit93a8f74ba74e773febcac976c54bcc38366e818b (patch)
treedd5a19949b9f2563cb644f123d61cb42f82d4c24
parent4b07e261d34338a17ece176c849530535bfb94eb (diff)
downloadaur-93a8f74ba74e773febcac976c54bcc38366e818b.tar.gz
bump to fix a buffer overflow in a test
This is a minor issue arising from -D_FORTIFY_SOURCE=3. For details, see https://github.com/MesserLab/SLiM/issues/437
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0b47ee227b92..ed29208c8c7f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = slim-simulator
pkgdesc = A forwards-time population genetic simulator.
- pkgver = 4.2.r0.g6d00ad37
+ pkgver = 4.2.r1.g5b110b92
pkgrel = 1
url = https://messerlab.org/slim/
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a4d981fca782..b9ffc7905ab3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: Graham Gower <graham dot gower at gmail dot com>
_gitname=SLiM
-_gittag=v4.2 # tag, branch, or commit; comment out to use latest
+# 5b110b9 is v4.2 + minor patch. https://github.com/MesserLab/SLiM/issues/437
+_gittag=5b110b9 # tag, branch, or commit; comment out to use latest
pkgname=slim-simulator
-pkgver=4.2.r0.g6d00ad37
+pkgver=4.2.r1.g5b110b92
pkgrel=1
pkgdesc="A forwards-time population genetic simulator."
arch=("x86_64")