diff --git a/hardware/disk/mtools/actions.py b/hardware/disk/mtools/actions.py
new file mode 100644
index 00000000..2d000a6a
--- /dev/null
+++ b/hardware/disk/mtools/actions.py
@@ -0,0 +1,31 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+def setup():
+ #for i in ["mtools.texi"]:
+ # pisitools.dosed(i, "/usr/local/etc", "/etc")
+
+ shelltools.export("INSTALL_PROGRAM", "install")
+ autotools.autoreconf("-fi")
+ autotools.configure("--prefix=/usr \
+ --sysconfdir=/etc/mtools \
+ --includedir=/usr/src/linux/include")
+
+def build():
+ autotools.make()
+ pisitools.dosed("mtools.conf","SAMPLE FILE","#SAMPLE FILE")
+def install():
+ autotools.rawInstall('-j1 DESTDIR="%s"' % get.installDIR())
+
+
+ pisitools.insinto("/etc/mtools","mtools.conf")
+
+ pisitools.dodoc("COPYING", "README*", "Release.notes")
diff --git a/hardware/disk/mtools/pspec.xml b/hardware/disk/mtools/pspec.xml
new file mode 100644
index 00000000..bb895ba6
--- /dev/null
+++ b/hardware/disk/mtools/pspec.xml
@@ -0,0 +1,52 @@
+
+
+
+
+ mtools
+ http://mtools.linux.lu/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ app:console
+ Utilities to access MS-DOS disks without mounting them
+ Mtools are utilities to access MS-DOS disks without mounting them.
+ mirrors://gnu/mtools/mtools-4.0.18.tar.gz
+
+
+
+ mtools
+
+ /usr/bin
+ /etc
+ /usr/share/doc
+ /usr/share/info
+ /usr/share/man
+
+
+
+
+
+ 2014-02-12
+ 4.0.18
+ Fix mtools.conf syntax.
+ Richard de Bruin
+ richdb@pisilinux.org
+
+
+ 2013-11-20
+ 4.0.18
+ Version bump
+ Richard de Bruin
+ richdb@pisilinux.org
+
+
+ 2012-09-22
+ 4.0.17
+ First release
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+
diff --git a/hardware/disk/mtools/translations.xml b/hardware/disk/mtools/translations.xml
new file mode 100644
index 00000000..32e599d3
--- /dev/null
+++ b/hardware/disk/mtools/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ mtools
+ MS-DOS (Windows) disketlerinize -mount ile bağlamadan- erişim araçları
+ Mtools diskinizdeki MS-DOS (Windows) bölümlerine -mount komutu ile bağlamadan- erişebilmek için gereken araç setidir.
+
+
diff --git a/office/docbook/docbook-xml/actions.py b/office/docbook/docbook-xml/actions.py
index 0eb21712..56f6d0e5 100644
--- a/office/docbook/docbook-xml/actions.py
+++ b/office/docbook/docbook-xml/actions.py
@@ -10,7 +10,7 @@ from pisi.actionsapi import get
WorkDir="."
def install():
- for version in ["4.1.2", "4.2", "4.3", "4.4", "4.5"]:
+ for version in ["4.1.2", "4.2", "4.3", "4.4", "4.5", "5.0"]:
pisitools.insinto("/usr/share/xml/docbook/xml-dtd-%s" % version, "*.dtd")
pisitools.insinto("/usr/share/xml/docbook/xml-dtd-%s" % version, "*.mod")
pisitools.insinto("/usr/share/xml/docbook/xml-dtd-%s" % version, "docbook.cat")
diff --git a/office/docbook/docbook-xml/pspec.xml b/office/docbook/docbook-xml/pspec.xml
index cd2fc303..09acda3e 100644
--- a/office/docbook/docbook-xml/pspec.xml
+++ b/office/docbook/docbook-xml/pspec.xml
@@ -18,6 +18,7 @@
http://www.docbook.org/xml/4.3/docbook-xml-4.3.zip
http://www.docbook.org/xml/4.4/docbook-xml-4.4.zip
http://www.docbook.org/xml/4.5/docbook-xml-4.5.zip
+ http://www.docbook.org/xml/5.0/docbook-5.0.zip
@@ -39,6 +40,13 @@
+
+ 2016-01-28
+ 5.0
+ Version bump.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
2014-11-17
4.5
diff --git a/office/docbook/docbook-xsl/pspec.xml b/office/docbook/docbook-xsl/pspec.xml
index bfb390c9..9245d971 100644
--- a/office/docbook/docbook-xsl/pspec.xml
+++ b/office/docbook/docbook-xsl/pspec.xml
@@ -12,7 +12,7 @@
data
Norman Walsh's XSL stylesheets for DocBook XML
These XSL stylesheets allow you to transform any DocBook XML document to other formats such as HTML, FO and XHTML.
- http://sourceforge.net/projects/docbook/files/docbook-xsl/1.78.1/docbook-xsl-1.78.1.tar.bz2
+ http://sourceforge.net/projects/docbook/files/docbook-xsl/1.79.1/docbook-xsl-1.79.1.tar.bz2
Makefile
@@ -21,7 +21,7 @@
docbook-xsl-newmethods.patch
docbook-xsl-non-constant-expressions.patch
docbook-xsl-list-item-body.patch
- docbook-xsl-mandir.patch
+
@@ -40,6 +40,13 @@
+
+ 2015-01-28
+ 1.79.1
+ Version bump
+ Alihan Öztürk
+ alihan@pisilinux.org
+
2014-11-17
1.78.1
diff --git a/office/docbook/xmlto/pspec.xml b/office/docbook/xmlto/pspec.xml
index 98e6c2df..f78c35d3 100644
--- a/office/docbook/xmlto/pspec.xml
+++ b/office/docbook/xmlto/pspec.xml
@@ -12,7 +12,7 @@
app:console
A frontend to an XSL toolchain
The purpose of xmlto is to convert an XML file to the desired format using whatever means necessary.
- https://fedorahosted.org/releases/x/m/xmlto/xmlto-0.0.26.tar.gz
+ https://fedorahosted.org/releases/x/m/xmlto/xmlto-0.0.28.tar.gz
libxslt
util-linux
@@ -39,6 +39,13 @@
+
+ 2014-05-18
+ 0.0.28
+ Version bump.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
2014-05-18
0.0.26
diff --git a/pisi-index.xml b/pisi-index.xml
index fa5010fd..7887472c 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -667,6 +667,8 @@
patches/mageia/3rd-viahss-3.0-buildfix.patch
patches/mageia/3rd-rtl8723bs.patch
patches/mageia/ahci-add-new-Intel-device-IDs.patch
+ patches/mageia/ata-libata-disable-forced-PORTS_IMPL-for-AHCI-1.3.patch
+ patches/mageia/keys-fix-keyring-ref-leak-in-join_session_keyring.patch
patches/mageia/arm-0001-dt-bindings-Add-root-properties-for-Raspberry-Pi-2.patch
patches/mageia/arm-0002-ARM-bcm2835-Add-a-compat-string-for-bcm2836-machine-.patch
patches/mageia/arm-0003-ARM-bcm2835-Add-Kconfig-support-for-bcm2836.patch
@@ -739,9 +741,9 @@
security
- 2016-01-11
+ 2016-01-25
4.4.0
- Version bump to 4.4.0
+ Version bump to 4.4.0,add CVE-2016-0728 patch.
Ertuğrul Erata
ertugrulerata@gmail.com
@@ -8506,7 +8508,7 @@
C programlama dili için glib kütüphanesi
glib2 is the low-level core library that forms the basis for projects such as GTK+ and GNOME. It provides data structure handling for C, portability wrappers, and interfaces for such runtime functionality as an event loop, threads, dynamic loading, and an object system.
glib2, GTK+ ve GNOME gibi projelerin temelini oluşturan düşük seviyeli çekirdek kütüphanedir. C için veri yapıları, taşınabilirlik katmanları ve çeşitli çalışma zamanı işlevleri için arabirimler sunar.
- mirrors://gnome/glib/2.44/glib-2.44.0.tar.xz
+ mirrors://gnome/glib/2.46/glib-2.46.2.tar.xz
libpcre-devel
zlib-devel
@@ -8550,7 +8552,7 @@
glib2 için geliştirme dosyaları
system.devel
- glib2
+ glib2
libpcre-devel
@@ -8593,7 +8595,7 @@
glibc-32bit
- glib2
+ glib2
libpcre-32bit
zlib-32bit
libffi-32bit
@@ -8617,6 +8619,13 @@
+
+ 2016-01-25
+ 2.46.2
+ Version bump.
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
2015-04-08
2.44.0
@@ -14211,13 +14220,17 @@
Google Performans Araçları
Perf Tools is a collection of a high-performance multi-threaded malloc() implementation, plus some pretty nifty performance analysis tools.
gperftools yüksek performanslı ve yararlı performans analizi araçları içerir.
- http://source.pisilinux.org/1.0/gperftools-846b775dfadb.tar.gz
+ https://github.com/gperftools/gperftools/releases/download/gperftools-2.4/gperftools-2.4.tar.gz
+
+ libunwind-devel
+
system/base/gperftools/pspec.xml
gperftools
libunwind
+ libgcc
/usr/bin
@@ -14234,7 +14247,7 @@
gperftools için geliştirme başlıklarını içerir.
library
- gperftools
+ gperftools
/usr/include
@@ -14250,13 +14263,20 @@
data:doc
system.doc
- gperftools
+ gperftools
/usr/share/doc/gperftools
+
+ 2016-01-25
+ 2.4
+ Version bump.
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
2014-06-02
2.2
@@ -15459,14 +15479,13 @@
eudev sistemd-udev uygulamasının çatalı
eudev is a fork of system-udev with the goal of obtaining better compatibility with existing software such as OpenRC and Upstart, older kernels, various toolchains and anything else required by users and various distributions.
eudev sistem-udev uygulamasının OpenRC, Upstart gibi başlangıç sistemleri ile uyumu için hazırlanmış çatalı
- https://github.com/gentoo/eudev/archive/v3.1.2.tar.gz
+ https://github.com/gentoo/eudev/archive/v3.1.5.tar.gz
config.cache
glibc-devel
libkmod-devel
- glib2-devel
libpcre-devel
gperf
@@ -15476,7 +15495,6 @@
eudev
libkmod
- glib2
/bin
@@ -15519,8 +15537,7 @@
Development files for eudev
system.devel
- eudev
- glib2-devel
+ eudev
/usr/include/
@@ -15541,11 +15558,9 @@
glibc-32bit
libkmod-32bit
- glib2-32bit
glibc-32bit
- glib2-32bit
/lib32
@@ -15561,6 +15576,13 @@
+
+ 2016-01-17
+ 3.1.5
+ Version bump.
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
2016-01-04
3.1.2
@@ -19452,7 +19474,7 @@
system.devel
Introspection system for GObject-based libraries
gobject-introspection can scan C header and source files in order to generate introspection typelib files. It also provides an API to examine typelib files, useful for creating language bindings among other things.
- mirrors://gnome/gobject-introspection/1.44/gobject-introspection-1.44.0.tar.xz
+ mirrors://gnome/gobject-introspection/1.46/gobject-introspection-1.46.0.tar.xz
libffi-devel
python-devel
@@ -19477,7 +19499,7 @@
gobject-introspection-devel
Development files for gobject-introspection
- gobject-introspection
+ gobject-introspection
libffi
glib2
libffi-devel
@@ -19495,6 +19517,13 @@
+
+ 2016-01-25
+ 1.46.0
+ Version bump.
+ Ertuğrul Erata
+ ertugrulerata@gmail.com
+
2015-04-06
1.44.0
@@ -23254,6 +23283,58 @@
+
+
+ mtools
+ http://mtools.linux.lu/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ app:console
+ hardware.disk
+ Utilities to access MS-DOS disks without mounting them
+ MS-DOS (Windows) disketlerinize -mount ile bağlamadan- erişim araçları
+ Mtools are utilities to access MS-DOS disks without mounting them.
+ Mtools diskinizdeki MS-DOS (Windows) bölümlerine -mount komutu ile bağlamadan- erişebilmek için gereken araç setidir.
+ mirrors://gnu/mtools/mtools-4.0.18.tar.gz
+ hardware/disk/mtools/pspec.xml
+
+
+ mtools
+
+ /usr/bin
+ /etc
+ /usr/share/doc
+ /usr/share/info
+ /usr/share/man
+
+
+
+
+ 2014-02-12
+ 4.0.18
+ Fix mtools.conf syntax.
+ Richard de Bruin
+ richdb@pisilinux.org
+
+
+ 2013-11-20
+ 4.0.18
+ Version bump
+ Richard de Bruin
+ richdb@pisilinux.org
+
+
+ 2012-09-22
+ 4.0.17
+ First release
+ Serdar Soytetir
+ kaptan@pisilinux.org
+
+
+
lvm2
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 9ccef64b..d82acfba 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-7ee86809d1d46b65b0ec8327ddc8a710f2632964
\ No newline at end of file
+330a7dd11845dc1f17901b28a26567dc1c2ab223
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 04a4a121..6edc955d 100644
Binary files a/pisi-index.xml.xz and b/pisi-index.xml.xz differ
diff --git a/pisi-index.xml.xz.sha1sum b/pisi-index.xml.xz.sha1sum
index 9e23becc..e7660906 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-aa9a9648d68493a6e6779305a1783e5f0ea76915
\ No newline at end of file
+fda1dd233e01566eda7672417f23fdf65eae629b
\ No newline at end of file
diff --git a/system/base/cracklib/pspec.xml b/system/base/cracklib/pspec.xml
index 58a90b72..ef9d14c7 100644
--- a/system/base/cracklib/pspec.xml
+++ b/system/base/cracklib/pspec.xml
@@ -12,7 +12,7 @@
library
Password Checking Library
CrackLib tests passwords to determine whether they match certain security-oriented characteristics, with the purpose of stopping users from choosing passwords that are easy to guess.
- mirrors://sourceforge/cracklib/cracklib-2.9.2.tar.gz
+ mirrors://sourceforge/cracklib/cracklib-2.9.4.tar.gz
zlib
python
@@ -49,6 +49,13 @@
+
+ 2016-01-28
+ 2.9.4
+ Version bump.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
2014-10-31
2.9.2
diff --git a/system/base/cryptsetup/pspec.xml b/system/base/cryptsetup/pspec.xml
index 12786a5e..7cde174c 100644
--- a/system/base/cryptsetup/pspec.xml
+++ b/system/base/cryptsetup/pspec.xml
@@ -13,7 +13,7 @@
app:cli
Userspace setup tool for transparent encryption of block devices using dm-crypt
Userspace setup tool for transparent encryption of block devices using dm-crypt
- https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/cryptsetup-1.6.7.tar.xz
+ https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/cryptsetup-1.7.0.tar.xz
device-mapper-devel
libgpg-error-devel
@@ -82,6 +82,13 @@
+
+ 2016-01-28
+ 1.7.0
+ Version bump.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
2015-04-30
1.6.7
diff --git a/system/base/curl/pspec.xml b/system/base/curl/pspec.xml
index 743536ae..c2cfe7e3 100644
--- a/system/base/curl/pspec.xml
+++ b/system/base/curl/pspec.xml
@@ -14,7 +14,7 @@
library
A utility for getting files from remote servers
curl is a command line tool for transferring data with URL syntax, supporting various protocols.
- http://curl.haxx.se/download/curl-7.42.1.tar.bz2
+ http://curl.haxx.se/download/curl-7.47.0.tar.bz2
glibc-devel
zlib-devel
@@ -24,7 +24,7 @@
ca-certificates
- curl-krb5flags.patch
+
curl-ac.patch
@@ -47,6 +47,7 @@
/usr/share/doc/
/usr/share/man/
/usr/share/curl
+ /usr/share/zsh
@@ -66,6 +67,13 @@
+
+ 2016-01-28
+ 7.47.0
+ Version bump.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
2015-05-28
7.42.1
diff --git a/system/base/dhcpcd/pspec.xml b/system/base/dhcpcd/pspec.xml
index d3dcbc14..6261b9d8 100644
--- a/system/base/dhcpcd/pspec.xml
+++ b/system/base/dhcpcd/pspec.xml
@@ -12,7 +12,7 @@
app:console
A dhcp client only
An RFC2131 and RFC1541 compliant DHCP client daemon. dhcpcd gets an IP address and other information from a corresponding DHCP server, configures the network interface automatically, and tries to renew the lease time according to RFC2131 or RFC1541 depending on the command line option.
- http://ftp.osuosl.org/pub/blfs/conglomeration/dhcpcd/dhcpcd-6.8.1.tar.bz2
+ http://ftp.osuosl.org/pub/blfs/conglomeration/dhcpcd/dhcpcd-6.10.1.tar.xz
@@ -24,11 +24,19 @@
/sbin
/usr/share/doc
/usr/share/man
+ /usr/share/dhcpcd
/var/lib/dhcpcd
+
+ 2016-01-28
+ 6.10.1
+ Version bump.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
2015-05-03
6.8.1
diff --git a/system/devel/cloog/actions.py b/system/devel/cloog/actions.py
index dead31a3..474a4c2c 100644
--- a/system/devel/cloog/actions.py
+++ b/system/devel/cloog/actions.py
@@ -10,14 +10,15 @@ from pisi.actionsapi import get
def setup():
- autotools.configure("--disable-static \
- --enable-shared \
- --with-isl=system \
+ autotools.configure("--with-isl=system \
--with-gmp=system \
--with-ppl")
def build():
autotools.make()
+
+#def build():
+ #autotools.make("-j1 check")
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
diff --git a/system/devel/cloog/pspec.xml b/system/devel/cloog/pspec.xml
index 196abc46..c5145395 100644
--- a/system/devel/cloog/pspec.xml
+++ b/system/devel/cloog/pspec.xml
@@ -13,14 +13,14 @@
library
Chunky Loop Generator
cloog is CLooG is a free software and library to generate code for scanning Z-polyhedra. It is used by the GCC Graphite optimization framework.
- http://www.bastoul.net/cloog/pages/download/cloog-0.18.1.tar.gz
+ http://www.bastoul.net/cloog/pages/download/cloog-0.18.4.tar.gz
gmp-devel
ppl-devel
isl-devel
- cloog-0.18.1-isl-compat.patch
+
@@ -51,6 +51,13 @@
+
+ 2016-01-27
+ 0.18.4
+ Version bump
+ Alihan Öztürk
+ alihan@pisilinux.org
+
2014-09-06
0.18.1
diff --git a/system/devel/elfutils/pspec.xml b/system/devel/elfutils/pspec.xml
index 92bfa43b..964600d8 100644
--- a/system/devel/elfutils/pspec.xml
+++ b/system/devel/elfutils/pspec.xml
@@ -13,7 +13,7 @@
library
Libraries/utilities to handle ELF objects
elfutils contains libraries and utilities to handle ELF objects and is a replacement for libelf.
- https://fedorahosted.org/releases/e/l/elfutils/0.161/elfutils-0.161.tar.bz2
+ https://fedorahosted.org/releases/e/l/elfutils/0.165/elfutils-0.165.tar.bz2
bzip2
xz-devel
@@ -38,6 +38,13 @@
+
+ 2016-01-28
+ 0.165
+ Version bump.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
2015-04-09
0.161
diff --git a/system/devel/isl/pspec.xml b/system/devel/isl/pspec.xml
index 2223b506..22a83276 100644
--- a/system/devel/isl/pspec.xml
+++ b/system/devel/isl/pspec.xml
@@ -12,7 +12,7 @@
library
Integer Set Library
isl is a library for manipulating sets and relations of integer points bounded by linear constraints.
- http://isl.gforge.inria.fr/isl-0.13.tar.bz2
+ http://isl.gforge.inria.fr/isl-0.16.1.tar.bz2
gmp-devel
@@ -42,6 +42,13 @@
+
+ 2016-01-27
+ 0.16.1
+ Version bump.
+ Alihan Öztürk
+ alihan@pisilinux.org
+
2015-05-05
0.13