diff --git a/hardware/disk/aufs-util/actions.py b/hardware/disk/aufs-util/actions.py
index 1d671ada19..e472668f69 100644
--- a/hardware/disk/aufs-util/actions.py
+++ b/hardware/disk/aufs-util/actions.py
@@ -16,5 +16,3 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
- pisitools.domove("libau.*","/usr/lib")
-
diff --git a/hardware/disk/aufs-util/pspec.xml b/hardware/disk/aufs-util/pspec.xml
index 8c6af595c6..e65537a571 100644
--- a/hardware/disk/aufs-util/pspec.xml
+++ b/hardware/disk/aufs-util/pspec.xml
@@ -12,9 +12,9 @@
app:gui
Utilities are always necessary for aufs
Utilities are always necessary for aufs
- https://sourceforge.net/projects/pisilinux/files/source/aufs-util-20160717.tar.gz
+ https://dev.gentoo.org/~jlec/distfiles/aufs-util-4.1_p20170130.tar.xz
- buildflags.patch
+
@@ -32,6 +32,13 @@
+
+ 2018-01-01
+ 20170130
+ Version bump.
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
2017-03-20
20160717
diff --git a/hardware/disk/btrfs-progs/actions.py b/hardware/disk/btrfs-progs/actions.py
index f83c1e37ea..13f7d0c55e 100644
--- a/hardware/disk/btrfs-progs/actions.py
+++ b/hardware/disk/btrfs-progs/actions.py
@@ -11,7 +11,7 @@ from pisi.actionsapi import shelltools
def setup():
shelltools.system("./autogen.sh")
- autotools.configure()
+ autotools.configure("--disable-zstd")
def build():
autotools.make("CC=%s" % get.CC())
@@ -26,4 +26,4 @@ def install():
pisitools.insinto("/usr/bin", "show-blocks", "btrfs-show-blocks")
pisitools.dodoc("COPYING")
-
\ No newline at end of file
+
diff --git a/hardware/disk/btrfs-progs/pspec.xml b/hardware/disk/btrfs-progs/pspec.xml
index cf8907ff8f..0d233b4d74 100644
--- a/hardware/disk/btrfs-progs/pspec.xml
+++ b/hardware/disk/btrfs-progs/pspec.xml
@@ -12,7 +12,7 @@
app:console
Userspace utilities for btrfs
btrfs-progs package provides all the userspace programs needed to create, check, modify and correct any inconsistencies in the btrfs filesystem.
- http://source.pisilinux.org/1.0/btrfs-progs-v4.1.2.tar.xz
+ https://github.com/kdave/btrfs-progs/archive/v4.14.tar.gz
xmlto
asciidoc
@@ -52,6 +52,13 @@
+
+ 2017-12-31
+ 4.14
+ Version bump.
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
2017-03-19
4.1.2
diff --git a/programming/language/go/actions.py b/programming/language/go/actions.py
index 9577c96c1e..a97aaa9a64 100644
--- a/programming/language/go/actions.py
+++ b/programming/language/go/actions.py
@@ -10,18 +10,17 @@ from pisi.actionsapi import shelltools
from pisi.actionsapi import get
NoStrip = ["/"]
-#NoStrip = ["/usr/lib/go/pkg", "/usr/lib/go/src/runtime/race", "/usr/lib/go/src/debug/elf", "/usr/lib/go/src/debug/dwarf"]
def build():
shelltools.export("go_platform","linux-amd64")
shelltools.export("go_linker","/lib/ld-linux-x86-64.so.2")
- shelltools.export("GOROOT", "%s/go-go1.7.6" % get.workDIR()) #0
+ shelltools.export("GOROOT", "%s/go-go1.9.2" % get.workDIR()) #0
shelltools.export("GOBIN", "$GOROOT/bin") #1
shelltools.export("GOPATH", "%s" % get.workDIR())
shelltools.export("GOROOT_FINAL", "/usr/lib/go")
- shelltools.export("GOROOT_BOOTSTRAP", "%s/go-go1.7.6/go-linux-amd64-bootstrap" % get.workDIR()) #2
+ shelltools.export("GOROOT_BOOTSTRAP", "%s/go-go1.9.2/go-linux-amd64-bootstrap" % get.workDIR()) #2
shelltools.export("GOOS","linux")
shelltools.export("GOARCH","amd64")
@@ -42,7 +41,7 @@ def build():
def install():
shelltools.export("GOROOT_FINAL", "/usr/lib/go")
- shelltools.cd("%s/go-go1.7.6" % get.workDIR())
+ shelltools.cd("%s/go-go1.9.2" % get.workDIR())
pisitools.dodir("/usr/lib/go")
shelltools.system("cp -r api bin doc lib pkg src %s/usr/lib/go" % get.installDIR())
diff --git a/programming/language/go/pspec.xml b/programming/language/go/pspec.xml
index 63066eb746..888612bc7e 100644
--- a/programming/language/go/pspec.xml
+++ b/programming/language/go/pspec.xml
@@ -12,17 +12,17 @@
app:console
Compiler and tools for the Go programming language from Google
Go is an open source programming language that makes it easy to build simple, reliable, and efficient software.
- https://github.com/golang/go/archive/go1.7.6.tar.gz
- https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap.tbz
+ https://github.com/golang/go/archive/go1.9.2.tar.gz
+ https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap-1.8.tbz
-
+
golang
@@ -30,10 +30,10 @@
git
+ /etc
/usr/bin/
/usr/lib/
/usr/share/
- /etc
go.sh
@@ -41,6 +41,13 @@
+
+ 2017-12-31
+ 1.9.2
+ Version bump.
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
2017-08-21
1.7.6