diff --git a/hardware/disk/libisofs/pspec.xml b/hardware/disk/libisofs/pspec.xml
index 3d990924c5..8c916fe6b6 100644
--- a/hardware/disk/libisofs/pspec.xml
+++ b/hardware/disk/libisofs/pspec.xml
@@ -13,7 +13,7 @@
library
A library for creating ISO disc images
libisofs is a library that handles creating ISO disc image files. It is intended to work together with libburn to write these images to discs
- http://files.libburnia-project.org/releases/libisofs-1.4.8.tar.gz
+ http://files.libburnia-project.org/releases/libisofs-1.5.2.tar.gz
acl-devel
zlib-devel
@@ -49,6 +49,13 @@
+
+ 2020-02-01
+ 1.5.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-08-18
1.4.8
diff --git a/hardware/disk/ntfs-3g/pspec.xml b/hardware/disk/ntfs-3g/pspec.xml
index a745011ac5..5bf8b0ded7 100644
--- a/hardware/disk/ntfs-3g/pspec.xml
+++ b/hardware/disk/ntfs-3g/pspec.xml
@@ -69,6 +69,13 @@
+
+ 2020-02-01
+ 2017.3.23
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2019-11-13
2017.3.23
diff --git a/hardware/disk/reiserfsprogs/actions.py b/hardware/disk/reiserfsprogs/actions.py
index d47e49dd57..66e42ad729 100644
--- a/hardware/disk/reiserfsprogs/actions.py
+++ b/hardware/disk/reiserfsprogs/actions.py
@@ -6,10 +6,13 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
+ shelltools.system("sed -i '/parse_time.h/i #define _GNU_SOURCE' lib/parse_time.c")
pisitools.flags.add("-std=gnu89")
+ autotools.autoreconf("-fiv")
autotools.configure("--prefix=/usr --sbindir=/sbin")
def build():
diff --git a/hardware/disk/reiserfsprogs/pspec.xml b/hardware/disk/reiserfsprogs/pspec.xml
index 80d976f445..4ea6e0f5ff 100644
--- a/hardware/disk/reiserfsprogs/pspec.xml
+++ b/hardware/disk/reiserfsprogs/pspec.xml
@@ -37,6 +37,13 @@
+
+ 2020-02-01
+ 3.6.27
+ Rebuild
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2018-08-19
3.6.27