Merge branch 'master' into kernel-4.4

This commit is contained in:
Ertuğrul Erata
2016-01-30 21:03:35 +02:00
30 changed files with 417 additions and 91 deletions
+2 -2
View File
@@ -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ı
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>A high-quality and portable font engine</Summary>
<Description>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.</Description>
<Archive sha1sum="cd2b144205dd2c61693e2d861069367aa3dde1bc" type="tarbz2">mirrors://sourceforge/freetype/freetype-2.6.tar.bz2</Archive>
<Archive sha1sum="29c22b85b77cb22cf95c13e7062e21f39fe6b17a" type="tarbz2">mirrors://sourceforge/freetype/freetype-2.6.2.tar.bz2</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
<Dependency>bzip2</Dependency>
@@ -72,6 +72,13 @@
</Package>
<History>
<Update release="12">
<Date>2016-01-28</Date>
<Version>2.6.2</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="11">
<Date>2015-07-29</Date>
<Version>2.6</Version>
+31
View File
@@ -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")
+52
View File
@@ -0,0 +1,52 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>mtools</Name>
<Homepage>http://mtools.linux.lu/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<Summary>Utilities to access MS-DOS disks without mounting them</Summary>
<Description>Mtools are utilities to access MS-DOS disks without mounting them.</Description>
<Archive sha1sum="d703db71a409837a37db10a09ef63a35183f7565" type="targz">mirrors://gnu/mtools/mtools-4.0.18.tar.gz</Archive>
</Source>
<Package>
<Name>mtools</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="config">/etc</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="info">/usr/share/info</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2014-02-12</Date>
<Version>4.0.18</Version>
<Comment>Fix mtools.conf syntax.</Comment>
<Name>Richard de Bruin</Name>
<Email>richdb@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-11-20</Date>
<Version>4.0.18</Version>
<Comment>Version bump</Comment>
<Name>Richard de Bruin</Name>
<Email>richdb@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-09-22</Date>
<Version>4.0.17</Version>
<Comment>First release</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
</History>
</PISI>
+8
View File
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>mtools</Name>
<Summary xml:lang="tr">MS-DOS (Windows) disketlerinize -mount ile bağlamadan- erişim araçları</Summary>
<Description xml:lang="tr">Mtools diskinizdeki MS-DOS (Windows) bölümlerine -mount komutu ile bağlamadan- erişebilmek için gereken araç setidir.</Description>
</Source>
</PISI>
+1 -1
View File
@@ -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")
+8
View File
@@ -18,6 +18,7 @@
<Archive sha1sum="e79a59e9164c1013b8cc9f64f96f909a184ca016" type="zip">http://www.docbook.org/xml/4.3/docbook-xml-4.3.zip</Archive>
<Archive sha1sum="7c4d91c82ad3747e1b5600c91782758e5d91c22b" type="zip">http://www.docbook.org/xml/4.4/docbook-xml-4.4.zip</Archive>
<Archive sha1sum="b9124233b50668fb508773aa2b3ebc631d7c1620" type="zip">http://www.docbook.org/xml/4.5/docbook-xml-4.5.zip</Archive>
<Archive sha1sum="49f274e67efdee771300cba4da1f3e4bc00be1ec" type="zip">http://www.docbook.org/xml/5.0/docbook-5.0.zip</Archive>
</Source>
<Package>
@@ -39,6 +40,13 @@
</Package>
<History>
<Update release="5">
<Date>2016-01-28</Date>
<Version>5.0</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-11-17</Date>
<Version>4.5</Version>
+9 -2
View File
@@ -12,7 +12,7 @@
<IsA>data</IsA>
<Summary>Norman Walsh's XSL stylesheets for DocBook XML</Summary>
<Description>These XSL stylesheets allow you to transform any DocBook XML document to other formats such as HTML, FO and XHTML.</Description>
<Archive sha1sum="1d668c845bb43c65115d1a1d9542f623801cfb6f" type="tarbz2">http://sourceforge.net/projects/docbook/files/docbook-xsl/1.78.1/docbook-xsl-1.78.1.tar.bz2</Archive>
<Archive sha1sum="7487b2acc7106253bb77fcddc7e1a9788601ad23" type="tarbz2">http://sourceforge.net/projects/docbook/files/docbook-xsl/1.79.1/docbook-xsl-1.79.1.tar.bz2</Archive>
<AdditionalFiles>
<AdditionalFile target="Makefile">Makefile</AdditionalFile>
</AdditionalFiles>
@@ -21,7 +21,7 @@
<Patch level="1">docbook-xsl-newmethods.patch</Patch>
<Patch level="1">docbook-xsl-non-constant-expressions.patch</Patch>
<Patch level="1">docbook-xsl-list-item-body.patch</Patch>
<Patch level="1">docbook-xsl-mandir.patch</Patch>
<!-- <Patch level="1">docbook-xsl-mandir.patch</Patch> -->
</Patches>
</Source>
@@ -40,6 +40,13 @@
</Package>
<History>
<Update release="5">
<Date>2015-01-28</Date>
<Version>1.79.1</Version>
<Comment>Version bump</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2014-11-17</Date>
<Version>1.78.1</Version>
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>A frontend to an XSL toolchain</Summary>
<Description>The purpose of xmlto is to convert an XML file to the desired format using whatever means necessary.</Description>
<Archive sha1sum="4b1daa7a15fc64176446332d55e8befa9a6d90bf" type="targz">https://fedorahosted.org/releases/x/m/xmlto/xmlto-0.0.26.tar.gz</Archive>
<Archive sha1sum="235feb4d2aeccf7467f458a3e18b20445f89cc0f" type="targz">https://fedorahosted.org/releases/x/m/xmlto/xmlto-0.0.28.tar.gz</Archive>
<BuildDependencies>
<Dependency>libxslt</Dependency>
<Dependency>util-linux</Dependency>
@@ -39,6 +39,13 @@
</Package>
<History>
<Update release="3">
<Date>2014-05-18</Date>
<Version>0.0.28</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2014-05-18</Date>
<Version>0.0.26</Version>
+98 -17
View File
@@ -667,6 +667,8 @@
<Patch level="1">patches/mageia/3rd-viahss-3.0-buildfix.patch</Patch>
<Patch level="1">patches/mageia/3rd-rtl8723bs.patch</Patch>
<Patch level="1">patches/mageia/ahci-add-new-Intel-device-IDs.patch</Patch>
<Patch level="1">patches/mageia/ata-libata-disable-forced-PORTS_IMPL-for-AHCI-1.3.patch</Patch>
<Patch level="1">patches/mageia/keys-fix-keyring-ref-leak-in-join_session_keyring.patch</Patch>
<Patch level="1">patches/mageia/arm-0001-dt-bindings-Add-root-properties-for-Raspberry-Pi-2.patch</Patch>
<Patch level="1">patches/mageia/arm-0002-ARM-bcm2835-Add-a-compat-string-for-bcm2836-machine-.patch</Patch>
<Patch level="1">patches/mageia/arm-0003-ARM-bcm2835-Add-Kconfig-support-for-bcm2836.patch</Patch>
@@ -739,9 +741,9 @@
<History>
<Update release="69">
<Type package="kernel">security</Type>
<Date>2016-01-11</Date>
<Date>2016-01-25</Date>
<Version>4.4.0</Version>
<Comment>Version bump to 4.4.0</Comment>
<Comment>Version bump to 4.4.0,add CVE-2016-0728 patch.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
<Requires>
@@ -8506,7 +8508,7 @@
<Summary xml:lang="tr">C programlama dili için glib kütüphanesi</Summary>
<Description xml:lang="en">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.</Description>
<Description xml:lang="tr">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.</Description>
<Archive type="tarxz" sha1sum="685b3c0529c4d1b7a5e4931bfe2319e5928e4a53">mirrors://gnome/glib/2.44/glib-2.44.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="2bd8f8d87668635f45ccac2e9166a4c4c3d65eac">mirrors://gnome/glib/2.46/glib-2.46.2.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="8.36">libpcre-devel</Dependency>
<Dependency>zlib-devel</Dependency>
@@ -8550,7 +8552,7 @@
<Summary xml:lang="tr">glib2 için geliştirme dosyaları</Summary>
<PartOf>system.devel</PartOf>
<RuntimeDependencies>
<Dependency release="14">glib2</Dependency>
<Dependency release="15">glib2</Dependency>
<Dependency>libpcre-devel</Dependency>
</RuntimeDependencies>
<Files>
@@ -8593,7 +8595,7 @@
<Dependency>glibc-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency release="14">glib2</Dependency>
<Dependency release="15">glib2</Dependency>
<Dependency>libpcre-32bit</Dependency>
<Dependency>zlib-32bit</Dependency>
<Dependency>libffi-32bit</Dependency>
@@ -8617,6 +8619,13 @@
</Files>
</Package>
<History>
<Update release="15">
<Date>2016-01-25</Date>
<Version>2.46.2</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="14">
<Date>2015-04-08</Date>
<Version>2.44.0</Version>
@@ -14211,13 +14220,17 @@
<Summary xml:lang="tr">Google Performans Araçları</Summary>
<Description xml:lang="en">Perf Tools is a collection of a high-performance multi-threaded malloc() implementation, plus some pretty nifty performance analysis tools.</Description>
<Description xml:lang="tr">gperftools yüksek performanslı ve yararlı performans analizi araçları içerir.</Description>
<Archive type="targz" sha1sum="a5b3db3e640e7ea4a0c5a49a8e666658234396aa">http://source.pisilinux.org/1.0/gperftools-846b775dfadb.tar.gz</Archive>
<Archive type="targz" sha1sum="13b904d0d1f220e43e4495f3403ee280c6da26ea">https://github.com/gperftools/gperftools/releases/download/gperftools-2.4/gperftools-2.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>libunwind-devel</Dependency>
</BuildDependencies>
<SourceURI>system/base/gperftools/pspec.xml</SourceURI>
</Source>
<Package>
<Name>gperftools</Name>
<RuntimeDependencies>
<Dependency>libunwind</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -14234,7 +14247,7 @@
<Description xml:lang="tr">gperftools için geliştirme başlıklarını içerir.</Description>
<IsA>library</IsA>
<RuntimeDependencies>
<Dependency release="4">gperftools</Dependency>
<Dependency release="5">gperftools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -14250,13 +14263,20 @@
<IsA>data:doc</IsA>
<PartOf>system.doc</PartOf>
<RuntimeDependencies>
<Dependency release="4">gperftools</Dependency>
<Dependency release="5">gperftools</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc/gperftools</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2016-01-25</Date>
<Version>2.4</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="4">
<Date>2014-06-02</Date>
<Version>2.2</Version>
@@ -15459,14 +15479,13 @@
<Summary xml:lang="tr">eudev sistemd-udev uygulamasının çatalı</Summary>
<Description xml:lang="en">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.</Description>
<Description xml:lang="tr">eudev sistem-udev uygulamasının OpenRC, Upstart gibi başlangıç sistemleri ile uyumu için hazırlanmış çatalı</Description>
<Archive type="targz" sha1sum="af5d5703c3aa9253897b034c561796ef796aab83">https://github.com/gentoo/eudev/archive/v3.1.2.tar.gz</Archive>
<Archive type="targz" sha1sum="6d4973a0bf66e5ead4d047d2605d2141da36b335">https://github.com/gentoo/eudev/archive/v3.1.5.tar.gz</Archive>
<AdditionalFiles>
<AdditionalFile target="config.cache">config.cache</AdditionalFile>
</AdditionalFiles>
<BuildDependencies>
<Dependency>glibc-devel</Dependency>
<Dependency>libkmod-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>libpcre-devel</Dependency>
<Dependency>gperf</Dependency>
</BuildDependencies>
@@ -15476,7 +15495,6 @@
<Name>eudev</Name>
<RuntimeDependencies>
<Dependency>libkmod</Dependency>
<Dependency>glib2</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/bin</Path>
@@ -15519,8 +15537,7 @@
<Summary xml:lang="en">Development files for eudev</Summary>
<PartOf>system.devel</PartOf>
<RuntimeDependencies>
<Dependency release="6">eudev</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency release="7">eudev</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/</Path>
@@ -15541,11 +15558,9 @@
<BuildDependencies>
<Dependency>glibc-32bit</Dependency>
<Dependency>libkmod-32bit</Dependency>
<Dependency>glib2-32bit</Dependency>
</BuildDependencies>
<RuntimeDependencies>
<Dependency>glibc-32bit</Dependency>
<Dependency>glib2-32bit</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/lib32</Path>
@@ -15561,6 +15576,13 @@
</Replaces>
</Package>
<History>
<Update release="7">
<Date>2016-01-17</Date>
<Version>3.1.5</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="6">
<Date>2016-01-04</Date>
<Version>3.1.2</Version>
@@ -19452,7 +19474,7 @@
<PartOf>system.devel</PartOf>
<Summary xml:lang="en">Introspection system for GObject-based libraries</Summary>
<Description xml:lang="en">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.</Description>
<Archive type="tarxz" sha1sum="5bae1d170e19d6b3de2d1dd2554d5fc1230ee5fd">mirrors://gnome/gobject-introspection/1.44/gobject-introspection-1.44.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="ca4842479b119da1c8d3fbf5006adcc46920ce72">mirrors://gnome/gobject-introspection/1.46/gobject-introspection-1.46.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>libffi-devel</Dependency>
<Dependency>python-devel</Dependency>
@@ -19477,7 +19499,7 @@
<Name>gobject-introspection-devel</Name>
<Summary xml:lang="en">Development files for gobject-introspection</Summary>
<RuntimeDependencies>
<Dependency release="11">gobject-introspection</Dependency>
<Dependency release="12">gobject-introspection</Dependency>
<Dependency>libffi</Dependency>
<Dependency>glib2</Dependency>
<Dependency>libffi-devel</Dependency>
@@ -19495,6 +19517,13 @@
</Files>
</Package>
<History>
<Update release="12">
<Date>2016-01-25</Date>
<Version>1.46.0</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="11">
<Date>2015-04-06</Date>
<Version>1.44.0</Version>
@@ -23254,6 +23283,58 @@
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>mtools</Name>
<Homepage>http://mtools.linux.lu/</Homepage>
<Packager>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<PartOf>hardware.disk</PartOf>
<Summary xml:lang="en">Utilities to access MS-DOS disks without mounting them</Summary>
<Summary xml:lang="tr">MS-DOS (Windows) disketlerinize -mount ile bağlamadan- erişim araçları</Summary>
<Description xml:lang="en">Mtools are utilities to access MS-DOS disks without mounting them.</Description>
<Description xml:lang="tr">Mtools diskinizdeki MS-DOS (Windows) bölümlerine -mount komutu ile bağlamadan- erişebilmek için gereken araç setidir.</Description>
<Archive type="targz" sha1sum="d703db71a409837a37db10a09ef63a35183f7565">mirrors://gnu/mtools/mtools-4.0.18.tar.gz</Archive>
<SourceURI>hardware/disk/mtools/pspec.xml</SourceURI>
</Source>
<Package>
<Name>mtools</Name>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="config">/etc</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="info">/usr/share/info</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2014-02-12</Date>
<Version>4.0.18</Version>
<Comment>Fix mtools.conf syntax.</Comment>
<Name>Richard de Bruin</Name>
<Email>richdb@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2013-11-20</Date>
<Version>4.0.18</Version>
<Comment>Version bump</Comment>
<Name>Richard de Bruin</Name>
<Email>richdb@pisilinux.org</Email>
</Update>
<Update release="1">
<Date>2012-09-22</Date>
<Version>4.0.17</Version>
<Comment>First release</Comment>
<Name>Serdar Soytetir</Name>
<Email>kaptan@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>lvm2</Name>
+1 -1
View File
@@ -1 +1 @@
7ee86809d1d46b65b0ec8327ddc8a710f2632964
330a7dd11845dc1f17901b28a26567dc1c2ab223
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
aa9a9648d68493a6e6779305a1783e5f0ea76915
fda1dd233e01566eda7672417f23fdf65eae629b
+71 -36
View File
@@ -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
+11 -3
View File
@@ -12,15 +12,16 @@
<IsA>app:console</IsA>
<Summary>Statically linked binary providing simplified versions of system commands</Summary>
<Description>busybox is a single binary which includes versions of a large number of system commands, including a shell.</Description>
<Archive sha1sum="d6e96fefb6f0fb8079f27468b9bf22d8dd96108e" type="tarbz2">http://busybox.net/downloads/busybox-1.22.1.tar.bz2</Archive>
<Archive sha1sum="157d14d24748b4505b1a418535688706a2b81680" type="tarbz2">http://busybox.net/downloads/busybox-1.24.1.tar.bz2</Archive>
<AdditionalFiles>
<AdditionalFile target=".config">config</AdditionalFile>
</AdditionalFiles>
<Patches>
<!-- This patch is essential for udhcp to request root-path from dhcpd and required by ptsp -->
<Patch level="1">udhcp-rootpath-rq.patch</Patch>
<!--Patch level="1">udhcp-rootpath-rq.patch</Patch>
<Patch level="1">suppress-job-control-warning.patch</Patch>
<Patch level="1">fix-include.patch</Patch>
<Patch level="1">fix-include.patch</Patch-->
<!--Patch>ifplugd.patch</Patch-->
</Patches>
</Source>
@@ -32,6 +33,13 @@
</Package>
<History>
<Update release="5">
<Date>2016-01-29</Date>
<Version>1.24.1</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="4">
<Date>2014-05-11</Date>
<Version>1.22.1</Version>
+9 -2
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>A set of basic GNU tools commonly used in shell scripts</Summary>
<Description>Standard GNU file utilities (chmod, cp, dd, dir, ls...), text utilities (sort, tr, head, wc..), and shell utilities (whoami, who,...)</Description>
<Archive sha1sum="cf3d9983461c2b0c074a76804c18464e9a474883" type="tarxz">http://ftp.gnu.org/gnu/coreutils/coreutils-8.24.tar.xz</Archive>
<Archive sha1sum="301f186c24afb882a3ca73d19a102a2ce6f456c3" type="tarxz">http://ftp.gnu.org/gnu/coreutils/coreutils-8.25.tar.xz</Archive>
<BuildDependencies>
<Dependency>acl-devel</Dependency>
<Dependency>attr-devel</Dependency>
@@ -39,7 +39,7 @@
<Dependency>acl</Dependency>
<Dependency>attr</Dependency>
<Dependency>gmp</Dependency>
<Dependency>libcap</Dependency>
<Dependency>libcap</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/bin</Path>
@@ -55,6 +55,13 @@
</Package>
<History>
<Update release="9">
<Date>2016-01-27</Date>
<Version>8.25</Version>
<Comment>Version bump.</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2015-08-25</Date>
<Version>8.24</Version>
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Password Checking Library</Summary>
<Description>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.</Description>
<Archive sha1sum="a780211a87a284297aa473fe2b50584b842a0e98" type="targz">mirrors://sourceforge/cracklib/cracklib-2.9.2.tar.gz</Archive>
<Archive sha1sum="80af5eb9a5e6bf37b549d44f2d2288a85c4922bb" type="targz">mirrors://sourceforge/cracklib/cracklib-2.9.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>zlib</Dependency>
<Dependency>python</Dependency>
@@ -49,6 +49,13 @@
</Package>
<History>
<Update release="6">
<Date>2016-01-28</Date>
<Version>2.9.4</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="5">
<Date>2014-10-31</Date>
<Version>2.9.2</Version>
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>app:cli</IsA>
<Summary>Userspace setup tool for transparent encryption of block devices using dm-crypt</Summary>
<Description>Userspace setup tool for transparent encryption of block devices using dm-crypt</Description>
<Archive sha1sum="7cb02f1e23ee18cd26391fd856f7644195b4544e" type="tarxz">https://www.kernel.org/pub/linux/utils/cryptsetup/v1.6/cryptsetup-1.6.7.tar.xz</Archive>
<Archive sha1sum="d2afa5b9d974404f9f5ca15cf6b4f018dde65169" type="tarxz">https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/cryptsetup-1.7.0.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="2.02.118">device-mapper-devel</Dependency>
<Dependency>libgpg-error-devel</Dependency>
@@ -82,6 +82,13 @@
</Package>
<History>
<Update release="8">
<Date>2016-01-28</Date>
<Version>1.7.0</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="7">
<Date>2015-04-30</Date>
<Version>1.6.7</Version>
+10 -2
View File
@@ -14,7 +14,7 @@
<IsA>library</IsA>
<Summary>A utility for getting files from remote servers</Summary>
<Description>curl is a command line tool for transferring data with URL syntax, supporting various protocols.</Description>
<Archive sha1sum="f65708915875b8cb35edb51d8dd31440dc02fbd3" type="tarbz2">http://curl.haxx.se/download/curl-7.42.1.tar.bz2</Archive>
<Archive sha1sum="0f8112c50acf1c3896906643adb7f1aeb9b8b633" type="tarbz2">http://curl.haxx.se/download/curl-7.47.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>glibc-devel</Dependency>
<Dependency>zlib-devel</Dependency>
@@ -24,7 +24,7 @@
<Dependency>ca-certificates</Dependency>
</BuildDependencies>
<Patches>
<Patch>curl-krb5flags.patch</Patch>
<!-- <Patch>curl-krb5flags.patch</Patch> -->
<Patch>curl-ac.patch</Patch>
</Patches>
</Source>
@@ -47,6 +47,7 @@
<Path fileType="doc">/usr/share/doc/</Path>
<Path fileType="man">/usr/share/man/</Path>
<Path fileType="data">/usr/share/curl</Path>
<Path fileType="data">/usr/share/zsh</Path>
</Files>
</Package>
@@ -66,6 +67,13 @@
</Package>
<History>
<Update release="15">
<Date>2016-01-28</Date>
<Version>7.47.0</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="14">
<Date>2015-05-28</Date>
<Version>7.42.1</Version>
+9 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>A dhcp client only</Summary>
<Description>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.</Description>
<Archive sha1sum="1369656c67b2a110d5b7844f94159ae45f495c05" type="tarbz2">http://ftp.osuosl.org/pub/blfs/conglomeration/dhcpcd/dhcpcd-6.8.1.tar.bz2</Archive>
<Archive sha1sum="bb37e0211858df8a919c494e14a6bbfb67b1f72c" type="tarxz">http://ftp.osuosl.org/pub/blfs/conglomeration/dhcpcd/dhcpcd-6.10.1.tar.xz</Archive>
</Source>
<Package>
@@ -24,11 +24,19 @@
<Path fileType="executable">/sbin</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="man">/usr/share/dhcpcd</Path>
<Path fileType="data">/var/lib/dhcpcd</Path>
</Files>
</Package>
<History>
<Update release="9">
<Date>2016-01-28</Date>
<Version>6.10.1</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2015-05-03</Date>
<Version>6.8.1</Version>
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>A library of handy utility functions</Summary>
<Description>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.</Description>
<Archive sha1sum="685b3c0529c4d1b7a5e4931bfe2319e5928e4a53" type="tarxz">mirrors://gnome/glib/2.44/glib-2.44.0.tar.xz</Archive>
<Archive sha1sum="2bd8f8d87668635f45ccac2e9166a4c4c3d65eac" type="tarxz">mirrors://gnome/glib/2.46/glib-2.46.2.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="8.36">libpcre-devel</Dependency>
<Dependency>zlib-devel</Dependency>
@@ -129,6 +129,13 @@
</Package>
<History>
<Update release="15">
<Date>2016-01-25</Date>
<Version>2.46.2</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="14">
<Date>2015-04-08</Date>
<Version>2.44.0</Version>
+2 -4
View File
@@ -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=' '")
+12 -1
View File
@@ -13,13 +13,17 @@
<IsA>app:console</IsA>
<Summary>Google Performance Tools</Summary>
<Description>Perf Tools is a collection of a high-performance multi-threaded malloc() implementation, plus some pretty nifty performance analysis tools.</Description>
<Archive sha1sum="a5b3db3e640e7ea4a0c5a49a8e666658234396aa" type="targz">http://source.pisilinux.org/1.0/gperftools-846b775dfadb.tar.gz</Archive>
<Archive sha1sum="13b904d0d1f220e43e4495f3403ee280c6da26ea" type="targz">https://github.com/gperftools/gperftools/releases/download/gperftools-2.4/gperftools-2.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>libunwind-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>gperftools</Name>
<RuntimeDependencies>
<Dependency>libunwind</Dependency>
<Dependency>libgcc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -58,6 +62,13 @@
</Package>
<History>
<Update release="5">
<Date>2016-01-25</Date>
<Version>2.4</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="4">
<Date>2014-06-02</Date>
<Version>2.2</Version>
+1 -1
View File
@@ -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 =
{
+4 -4
View File
@@ -26,10 +26,10 @@
<!-- <Dependency releaseFrom="2">utempter-devel</Dependency>-->
</BuildDependencies>
<Patches>
<!--<Patch level="1">ntfs-3g.patch</Patch>
<Patch level="1">0001-libmount-FS-id-and-parent-ID-could-be-zero.patch</Patch>
<Patch level="1">0001-switch_root-verify-initramfs-by-f_type-not-devno.patch</Patch>
<Patch level="1">move_is_mountinfo.patch</Patch>-->
<Patch level="1">ntfs-3g.patch</Patch>
<!-- <Patch level="1">0001-libmount-FS-id-and-parent-ID-could-be-zero.patch</Patch> -->
<!-- <Patch level="1">0001-switch_root-verify-initramfs-by-f_type-not-devno.patch</Patch> -->
<!-- <Patch level="1">move_is_mountinfo.patch</Patch> -->
<!-- makeing /var/log/lastlog -->
<Patch level="1">upstream/util-linux-ng-2.21-login-lastlog.patch</Patch>
</Patches>
+4 -3
View File
@@ -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())
+9 -2
View File
@@ -13,14 +13,14 @@
<IsA>library</IsA>
<Summary>Chunky Loop Generator</Summary>
<Description>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.</Description>
<Archive sha1sum="2dc70313e8e2c6610b856d627bce9c9c3f848077" type="targz">http://www.bastoul.net/cloog/pages/download/cloog-0.18.1.tar.gz</Archive>
<Archive sha1sum="8f7568ca1873f8d55bb694c8b9b83f7f4c6c1aa5" type="targz">http://www.bastoul.net/cloog/pages/download/cloog-0.18.4.tar.gz</Archive>
<BuildDependencies>
<Dependency>gmp-devel</Dependency>
<Dependency>ppl-devel</Dependency>
<Dependency>isl-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">cloog-0.18.1-isl-compat.patch</Patch>
<!-- <Patch level="1">cloog-0.18.1-isl-compat.patch</Patch> -->
</Patches>
</Source>
@@ -51,6 +51,13 @@
</Package>
<History>
<Update release="9">
<Date>2016-01-27</Date>
<Version>0.18.4</Version>
<Comment>Version bump</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2014-09-06</Date>
<Version>0.18.1</Version>
+8 -1
View File
@@ -13,7 +13,7 @@
<IsA>library</IsA>
<Summary>Libraries/utilities to handle ELF objects</Summary>
<Description>elfutils contains libraries and utilities to handle ELF objects and is a replacement for libelf.</Description>
<Archive sha1sum="85d48e18359c51e843c49b1894b2f54b85e88ae2" type="tarbz2">https://fedorahosted.org/releases/e/l/elfutils/0.161/elfutils-0.161.tar.bz2</Archive>
<Archive sha1sum="b994f2f31e6638415d7f8a3c0c7e04e6bc4ca4a9" type="tarbz2">https://fedorahosted.org/releases/e/l/elfutils/0.165/elfutils-0.165.tar.bz2</Archive>
<BuildDependencies>
<Dependency>bzip2</Dependency>
<Dependency>xz-devel</Dependency>
@@ -38,6 +38,13 @@
</Package>
<History>
<Update release="10">
<Date>2016-01-28</Date>
<Version>0.165</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="9">
<Date>2015-04-09</Date>
<Version>0.161</Version>
+8 -1
View File
@@ -14,7 +14,7 @@
<IsA>app:console</IsA>
<Summary>Introspection system for GObject-based libraries</Summary>
<Description>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.</Description>
<Archive sha1sum="5bae1d170e19d6b3de2d1dd2554d5fc1230ee5fd" type="tarxz">mirrors://gnome/gobject-introspection/1.44/gobject-introspection-1.44.0.tar.xz</Archive>
<Archive sha1sum="ca4842479b119da1c8d3fbf5006adcc46920ce72" type="tarxz">mirrors://gnome/gobject-introspection/1.46/gobject-introspection-1.46.0.tar.xz</Archive>
<BuildDependencies>
<!--<Dependency>cairo-devel</Dependency>-->
<Dependency>libffi-devel</Dependency>
@@ -62,6 +62,13 @@
</Package>
<History>
<Update release="12">
<Date>2016-01-25</Date>
<Version>1.46.0</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="11">
<Date>2015-04-06</Date>
<Version>1.44.0</Version>
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>library</IsA>
<Summary>Integer Set Library</Summary>
<Description>isl is a library for manipulating sets and relations of integer points bounded by linear constraints.</Description>
<Archive sha1sum="3904274c84fb3068e4f59b6a6b0fe29e7a2b7010" type="tarbz2">http://isl.gforge.inria.fr/isl-0.13.tar.bz2</Archive>
<Archive sha1sum="c5a2b201bf05229647e73203c0bf2d9679d4d21f" type="tarbz2">http://isl.gforge.inria.fr/isl-0.16.1.tar.bz2</Archive>
<BuildDependencies>
<Dependency>gmp-devel</Dependency>
</BuildDependencies>
@@ -42,6 +42,13 @@
</Package>
<History>
<Update release="9">
<Date>2016-01-27</Date>
<Version>0.16.1</Version>
<Comment>Version bump.</Comment>
<Name>Alihan Öztürk</Name>
<Email>alihan@pisilinux.org</Email>
</Update>
<Update release="8">
<Date>2015-05-05</Date>
<Version>0.13</Version>