Merge pull request #4921 from ertugerata/socat

socat runtimedep for kwallet-pam
This commit is contained in:
Ertuğrul Erata
2018-07-13 23:43:20 +03:00
committed by GitHub
8 changed files with 231 additions and 123 deletions
+8
View File
@@ -26,6 +26,7 @@
<Name>kwallet-pam</Name>
<RuntimeDependencies>
<Dependency>pam</Dependency>
<Dependency>socat</Dependency>
<Dependency versionFrom="5.7.1">qt5-base</Dependency>
<Dependency>libgcrypt</Dependency>
</RuntimeDependencies>
@@ -38,6 +39,13 @@
</Package>
<History>
<Update release="21">
<Date>2018-07-13</Date>
<Version>5.12.5</Version>
<Comment>add socat for dependency.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="20">
<Date>2018-05-14</Date>
<Version>5.12.5</Version>
+21
View File
@@ -0,0 +1,21 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Copyright 2018 TUBITAK/UEKAE
# Licensed under the GNU General Public License, version 2.
# See the file http://www.gnu.org/copyleft/gpl.txt.
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import get
def setup():
autotools.configure("--prefix=/usr \
--mandir=/usr/share/man ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+13
View File
@@ -0,0 +1,13 @@
[Desktop Entry]
Type=Application
Version=1.0
Encoding=UTF-8
Name=Socat
Name[tr]=Socat
GenericName=Socat
GenericName[tr]=Socat
Icon=socat
Exec=socat
Terminal=false
StartupNotify=false
Categories=Application;Game;ArcadeGame;
+43
View File
@@ -0,0 +1,43 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pardus.org.tr/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>socat</Name>
<Homepage>http://www.dest-unreach.org/socat/</Homepage>
<Packager>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<Summary>Multipurpose relay</Summary>
<Description>Multipurpose relay</Description>
<Archive sha1sum="28eca1f8efeadde3f96c1ac89e553c28d736d41d" type="targz">http://www.dest-unreach.org/socat/download/socat-1.7.3.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>readline-devel</Dependency>
<Dependency>openssl-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>socat</Name>
<RuntimeDependencies>
<Dependency>readline</Dependency>
<Dependency>openssl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2018-07-13</Date>
<Version>1.7.3.2</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</PISI>
+144 -121
View File
@@ -34857,7 +34857,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<Description xml:lang="en">Network Security Services (NSS) is a set of libraries designed to support cross-platform development of security-enabled client and server applications. Applications built with NSS can support SSL v2 and v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 certificates, and other security standards.</Description>
<Description xml:lang="tr">NSS, platform bağımsız güvenli ağ servisi geliştirme kitaplıklarından oluşur. Bu kitaplık yardımı ile SSL v2 ve v3, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3 sertifikaları ve diğer bir çok güvenlik standardına uygun güvenli sunucu-istemci yazılımları geliştirilebilir.</Description>
<Description xml:lang="es">Network Security Services (NSS) es un conjunto de librerías para desarrollo cross-plataforma de aplicaciones cliente-servidor con facilidad de seguridad. Aplicaciones usando NSS pueden soportar certificados SSL v2 y v3, TLS, PKCS #5, PKCS #7, PKCS #11, PKCS #12, S/MIME, X.509 v3, y otros estándares de seguridad.</Description>
<Archive type="targz" sha1sum="29268d7dadeaa41f2bee25607153574f44b4701e">https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_37_RTM/src/nss-3.37.tar.gz</Archive>
<Archive type="targz" sha1sum="1b77253126572b46a222bf3a85fe50e5246add0f">https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_38_RTM/src/nss-3.38.tar.gz</Archive>
<AdditionalFiles>
<AdditionalFile target="dist/pkgconfig/nss.pc.in">nss.pc.in</AdditionalFile>
<AdditionalFile target="dist/pkgconfig/nss-config.in">nss-config.in</AdditionalFile>
@@ -34900,7 +34900,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<Summary xml:lang="tr">nss için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency>nspr-devel</Dependency>
<Dependency release="8">nss</Dependency>
<Dependency release="9">nss</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/nss-config</Path>
@@ -34910,6 +34910,13 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
</Files>
</Package>
<History>
<Update release="9">
<Date>2018-07-08</Date>
<Version>3.38</Version>
<Comment>Version Bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2018-05-08</Date>
<Version>3.37</Version>
@@ -44658,7 +44665,7 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<PartOf>programming.language</PartOf>
<Summary xml:lang="en">A free software environment for statistical computing and graphics</Summary>
<Description xml:lang="en">This package includes the core R userspace and all R development components.</Description>
<Archive type="targz" sha1sum="537d481888f20d385b3039f2f2b0c49b7b0fb5de">http://cran.r-project.org/src/base/R-3/R-3.4.3.tar.gz</Archive>
<Archive type="targz" sha1sum="9314d3d372b05546a33791fbc8dd579c92ebd16b">http://cran.r-project.org/src/base/R-3/R-3.5.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>libXmu-devel</Dependency>
<Dependency>icu4c-devel</Dependency>
@@ -44730,11 +44737,12 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<Summary xml:lang="tr">R Mathlib kitaplığı</Summary>
<IsA>library</IsA>
<RuntimeDependencies>
<Dependency version="3.4.3">R</Dependency>
<Dependency version="3.5.1">R</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="header">/usr/include/Rmath.h</Path>
<Path fileType="library">/usr/lib/pkgconfig/libRmath.pc</Path>
</Files>
</Package>
<Package>
@@ -44751,15 +44759,21 @@ uses SIMD instructions (MMX, SSE2, etc.) to accelerate baseline JPEG compression
<Summary xml:lang="en">Development files for R</Summary>
<Summary xml:lang="tr">R için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="4">R</Dependency>
<Dependency release="5">R</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="library">/usr/lib/pkgconfig/libR.pc</Path>
<Path fileType="library">/usr/lib/pkgconfig/libRmath.pc</Path>
</Files>
</Package>
<History>
<Update release="5">
<Date>2018-07-08</Date>
<Version>3.5.1</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="4">
<Date>2018-02-01</Date>
<Version>3.4.3</Version>
@@ -62076,7 +62090,7 @@ functionality to build high-performing, platform-independent programs.</Descript
<Summary xml:lang="tr">Çekirdek içinde yer alan ağ trafiği yönlendirme ve trafik kontrol araçları.</Summary>
<Description xml:lang="en">Iproute2 is a collection of utilites for controlling TCP/IP networking and traffic control in Linux.</Description>
<Description xml:lang="tr">Iproute2 TCP/IP ağları ve trafik kontrolü için araçlar içeren bir koolleksiyondur.</Description>
<Archive type="tarxz" sha1sum="fc28f956a7a9695473312d0ed35dc24a7ef9d7f6">https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-4.9.0.tar.xz</Archive>
<Archive type="tarxz" sha1sum="15a9765aa8f3893f85d2a8304af1d6a494a73525">https://www.kernel.org/pub/linux/utils/net/iproute2/iproute2-4.14.0.tar.xz</Archive>
<BuildDependencies>
<Dependency versionFrom="1.6.0">iptables-devel</Dependency>
<Dependency>db-devel</Dependency>
@@ -62098,6 +62112,7 @@ functionality to build high-performing, platform-independent programs.</Descript
<Path fileType="config">/etc</Path>
<Path fileType="executable">/sbin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/share/tc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
@@ -62106,6 +62121,13 @@ functionality to build high-performing, platform-independent programs.</Descript
</Files>
</Package>
<History>
<Update release="5">
<Date>2018-06-09</Date>
<Version>4.14.0</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="4">
<Date>2017-01-29</Date>
<Version>4.9.0</Version>
@@ -63134,6 +63156,47 @@ functionality to build high-performing, platform-independent programs.</Descript
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>socat</Name>
<Homepage>http://www.dest-unreach.org/socat/</Homepage>
<Packager>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Packager>
<License>GPLv2</License>
<IsA>app:console</IsA>
<PartOf>network.misc</PartOf>
<Summary xml:lang="en">Multipurpose relay</Summary>
<Description xml:lang="en">Multipurpose relay</Description>
<Archive type="targz" sha1sum="28eca1f8efeadde3f96c1ac89e553c28d736d41d">http://www.dest-unreach.org/socat/download/socat-1.7.3.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>readline-devel</Dependency>
<Dependency>openssl-devel</Dependency>
</BuildDependencies>
<SourceURI>network/misc/socat/pspec.xml</SourceURI>
</Source>
<Package>
<Name>socat</Name>
<RuntimeDependencies>
<Dependency>readline</Dependency>
<Dependency>openssl</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2018-07-13</Date>
<Version>1.7.3.2</Version>
<Comment>First release</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>libnfnetlink</Name>
@@ -70898,7 +70961,7 @@ complete albums that you have purchased from Amazon.</Description>
<Summary xml:lang="tr">X.Org evdev giriş aygıtı sürücüsü</Summary>
<Description xml:lang="en">xorg-input-evdev contains the X.Org driver for Linux&apos;s generic event devices. It supports all input devices that the kernel knows about.</Description>
<Description xml:lang="tr">xorg-input-evdev, Linux&apos;un genel olay aygıtları için X.Org sürücüsünü içerir. Çekirdek tarafından bilinen tüm giriş aygıtlarını destekler.</Description>
<Archive type="tarbz2" sha1sum="1f599c8f95f7d39af83aa2a59039432f35ab8c55">mirrors://xorg/individual/driver/xf86-input-evdev-2.10.5.tar.bz2</Archive>
<Archive type="tarbz2" sha1sum="660de292d5a40e2b8f385965c6a4e149c981ba59">mirrors://xorg/individual/driver/xf86-input-evdev-2.10.6.tar.bz2</Archive>
<BuildDependencies>
<Dependency>xorg-server-devel</Dependency>
<Dependency>libmtdev-devel</Dependency>
@@ -70927,7 +70990,7 @@ complete albums that you have purchased from Amazon.</Description>
<Summary xml:lang="en">Development files for evdev driver</Summary>
<Summary xml:lang="tr">evdev sürücüsü için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="5">xorg-input-evdev</Dependency>
<Dependency release="6">xorg-input-evdev</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
@@ -70935,6 +70998,13 @@ complete albums that you have purchased from Amazon.</Description>
</Files>
</Package>
<History>
<Update release="6">
<Date>2018-06-03</Date>
<Version>2.10.6</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="5">
<Date>2017-03-11</Date>
<Version>2.10.5</Version>
@@ -77821,7 +77891,7 @@ complete albums that you have purchased from Amazon.</Description>
</Package>
<History>
<Update release="3">
<Date>2018-03-02</Date>
<Date>2018-07-09</Date>
<Version>1.4.1</Version>
<Comment>Version bump</Comment>
<Name>Mustafa Cinasal</Name>
@@ -79488,7 +79558,7 @@ complete albums that you have purchased from Amazon.</Description>
<Archive type="binary" sha1sum="a1f5bda45be763200ab8dbf4b3e7fd13f119c859">http://download.nvidia.com/XFree86/Linux-x86/390.25/NVIDIA-Linux-x86-390.25.run</Archive>
<Archive type="binary" sha1sum="d1ce4a1cde7ddb59e08b69c306c0a8ba48389378">http://download.nvidia.com/XFree86/Linux-x86_64/390.25/NVIDIA-Linux-x86_64-390.25.run</Archive>
<BuildDependencies>
<Dependency version="4.9.96">kernel-module-headers</Dependency>
<Dependency version="4.14.55">kernel-module-headers</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
@@ -79504,7 +79574,7 @@ complete albums that you have purchased from Amazon.</Description>
<Flag>noDelta</Flag>
</BuildFlags>
<RuntimeDependencies>
<Dependency version="4.9.96">kernel</Dependency>
<Dependency version="4.14.55">kernel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library" permanent="true">/lib/modules</Path>
@@ -79601,7 +79671,7 @@ complete albums that you have purchased from Amazon.</Description>
<Dependency>mesa-32bit</Dependency>
<Dependency>libX11-32bit</Dependency>
<Dependency>libXext-32bit</Dependency>
<Dependency release="17">xorg-video-nvidia-current</Dependency>
<Dependency release="18">xorg-video-nvidia-current</Dependency>
<Dependency>atk</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>gtk3</Dependency>
@@ -79619,6 +79689,13 @@ complete albums that you have purchased from Amazon.</Description>
</Provides>
</Package>
<History>
<Update release="18">
<Date>2018-07-13</Date>
<Version>390.25</Version>
<Comment>Rebuild for new kernel</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="17">
<Date>2018-04-29</Date>
<Version>390.25</Version>
@@ -79759,10 +79836,13 @@ complete albums that you have purchased from Amazon.</Description>
<PartOf>kernel.drivers</PartOf>
<Summary xml:lang="en">NVIDIA drivers for GeForce 6xxx and newer GPUs</Summary>
<Description xml:lang="en">NVIDIA graphics drivers provide optimized 2D/3D performance.</Description>
<Archive type="binary" sha1sum="a021398eb8ed55cfc5c4dedaa2b0d96e23fc6cb7">http://http.download.nvidia.com/XFree86/Linux-x86/340.106/NVIDIA-Linux-x86-340.106.run</Archive>
<Archive type="binary" sha1sum="765421ede2abf475b5469f56fe1cd399c5ea4464">http://http.download.nvidia.com/XFree86/Linux-x86_64/340.106/NVIDIA-Linux-x86_64-340.106.run</Archive>
<Archive type="binary" sha1sum="e3897bc262e7ab58cda31c1139c3dc62af528113">http://http.download.nvidia.com/XFree86/Linux-x86/340.107/NVIDIA-Linux-x86-340.107.run</Archive>
<Archive type="binary" sha1sum="de4d309e52ab489e412fe6de000bb92ca27b6f31">http://http.download.nvidia.com/XFree86/Linux-x86_64/340.107/NVIDIA-Linux-x86_64-340.107.run</Archive>
<AdditionalFiles>
<AdditionalFile target="kernel-4.11.patch">kernel-4.11.patch</AdditionalFile>
</AdditionalFiles>
<BuildDependencies>
<Dependency version="4.9.96">kernel-module-headers</Dependency>
<Dependency version="4.14.55">kernel-module-headers</Dependency>
</BuildDependencies>
<SourceURI>kernel/drivers/module-nvidia340/pspec.xml</SourceURI>
</Source>
@@ -79774,7 +79854,7 @@ complete albums that you have purchased from Amazon.</Description>
<Flag>noDelta</Flag>
</BuildFlags>
<RuntimeDependencies>
<Dependency version="4.9.96">kernel</Dependency>
<Dependency version="4.14.55">kernel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library" permanent="true">/lib/modules</Path>
@@ -79790,7 +79870,7 @@ complete albums that you have purchased from Amazon.</Description>
<RuntimeDependencies>
<Dependency>libXext</Dependency>
<Dependency>xorg-server</Dependency>
<Dependency version="340.106">module-nvidia340</Dependency>
<Dependency version="340.107">module-nvidia340</Dependency>
<Dependency>libX11</Dependency>
</RuntimeDependencies>
<Files>
@@ -79824,7 +79904,7 @@ complete albums that you have purchased from Amazon.</Description>
<Dependency>zlib-32bit</Dependency>
<Dependency>libX11-32bit</Dependency>
<Dependency>libXext-32bit</Dependency>
<Dependency release="18">xorg-video-nvidia340</Dependency>
<Dependency release="19">xorg-video-nvidia340</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib32</Path>
@@ -79839,6 +79919,13 @@ complete albums that you have purchased from Amazon.</Description>
</Provides>
</Package>
<History>
<Update release="19">
<Date>2018-07-13</Date>
<Version>340.107</Version>
<Comment>Rebuild for new kernel.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="18">
<Date>2018-04-29</Date>
<Version>340.106</Version>
@@ -79987,7 +80074,7 @@ complete albums that you have purchased from Amazon.</Description>
<Archive type="binary" sha1sum="5b110db57f617aadacb86aa4974847c2954aa1b3">http://http.download.nvidia.com/XFree86/Linux-x86/304.137/NVIDIA-Linux-x86-304.137.run</Archive>
<Archive type="binary" sha1sum="8e4bd0aee5f5667aa00c38b8ecf520494d0a9d02">http://http.download.nvidia.com/XFree86/Linux-x86_64/304.137/NVIDIA-Linux-x86_64-304.137.run</Archive>
<BuildDependencies>
<Dependency version="4.9.96">kernel-module-headers</Dependency>
<Dependency version="4.14.55">kernel-module-headers</Dependency>
</BuildDependencies>
<SourceURI>kernel/drivers/module-nvidia304/pspec.xml</SourceURI>
</Source>
@@ -79999,7 +80086,7 @@ complete albums that you have purchased from Amazon.</Description>
<Flag>noDelta</Flag>
</BuildFlags>
<RuntimeDependencies>
<Dependency version="4.9.96">kernel</Dependency>
<Dependency version="4.14.55">kernel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library" permanent="true">/lib/modules</Path>
@@ -80034,6 +80121,13 @@ complete albums that you have purchased from Amazon.</Description>
</Provides>
</Package>
<History>
<Update release="19">
<Date>2018-07-13</Date>
<Version>304.137</Version>
<Comment>Rebuild for new kernel.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="18">
<Date>2018-04-29</Date>
<Version>304.137</Version>
@@ -80327,7 +80421,7 @@ complete albums that you have purchased from Amazon.</Description>
<PartOf>kernel.tools</PartOf>
<Summary xml:lang="en">Performance analyser tool that makes full use of the Linux performance counter subsystem</Summary>
<Description xml:lang="en">perf is a new tool which is used to optimize, validate and measure applications, workloads or the full system through the Linux performance counter subsystem.</Description>
<Archive type="targz" sha1sum="60a47e858fce153c5bedd7e293a1b45e8d2db054">https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.9.tar.gz</Archive>
<Archive type="targz" sha1sum="1631a93d870d11efc7ecaa1450c39ad0a7ad7408">https://www.kernel.org/pub/linux/kernel/v4.x/linux-4.14.tar.gz</Archive>
<BuildDependencies>
<Dependency>libunwind-devel</Dependency>
<Dependency>audit-devel</Dependency>
@@ -80352,96 +80446,10 @@ complete albums that you have purchased from Amazon.</Description>
<Dependency>systemtap-sdt-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch compressionType="xz" level="1">patches/linux/patch-4.9.96.xz</Patch>
<Patch level="1">patches/mageia/Revert-cpufreq-pcc-Enable-autoload-of-pcc-cpufreq-fo.patch</Patch>
<Patch level="1">patches/mageia/iommu-amd-flush-IOTLB-for-specific-domains-only-v3.patch</Patch>
<Patch level="1">patches/mageia/pci-add-ALI-M5229-ide-compatibility-mode-quirk.patch</Patch>
<Patch level="1">patches/mageia/pci-quirks-drop-devinit-exit.patch</Patch>
<Patch level="1">patches/mageia/pci-Blacklist-AMD-Stoney-GPU-devices-for-ATS.patch</Patch>
<Patch level="1">patches/mageia/acpi-CLEVO-M360S-disable_acpi_irq.patch</Patch>
<Patch level="1">patches/mageia/acpi-processor-M720SR-limit-to-C2.patch</Patch>
<Patch level="1">patches/mageia/ACPI-video-Add-a-quirk-to-force-acpi-video-backlight.patch</Patch>
<Patch level="1">patches/mageia/acpi-do-not-warn-if-_BQC-does-not-exist.patch</Patch>
<Patch level="1">patches/mageia/acpi-ACPICA-Events-Fix-acpi_ev_initialize_region-return-v.patch</Patch>
<Patch level="1">patches/mageia/scsi-ppscsi-2.6.2.patch</Patch>
<Patch level="1">patches/mageia/scsi-ppscsi_fixes.patch</Patch>
<Patch level="1">patches/mageia/scsi-ppscsi-sg-helper-update.patch</Patch>
<Patch level="1">patches/mageia/scsi-ppscsi-update-for-scsi_data_buffer.patch</Patch>
<Patch level="1">patches/mageia/scsi-ppscsi-mdvbz45393.patch</Patch>
<Patch level="1">patches/mageia/scsi-ppscsi-3.0-buildfix.patch</Patch>
<Patch level="1">patches/mageia/scsi-megaraid-new-sysfs-name.patch</Patch>
<Patch level="1">patches/mageia/ide-pci-sis5513-965.patch</Patch>
<Patch level="1">patches/mageia/mpt-vmware-fix.patch</Patch>
<Patch level="1">patches/mageia/dm-raid-aliases.patch</Patch>
<Patch level="1">patches/mageia/block-floppy-disable-pnp-modalias.patch</Patch>
<Patch level="1">patches/mageia/ata-prefer-ata-drivers-over-ide-drivers-when-both-are-built.patch</Patch>
<Patch level="1">patches/mageia/block-Make-CFQ-default-to-IOPS-mode-on-SSDs.patch</Patch>
<Patch level="1">patches/mageia/block-cgroups-kconfig-build-bits-for-BFQ-v7r11-4.5.0.patch</Patch>
<Patch level="1">patches/mageia/block-introduce-the-BFQ-v7r11-I-O-sched-for-4.5.0.patch</Patch>
<Patch level="1">patches/mageia/block-bfq-add-Early-Queue-Merge-EQM-to-BFQ-v7r11-for.patch</Patch>
<Patch level="1">patches/mageia/block-Turn-into-BFQ-v8r7-for-4.9.0.patch</Patch>
<Patch level="1">patches/mageia/block-update-bfq-from-v8r7-to-v8r10.patch</Patch>
<Patch level="1">patches/mageia/block-update-bfq-from-v8r10-to-v8r11.patch</Patch>
<Patch level="1">patches/mageia/block-nvme-detect-NVMe-controller-in-recent-MacBooks.patch</Patch>
<Patch level="1">patches/mageia/char-tpm-tpm_crb-implement-tpm-crb-idle-state.patch</Patch>
<Patch level="1">patches/mageia/char-tmp-tpm_crb-fix-Intel-PTT-hw-bug-during-idle-state.patch</Patch>
<Patch level="1">patches/mageia/char-tpm-tpm_crb-open-code-the-crb_init-into-acpi_add.patch</Patch>
<Patch level="1">patches/mageia/char-tmp-tpm_crb-implement-runtime-pm-for-tpm_crb.patch</Patch>
<Patch level="1">patches/mageia/fs-aufs-4.9.patch</Patch>
<Patch level="1">patches/fs-aufs-4.9-posix_acl.patch</Patch>
<Patch level="1">patches/mageia/fs-aufs-4.9-modular.patch</Patch>
<Patch level="1">patches/mageia/fs-seq_file-reset-iterator-to-first-record-for-zero-off.patch</Patch>
<Patch level="1">patches/mageia/fs-jbd2-Fix-dbench4-performance-regression-for-nobarrier-mounts.patch</Patch>
<Patch level="1">patches/mageia/firewire-ieee1394-module-aliases.patch</Patch>
<Patch level="1">patches/mageia/char-agp-intel-new-Q57-id.patch</Patch>
<Patch level="1">patches/mageia/gpu-drm-i915-don-t-warn-about-Skylake-CPU-KabyPoint-PCH-.patch</Patch>
<Patch level="1">patches/mageia/gpu-drm-amd-amdgpu-add-Polaris12-PCI-ID.patch</Patch>
<Patch level="1">patches/mageia/gpu-drm-amdgpu-add-Polaris12-DID.patch</Patch>
<Patch level="1">patches/mageia/gpu-drm-amd-amdgpu-add-Polaris12-support-v3.patch</Patch>
<Patch level="1">patches/mageia/gpu-drm-amdgpu-powerplay-add-Polaris12-support.patch</Patch>
<Patch level="1">patches/mageia/gpu-drm-amd-amdgpu-add-POLARIS12-PCI-ID.patch</Patch>
<Patch level="1">patches/mageia/gpu-drm-amdgpu-pm-check-for-headless-before-calling-comp.patch</Patch>
<Patch level="1">patches/mageia/input-i8042-quirks-for-Fujitsu-Lifebook-A544-and-Lif.patch</Patch>
<Patch level="1">patches/mageia/net-sis190-fix-list-usage.patch</Patch>
<Patch level="1">patches/mageia/net-netfilter-IFWLOG.patch</Patch>
<Patch level="1">patches/mageia/net-netfilter-IFWLOG-mdv.patch</Patch>
<Patch level="1">patches/mageia/net-netfilter-IFWLOG-2.6.35-buildfix.patch</Patch>
<Patch level="1">patches/mageia/net-netfilter-IFWLOG-2.6.37-buildfix.patch</Patch>
<Patch level="1">patches/mageia/net-ipv4-netfilter-ipt_IFWLOG-3.6-buildfix.patch</Patch>
<Patch level="1">patches/mageia/net-netfilter-IFWLOG-3.7-buildfix.patch</Patch>
<Patch level="1">patches/mageia/net-netfilter-IFWLOG-remove-unused-label.patch</Patch>
<Patch level="1">patches/mageia/net-netfilter-psd.patch</Patch>
<Patch level="1">patches/mageia/net-netfilter-psd-mdv.patch</Patch>
<Patch level="1">patches/mageia/net-netfilter-psd-2.6.35-buildfix.patch</Patch>
<Patch level="1">patches/mageia/net-netfilter-psd-fix-redefines.patch</Patch>
<Patch level="1">patches/mageia/net-wireless-rtlwifi-Use-dev_kfree_skb_irq-instead-of-kfree_skb.patch</Patch>
<Patch level="1">patches/mageia/net-wireless-rtlwifi-Fix-kernel-oops-introduced-with-commit-e4965.patch</Patch>
<Patch level="1">patches/mageia/pinctrl_amd-Use-regular-interrupt-instead-of-chained.patch</Patch>
<Patch level="1">patches/mageia/platform-x86-add-shuttle-wmi-driver.patch</Patch>
<Patch level="1">patches/mageia/platform-x86-shuttle-wmi-drop-devinit-exit.patch</Patch>
<Patch level="1">patches/mageia/platform-x86-shuttle-wmi-4.2-buildfix.patch</Patch>
<Patch level="1">patches/mageia/platform-x86-asus-nb-wmi-Add-wapf4-quirk-for-the-X30.patch</Patch>
<Patch level="1">patches/mageia/include-kbuild-export-pci_ids.patch</Patch>
<Patch level="1">patches/mageia/sound-ALSA-hda-realtek-New-codec-support-of-ALC1220.patch</Patch>
<Patch level="1">patches/mageia/sound-ALSA-hda-realtek-new-id-for-alc1220.patch</Patch>
<Patch level="1">patches/mageia/sound-ALSA-hda-realtek-Remove-ALC285-device-ID.patch</Patch>
<Patch level="1">patches/mageia/sound-ALSA-hda-realtek-New-codecs-support-for-ALC215-ALC28.patch</Patch>
<Patch level="1">patches/mageia/sound-ALSA-hda-A-new-flag-to-enforce-prefix-to-each-pin.patch</Patch>
<Patch level="1">patches/mageia/sound-ALSA-hda-Allow-to-enable-disable-vmaster-build-expli.patch</Patch>
<Patch level="1">patches/mageia/sound-ALSA-hda-Support-Gigabyte-Gaming-board-with-dual-Rea.patch</Patch>
<Patch level="1">patches/mageia/sound-ALSA-hda-Use-a-helper-function-for-renaming-kctl-nam.patch</Patch>
<Patch level="1">patches/mageia/sound-ALSA-hda-Apply-dual-codec-quirk-for-MSI-Z270-Gaming-.patch</Patch>
<Patch level="1">patches/mageia/sound-ALSA-hda-Fix-applying-MSI-dual-codec-mobo-quirk.patch</Patch>
<Patch level="1">patches/mageia/sound-ALSA-hda-Add-Coffelake-PCI-ID.patch</Patch>
<Patch level="1">patches/mageia/sound-ALSA-hda-Apply-quirks-to-Broxton-T-too.patch</Patch>
<Patch level="1">patches/mageia/hid-usbhid-IBM-BladeCenterHS20-quirk.patch</Patch>
<Patch level="1">patches/mageia/usb-storage-unusual_devs-add-id.patch</Patch>
<Patch level="1">patches/mageia/usb-storage-unusual_devs-add-id-2.6.37-buildfix.patch</Patch>
<Patch level="1">patches/mageia/media-usb-pwc-lie-in-proc-usb-devices.patch</Patch>
<Patch level="1">patches/mageia/tools-testing-selftest-Makefile-remove-powerpc-reference.patch</Patch>
<Patch level="1">patches/mageia/tools-build-Make-fixdep-parsing-wait-for-last-target.patch</Patch>
<Patch level="1">patches/mageia/tools-perf-tools-Force-fixdep-compilation-at-the-start-of-.patch</Patch>
<Patch level="1">patches/mageia/tools-perf-tools-Move-perf-build-related-variables-under-n.patch</Patch>
<Patch compressionType="xz" level="1">patches/linux/patch-4.14.55.xz</Patch>
<Patch level="1">patches/mageia_4_14/fs-aufs-4.14.patch</Patch>
<Patch level="1">patches/mageia_4_14/fs-aufs-4.14-modular.patch</Patch>
<Patch level="1">patches/mageia_4_14/fs-aufs-include-vmalloc.patch</Patch>
</Patches>
<SourceURI>kernel/tools/perf/pspec.xml</SourceURI>
</Source>
@@ -80474,9 +80482,9 @@ complete albums that you have purchased from Amazon.</Description>
</Package>
<History>
<Update release="11">
<Date>2018-04-29</Date>
<Version>4.9.96</Version>
<Comment>Version bump</Comment>
<Date>2018-07-13</Date>
<Version>4.14.55</Version>
<Comment>Version bump.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
@@ -95075,6 +95083,7 @@ complete albums that you have purchased from Amazon.</Description>
<Name>kwallet-pam</Name>
<RuntimeDependencies>
<Dependency>pam</Dependency>
<Dependency>socat</Dependency>
<Dependency versionFrom="5.7.1">qt5-base</Dependency>
<Dependency>libgcrypt</Dependency>
</RuntimeDependencies>
@@ -95086,6 +95095,13 @@ complete albums that you have purchased from Amazon.</Description>
</Files>
</Package>
<History>
<Update release="21">
<Date>2018-07-13</Date>
<Version>5.12.5</Version>
<Comment>add socat for dependency.</Comment>
<Name>Ertuğrul Erata</Name>
<Email>ertugrulerata@gmail.com</Email>
</Update>
<Update release="20">
<Date>2018-05-14</Date>
<Version>5.12.5</Version>
@@ -115329,7 +115345,7 @@ complete albums that you have purchased from Amazon.</Description>
<PartOf>desktop.kde.applications</PartOf>
<Summary xml:lang="en">A QtQuick plugin to render beautiful and interactive charts</Summary>
<Description xml:lang="en">KGpg is a simple interface for GnuPG, a powerful encryption utility.</Description>
<Archive type="tarxz" sha1sum="be665201a8f48693466ecff61ae10fc9eeca4398">mirrors://kde/stable/applications/17.04.2/src/kgpg-17.04.2.tar.xz</Archive>
<Archive type="tarxz" sha1sum="6b653c9517cc62072cdacea450e8946438b930fb">mirrors://kde/stable/applications/18.04.1/src/kgpg-18.04.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>akonadi-devel</Dependency>
<Dependency>boost-devel</Dependency>
@@ -115406,7 +115422,7 @@ complete albums that you have purchased from Amazon.</Description>
</Package>
<History>
<Update release="14">
<Date>2018-05-11</Date>
<Date>2018-06-09</Date>
<Version>18.04.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
@@ -169480,7 +169496,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Description xml:lang="tr">Wine X11 çalıştıran bir i386 (veya uyumluları) makinede Windows 3.*, Windows 95/98 ve Windows NT programlarını çalıştırmanıza imkân verir. Halâ alfa düzeyinde olduğundan her şey çalışmayabilir.</Description>
<Description xml:lang="de">Wine gibt ihnen die möglichkeit um Windows 3. *, Windows 95/98 und Windows NT-Programme auf einem i386 (oder kompatibel) System X11 zu laufen. Es ist immer noch Alpha-Level-Code, nicht erwarten, dass alles funktioniert.</Description>
<Description xml:lang="en">Wine allows running Windows 3.*, Windows 95/98 and Windows NT programs on a i386 (or compatible) machine running X11. It is still alpha level code; don&apos;t expect everything to work.</Description>
<Archive type="tarxz" sha1sum="917ffea7299392fd2d07fb8d790658779d21e7f3">https://dl.winehq.org/wine/source/3.x/wine-3.8.tar.xz</Archive>
<Archive type="tarxz" sha1sum="79ce06feb7096ace87b8d9d72e6f1e167c17f96c">https://dl.winehq.org/wine/source/3.x/wine-3.12.tar.xz</Archive>
<BuildDependencies>
<Dependency>mit-kerberos</Dependency>
<Dependency>lcms2-devel</Dependency>
@@ -169543,8 +169559,8 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Name>wine</Name>
<IsA>app:gui</IsA>
<RuntimeDependencies>
<Dependency version="3.8">wine-32bit</Dependency>
<Dependency version="3.8">winetricks</Dependency>
<Dependency version="3.12">wine-32bit</Dependency>
<Dependency version="3.12">winetricks</Dependency>
<Dependency>lcms2</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libSM</Dependency>
@@ -169610,7 +169626,7 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
<Summary xml:lang="en">Wine development environment</Summary>
<Summary xml:lang="tr">Wine geliştirme ortamı</Summary>
<RuntimeDependencies>
<Dependency version="3.8">wine</Dependency>
<Dependency version="3.12">wine</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/function_grep.pl</Path>
@@ -169722,6 +169738,13 @@ It supports email, address books, calendars, tasks, news feeds and much more.</D
</Files>
</Package>
<History>
<Update release="14">
<Date>2018-07-11</Date>
<Version>3.12</Version>
<Comment>Version bump</Comment>
<Name>PisiLinux Community</Name>
<Email>admins@pisilinux.org</Email>
</Update>
<Update release="13">
<Date>2018-05-23</Date>
<Version>3.8</Version>
+1 -1
View File
@@ -1 +1 @@
9e30ffa0354f8a563d1714a1620c9e54636e52c7
ec34f546d9d381c8759ec3b82aec859e7e6c65f6
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
e5a9bffd96bea5702a73b6739f888681fef2e2cf
bce088ba384796bd49074f3d4359ccaab773ec05