diff --git a/core_check_lfs.md b/core_check_lfs.md index 9a1bf389..db728ebf 100644 --- a/core_check_lfs.md +++ b/core_check_lfs.md @@ -52,12 +52,12 @@ - [ ] gcc - C/C++ ve Fortran derleyicisi // gcc-5.3.0 - [x] gdbm - Perl uyumlu standart GNU veritabanı kütüphaneleri - [x] gettext - Farklı dillerde ileti katalogları üretmek için gerekli GNU araçları ve kütüphaneleri -- [ ] glib2 - C programlama dili için glib kütüphanesi // * BLFS http://ftp.gnome.org/pub/gnome/sources/glib/2.46/glib-2.46.2.tar.xz * +- [x] glib2 - C programlama dili için glib kütüphanesi // * BLFS http://ftp.gnome.org/pub/gnome/sources/glib/2.46/glib-2.46.2.tar.xz * - [ ] glibc - GNU libc6 (glibc2 olarak da bilinir) C kitaplığı // Glibc-2.22 - [ ] glpk - GNU Doğrusal Programlama Kiti //* http://ftp.gnu.org/gnu/glpk/glpk-4.57.tar.gz* - [x] gmp - İstenilen duyarlıkta çalışabilen aritmetik işlem kitaplığı - [ ] gnuconfig - Autofoo için temel config dosyaları -- [ ] gobject-introspection - Introspection system for GObject-based libraries // * BLFS http://ftp.gnome.org/pub/gnome/sources/gobject-introspection/1.46/gobject-introspection-1.46.0.tar.xz * +- [x] gobject-introspection - Introspection system for GObject-based libraries // * BLFS http://ftp.gnome.org/pub/gnome/sources/gobject-introspection/1.46/gobject-introspection-1.46.0.tar.xz * - [x] gperf - Mükemmel hash üreticisi - [ ] gperftools - Google Performans Araçları // * https://github.com/gperftools/gperftools/releases/download/gperftools-2.4/gperftools-2.4.tar.gz * - [x] grep - Grep düzenli ifade eşleme aracı diff --git a/desktop/font/freetype/pspec.xml b/desktop/font/freetype/pspec.xml index 0236004d..f7b2a1f1 100644 --- a/desktop/font/freetype/pspec.xml +++ b/desktop/font/freetype/pspec.xml @@ -13,7 +13,7 @@ library A high-quality and portable font engine FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and portable while capable of producing high-quality output. It can be used in graphics libraries, display servers, font conversion tools, text image generation tools, and many other products as well. - mirrors://sourceforge/freetype/freetype-2.6.tar.bz2 + mirrors://sourceforge/freetype/freetype-2.6.2.tar.bz2 zlib-devel bzip2 @@ -72,6 +72,13 @@ + + 2016-01-28 + 2.6.2 + Version bump. + Alihan Öztürk + alihan@pisilinux.org + 2015-07-29 2.6 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/busybox/files/config b/system/base/busybox/files/config index 54019559..97f598fc 100644 --- a/system/base/busybox/files/config +++ b/system/base/busybox/files/config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit -# Busybox version: 1.22.1 -# Tue Mar 25 17:11:52 2014 +# Busybox version: 1.24.1 +# Fri Jan 29 23:10:26 2016 # CONFIG_HAVE_DOT_CONFIG=y @@ -36,6 +36,8 @@ CONFIG_LAST_SUPPORTED_WCHAR=767 # CONFIG_UNICODE_BIDI_SUPPORT is not set # CONFIG_UNICODE_NEUTRAL_TABLE is not set # CONFIG_UNICODE_PRESERVE_BROKEN is not set +# CONFIG_PAM is not set +CONFIG_FEATURE_USE_SENDFILE=y CONFIG_LONG_OPTS=y # CONFIG_FEATURE_DEVPTS is not set # CONFIG_FEATURE_CLEAN_UP is not set @@ -73,6 +75,7 @@ CONFIG_EXTRA_LDLIBS="" # # CONFIG_DEBUG is not set # CONFIG_DEBUG_PESSIMIZE is not set +# CONFIG_UNIT_TEST is not set # CONFIG_WERROR is not set CONFIG_NO_DEBUG_LIB=y # CONFIG_DMALLOC is not set @@ -153,10 +156,11 @@ CONFIG_FEATURE_CPIO_O=y CONFIG_GZIP=y # CONFIG_FEATURE_GZIP_LONG_OPTIONS is not set CONFIG_GZIP_FAST=0 +# CONFIG_FEATURE_GZIP_LEVELS is not set # CONFIG_LZOP is not set # CONFIG_LZOP_COMPR_HIGH is not set -# CONFIG_RPM2CPIO is not set # CONFIG_RPM is not set +# CONFIG_RPM2CPIO is not set CONFIG_TAR=y CONFIG_FEATURE_TAR_CREATE=y # CONFIG_FEATURE_TAR_AUTODETECT is not set @@ -180,9 +184,17 @@ CONFIG_DATE=y CONFIG_FEATURE_DATE_ISOFMT=y # CONFIG_FEATURE_DATE_NANO is not set CONFIG_FEATURE_DATE_COMPAT=y +CONFIG_DD=y +CONFIG_FEATURE_DD_SIGNAL_HANDLING=y +# CONFIG_FEATURE_DD_THIRD_STATUS_LINE is not set +# CONFIG_FEATURE_DD_IBS_OBS is not set +CONFIG_FEATURE_DD_STATUS=y # CONFIG_HOSTID is not set # CONFIG_ID is not set CONFIG_GROUPS=y +CONFIG_SHUF=y +CONFIG_SYNC=y +CONFIG_FEATURE_SYNC_FANCY=y CONFIG_TEST=y # CONFIG_FEATURE_TEST_64 is not set CONFIG_TOUCH=y @@ -191,6 +203,8 @@ CONFIG_FEATURE_TOUCH_SUSV3=y CONFIG_TR=y CONFIG_FEATURE_TR_CLASSES=y CONFIG_FEATURE_TR_EQUIV=y +CONFIG_TRUNCATE=y +CONFIG_UNLINK=y CONFIG_BASE64=y # CONFIG_WHO is not set # CONFIG_USERS is not set @@ -206,10 +220,6 @@ CONFIG_CHROOT=y CONFIG_CP=y # CONFIG_FEATURE_CP_LONG_OPTIONS is not set CONFIG_CUT=y -CONFIG_DD=y -CONFIG_FEATURE_DD_SIGNAL_HANDLING=y -# CONFIG_FEATURE_DD_THIRD_STATUS_LINE is not set -# CONFIG_FEATURE_DD_IBS_OBS is not set CONFIG_DF=y # CONFIG_FEATURE_DF_FANCY is not set CONFIG_DIRNAME=y @@ -278,7 +288,6 @@ CONFIG_STAT=y CONFIG_FEATURE_STAT_FORMAT=y # CONFIG_STTY is not set # CONFIG_SUM is not set -CONFIG_SYNC=y # CONFIG_TAC is not set CONFIG_TAIL=y CONFIG_FEATURE_FANCY_TAIL=y @@ -287,6 +296,7 @@ CONFIG_TEE=y CONFIG_TRUE=y # CONFIG_TTY is not set CONFIG_UNAME=y +CONFIG_UNAME_OSNAME="Pisi GNU/Linux" # CONFIG_UNEXPAND is not set # CONFIG_FEATURE_UNEXPAND_LONG_OPTIONS is not set CONFIG_UNIQ=y @@ -298,6 +308,11 @@ CONFIG_WC=y # CONFIG_WHOAMI is not set # CONFIG_YES is not set +# +# Common options +# +CONFIG_FEATURE_VERBOSE=y + # # Common options for cp and mv # @@ -388,6 +403,9 @@ CONFIG_FEATURE_VI_SETOPTS=y CONFIG_FEATURE_VI_SET=y CONFIG_FEATURE_VI_WIN_RESIZE=y # CONFIG_FEATURE_VI_ASK_TERMINAL is not set +CONFIG_FEATURE_VI_UNDO=y +CONFIG_FEATURE_VI_UNDO_QUEUE=y +CONFIG_FEATURE_VI_UNDO_QUEUE_MAX=256 CONFIG_FEATURE_ALLOW_EXEC=y # @@ -404,6 +422,7 @@ CONFIG_FEATURE_FIND_MAXDEPTH=y CONFIG_FEATURE_FIND_NEWER=y CONFIG_FEATURE_FIND_INUM=y CONFIG_FEATURE_FIND_EXEC=y +CONFIG_FEATURE_FIND_EXEC_PLUS=y CONFIG_FEATURE_FIND_USER=y CONFIG_FEATURE_FIND_GROUP=y CONFIG_FEATURE_FIND_NOT=y @@ -425,6 +444,7 @@ CONFIG_FEATURE_XARGS_SUPPORT_CONFIRMATION=y CONFIG_FEATURE_XARGS_SUPPORT_QUOTES=y CONFIG_FEATURE_XARGS_SUPPORT_TERMOPT=y CONFIG_FEATURE_XARGS_SUPPORT_ZERO_TERM=y +CONFIG_FEATURE_XARGS_SUPPORT_REPL_STR=y # # Init Utilities @@ -461,6 +481,7 @@ CONFIG_USE_BB_CRYPT=y # CONFIG_ADDUSER is not set # CONFIG_FEATURE_ADDUSER_LONG_OPTIONS is not set # CONFIG_FEATURE_CHECK_NAMES is not set +CONFIG_LAST_ID=0 CONFIG_FIRST_SYSTEM_ID=0 CONFIG_LAST_SYSTEM_ID=0 # CONFIG_ADDGROUP is not set @@ -472,7 +493,6 @@ CONFIG_LAST_SYSTEM_ID=0 # CONFIG_GETTY is not set # CONFIG_LOGIN is not set # CONFIG_LOGIN_SESSION_AS_CHILD is not set -# CONFIG_PAM is not set # CONFIG_LOGIN_SCRIPTS is not set # CONFIG_FEATURE_NOLOGIN is not set # CONFIG_FEATURE_SECURETTY is not set @@ -530,14 +550,26 @@ CONFIG_DEFAULT_DEPMOD_FILE="modules.dep" # Linux System Utilities # CONFIG_BLOCKDEV=y +CONFIG_FATATTR=y CONFIG_FSTRIM=y -# CONFIG_MDEV is not set -# CONFIG_FEATURE_MDEV_CONF is not set -# CONFIG_FEATURE_MDEV_RENAME is not set -# CONFIG_FEATURE_MDEV_RENAME_REGEXP is not set -# CONFIG_FEATURE_MDEV_EXEC is not set -# CONFIG_FEATURE_MDEV_LOAD_FIRMWARE is not set +CONFIG_MDEV=y +CONFIG_FEATURE_MDEV_CONF=y +CONFIG_FEATURE_MDEV_RENAME=y +CONFIG_FEATURE_MDEV_RENAME_REGEXP=y +CONFIG_FEATURE_MDEV_EXEC=y +CONFIG_FEATURE_MDEV_LOAD_FIRMWARE=y +CONFIG_MOUNT=y +# CONFIG_FEATURE_MOUNT_FAKE is not set +CONFIG_FEATURE_MOUNT_VERBOSE=y +# CONFIG_FEATURE_MOUNT_HELPERS is not set +CONFIG_FEATURE_MOUNT_LABEL=y +# CONFIG_FEATURE_MOUNT_NFS is not set +CONFIG_FEATURE_MOUNT_CIFS=y +CONFIG_FEATURE_MOUNT_FLAGS=y +CONFIG_FEATURE_MOUNT_FSTAB=y +CONFIG_FEATURE_MOUNT_OTHERTAB=y # CONFIG_REV is not set +CONFIG_UEVENT=y # CONFIG_ACPID is not set # CONFIG_FEATURE_ACPID_COMPAT is not set CONFIG_BLKID=y @@ -583,15 +615,6 @@ CONFIG_LOSETUP=y # CONFIG_MKSWAP is not set # CONFIG_FEATURE_MKSWAP_UUID is not set CONFIG_MORE=y -CONFIG_MOUNT=y -# CONFIG_FEATURE_MOUNT_FAKE is not set -CONFIG_FEATURE_MOUNT_VERBOSE=y -# CONFIG_FEATURE_MOUNT_HELPERS is not set -CONFIG_FEATURE_MOUNT_LABEL=y -# CONFIG_FEATURE_MOUNT_NFS is not set -CONFIG_FEATURE_MOUNT_CIFS=y -CONFIG_FEATURE_MOUNT_FLAGS=y -CONFIG_FEATURE_MOUNT_FSTAB=y # CONFIG_PIVOT_ROOT is not set # CONFIG_RDATE is not set # CONFIG_RDEV is not set @@ -601,6 +624,7 @@ CONFIG_FEATURE_MOUNT_FSTAB=y # CONFIG_SCRIPTREPLAY is not set # CONFIG_SETARCH is not set # CONFIG_SWAPONOFF is not set +# CONFIG_FEATURE_SWAPON_DISCARD is not set # CONFIG_FEATURE_SWAPON_PRI is not set CONFIG_SWITCH_ROOT=y CONFIG_UMOUNT=y @@ -643,10 +667,19 @@ CONFIG_FEATURE_VOLUMEID_XFS=y # Miscellaneous Utilities # # CONFIG_CONSPY is not set +# CONFIG_CROND is not set +# CONFIG_FEATURE_CROND_D is not set +# CONFIG_FEATURE_CROND_CALL_SENDMAIL is not set +CONFIG_FEATURE_CROND_DIR="" +CONFIG_I2CGET=y +CONFIG_I2CSET=y +CONFIG_I2CDUMP=y +CONFIG_I2CDETECT=y CONFIG_LESS=y CONFIG_FEATURE_LESS_MAXLINES=9999999 CONFIG_FEATURE_LESS_BRACKETS=y CONFIG_FEATURE_LESS_FLAGS=y +CONFIG_FEATURE_LESS_TRUNCATE=y # CONFIG_FEATURE_LESS_MARKS is not set # CONFIG_FEATURE_LESS_REGEXP is not set # CONFIG_FEATURE_LESS_WINCH is not set @@ -657,6 +690,8 @@ CONFIG_NANDWRITE=y CONFIG_NANDDUMP=y # CONFIG_RFKILL is not set CONFIG_SETSERIAL=y +# CONFIG_TASKSET is not set +# CONFIG_FEATURE_TASKSET_FANCY is not set # CONFIG_UBIATTACH is not set # CONFIG_UBIDETACH is not set CONFIG_UBIMKVOL=y @@ -679,10 +714,6 @@ CONFIG_FEATURE_BEEP_LENGTH_MS=0 # CONFIG_FEATURE_CHAT_VAR_ABORT_LEN is not set # CONFIG_FEATURE_CHAT_CLR_ABORT is not set # CONFIG_CHRT is not set -# CONFIG_CROND is not set -# CONFIG_FEATURE_CROND_D is not set -# CONFIG_FEATURE_CROND_CALL_SENDMAIL is not set -CONFIG_FEATURE_CROND_DIR="" # CONFIG_CRONTAB is not set # CONFIG_DC is not set # CONFIG_FEATURE_DC_LIBM is not set @@ -724,8 +755,6 @@ CONFIG_FEATURE_CROND_DIR="" # CONFIG_RX is not set # CONFIG_SETSID is not set CONFIG_STRINGS=y -# CONFIG_TASKSET is not set -# CONFIG_FEATURE_TASKSET_FANCY is not set CONFIG_TIME=y # CONFIG_TIMEOUT is not set # CONFIG_TTYSIZE is not set @@ -745,6 +774,13 @@ CONFIG_NBDCLIENT=y CONFIG_PING=y # CONFIG_PING6 is not set CONFIG_FEATURE_FANCY_PING=y +# CONFIG_WGET is not set +# CONFIG_FEATURE_WGET_STATUSBAR is not set +# CONFIG_FEATURE_WGET_AUTHENTICATION is not set +# CONFIG_FEATURE_WGET_LONG_OPTIONS is not set +# CONFIG_FEATURE_WGET_TIMEOUT is not set +# CONFIG_FEATURE_WGET_OPENSSL is not set +# CONFIG_FEATURE_WGET_SSL_HELPER is not set CONFIG_WHOIS=y # CONFIG_FEATURE_IPV6 is not set # CONFIG_FEATURE_UNIX_LOCAL is not set @@ -761,13 +797,13 @@ CONFIG_WHOIS=y # CONFIG_FTPD is not set # CONFIG_FEATURE_FTP_WRITE is not set # CONFIG_FEATURE_FTPD_ACCEPT_BROKEN_LIST is not set +# CONFIG_FEATURE_FTP_AUTHENTICATION is not set # CONFIG_FTPGET is not set # CONFIG_FTPPUT is not set # CONFIG_FEATURE_FTPGETPUT_LONG_OPTIONS is not set CONFIG_HOSTNAME=y # CONFIG_HTTPD is not set # CONFIG_FEATURE_HTTPD_RANGES is not set -# CONFIG_FEATURE_HTTPD_USE_SENDFILE is not set # CONFIG_FEATURE_HTTPD_SETUID is not set # CONFIG_FEATURE_HTTPD_BASIC_AUTH is not set # CONFIG_FEATURE_HTTPD_AUTH_MD5 is not set @@ -806,6 +842,7 @@ CONFIG_IFUPDOWN_IFSTATE_PATH="" # CONFIG_FEATURE_IP_ADDRESS is not set # CONFIG_FEATURE_IP_LINK is not set # CONFIG_FEATURE_IP_ROUTE is not set +CONFIG_FEATURE_IP_ROUTE_DIR="" # CONFIG_FEATURE_IP_TUNNEL is not set # CONFIG_FEATURE_IP_RULE is not set # CONFIG_FEATURE_IP_SHORT_FORMS is not set @@ -824,6 +861,7 @@ CONFIG_IFUPDOWN_IFSTATE_PATH="" # CONFIG_NSLOOKUP is not set # CONFIG_NTPD is not set # CONFIG_FEATURE_NTPD_SERVER is not set +# CONFIG_FEATURE_NTPD_CONF is not set # CONFIG_PSCAN is not set CONFIG_ROUTE=y # CONFIG_SLATTACH is not set @@ -857,6 +895,7 @@ CONFIG_ROUTE=y CONFIG_DHCPD_LEASES_FILE="" CONFIG_UDHCPC=y CONFIG_FEATURE_UDHCPC_ARPING=y +CONFIG_FEATURE_UDHCPC_SANITIZEOPT=y # CONFIG_FEATURE_UDHCP_PORT is not set CONFIG_UDHCP_DEBUG=0 CONFIG_FEATURE_UDHCP_RFC3397=y @@ -866,11 +905,6 @@ CONFIG_UDHCPC_SLACK_FOR_BUGGY_SERVERS=80 CONFIG_IFUPDOWN_UDHCPC_CMD_OPTIONS="" # CONFIG_UDPSVD is not set # CONFIG_VCONFIG is not set -# CONFIG_WGET is not set -# CONFIG_FEATURE_WGET_STATUSBAR is not set -# CONFIG_FEATURE_WGET_AUTHENTICATION is not set -# CONFIG_FEATURE_WGET_LONG_OPTIONS is not set -# CONFIG_FEATURE_WGET_TIMEOUT is not set # CONFIG_ZCIP is not set # @@ -975,6 +1009,7 @@ CONFIG_ASH_GETOPTS=y # CONFIG_ASH_BUILTIN_ECHO is not set CONFIG_ASH_BUILTIN_PRINTF=y CONFIG_ASH_BUILTIN_TEST=y +CONFIG_ASH_HELP=y CONFIG_ASH_CMDCMD=y CONFIG_ASH_MAIL=y # CONFIG_ASH_OPTIMIZE_FOR_SIZE is not set diff --git a/system/base/busybox/pspec.xml b/system/base/busybox/pspec.xml index 3461799a..38dc405f 100644 --- a/system/base/busybox/pspec.xml +++ b/system/base/busybox/pspec.xml @@ -12,15 +12,16 @@ app:console Statically linked binary providing simplified versions of system commands busybox is a single binary which includes versions of a large number of system commands, including a shell. - http://busybox.net/downloads/busybox-1.22.1.tar.bz2 + http://busybox.net/downloads/busybox-1.24.1.tar.bz2 config - udhcp-rootpath-rq.patch + + @@ -32,6 +33,13 @@ + + 2016-01-29 + 1.24.1 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2014-05-11 1.22.1 diff --git a/system/base/coreutils/pspec.xml b/system/base/coreutils/pspec.xml index db6e0598..dafaf2dd 100644 --- a/system/base/coreutils/pspec.xml +++ b/system/base/coreutils/pspec.xml @@ -12,7 +12,7 @@ app:console A set of basic GNU tools commonly used in shell scripts Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utilities (sort, tr, head, wc..), and shell utilities (whoami, who,...) - http://ftp.gnu.org/gnu/coreutils/coreutils-8.24.tar.xz + http://ftp.gnu.org/gnu/coreutils/coreutils-8.25.tar.xz acl-devel attr-devel @@ -39,7 +39,7 @@ acl attr gmp - libcap + libcap /bin @@ -55,6 +55,13 @@ + + 2016-01-27 + 8.25 + Version bump. + Stefan Gronewold + groni@pisilinux.org + 2015-08-25 8.24 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/base/glib2/pspec.xml b/system/base/glib2/pspec.xml index a4442408..2255b443 100644 --- a/system/base/glib2/pspec.xml +++ b/system/base/glib2/pspec.xml @@ -12,7 +12,7 @@ library A library of handy utility functions 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. - 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 @@ -129,6 +129,13 @@ + + 2016-01-25 + 2.46.2 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2015-04-08 2.44.0 diff --git a/system/base/gperftools/actions.py b/system/base/gperftools/actions.py index 651184f1..3c89c884 100644 --- a/system/base/gperftools/actions.py +++ b/system/base/gperftools/actions.py @@ -10,10 +10,6 @@ from pisi.actionsapi import shelltools from pisi.actionsapi import get def setup(): - # fix for glibc 2.16 - #pisitools.dosed("src/base/linuxthreads.cc", "siginfo_t", "siginfo") - shelltools.chmod("autogen.sh", 0755) - shelltools.system("./autogen.sh") autotools.configure("--disable-static \ --disable-dependency-tracking \ --enable-fast-install \ @@ -23,6 +19,8 @@ def setup(): # Disable rpath pisitools.dosed("libtool", "^hardcode_libdir_flag_spec=.*", "hardcode_libdir_flag_spec=\"\"") pisitools.dosed("libtool", "^runpath_var=LD_RUN_PATH", "runpath_var=DIE_RPATH_DIE") + + pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") def build(): autotools.make("noinst_PROGRAMS=' '") diff --git a/system/base/gperftools/pspec.xml b/system/base/gperftools/pspec.xml index 24578c88..266c1c6d 100644 --- a/system/base/gperftools/pspec.xml +++ b/system/base/gperftools/pspec.xml @@ -13,13 +13,17 @@ app:console Google Performance Tools Perf Tools is a collection of a high-performance multi-threaded malloc() implementation, plus some pretty nifty performance analysis tools. - 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 + gperftools libunwind + libgcc /usr/bin @@ -58,6 +62,13 @@ + + 2016-01-25 + 2.4 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2014-06-02 2.2 diff --git a/system/base/util-linux/files/ntfs-3g.patch b/system/base/util-linux/files/ntfs-3g.patch index 818f0cbe..f6cbb40c 100644 --- a/system/base/util-linux/files/ntfs-3g.patch +++ b/system/base/util-linux/files/ntfs-3g.patch @@ -1,7 +1,7 @@ diff -Nuar util-linux-2.21.2.orig/libblkid/src/superblocks/ntfs.c util-linux-2.21.2/libblkid/src/superblocks/ntfs.c --- util-linux-2.21.2.orig/libblkid/src/superblocks/ntfs.c 2012-05-24 13:22:56.000000000 +0300 +++ util-linux-2.21.2/libblkid/src/superblocks/ntfs.c 2012-06-05 14:21:57.967967774 +0300 -@@ -160,7 +160,7 @@ +@@ -213,7 +213,7 @@ const struct blkid_idinfo ntfs_idinfo = { diff --git a/system/base/util-linux/pspec.xml b/system/base/util-linux/pspec.xml index 9c989cf3..1b47f80d 100644 --- a/system/base/util-linux/pspec.xml +++ b/system/base/util-linux/pspec.xml @@ -26,10 +26,10 @@ - + ntfs-3g.patch + + + upstream/util-linux-ng-2.21-login-lastlog.patch 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/gobject-introspection/pspec.xml b/system/devel/gobject-introspection/pspec.xml index c53d115c..534abc77 100644 --- a/system/devel/gobject-introspection/pspec.xml +++ b/system/devel/gobject-introspection/pspec.xml @@ -14,7 +14,7 @@ app:console 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 @@ -62,6 +62,13 @@ + + 2016-01-25 + 1.46.0 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2015-04-06 1.44.0 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