diff --git a/network/connection/files/0001-saaldump-atmdump-Include-linux-sockios.h-for-SIOCGST.patch b/network/connection/files/0001-saaldump-atmdump-Include-linux-sockios.h-for-SIOCGST.patch deleted file mode 100644 index a54869db89..0000000000 --- a/network/connection/files/0001-saaldump-atmdump-Include-linux-sockios.h-for-SIOCGST.patch +++ /dev/null @@ -1,59 +0,0 @@ -From 4456e13880803a300e4b6f263ad22a37481b5df5 Mon Sep 17 00:00:00 2001 -From: Khem Raj -Date: Thu, 29 Aug 2019 09:33:43 -0700 -Subject: [PATCH] saaldump,atmdump: Include linux/sockios.h for SIOCGSTAMP - -In linux kernel commit 0768e17073dc527ccd18ed5f96ce85f9985e9115 -the asm-generic/sockios.h header no longer defines SIOCGSTAMP. -Instead it provides only SIOCGSTAMP_OLD. - -The linux/sockios.h header now defines SIOCGSTAMP using either -SIOCGSTAMP_OLD or SIOCGSTAMP_NEW as appropriate. This linux only -header file is not pulled so we get a build failure. - -Fixes -../../../linux-atm-2.5.2/src/maint/atmdump.c:142:18: error: use of undeclared identifier 'SIOCGSTAMP' - if (ioctl(s,SIOCGSTAMP,&stamp) < 0) { - ^ -1 error generated. -make[3]: *** [Makefile:623: atmdump.o] Error 1 -make[3]: *** Waiting for unfinished jobs.... -../../../linux-atm-2.5.2/src/maint/saaldump.c:169:14: error: use of undeclared identifier 'SIOCGSTAMP' - if (ioctl(s,SIOCGSTAMP,&stamp) < 0) { - ^ -Upstream-Status: Pending -Signed-off-by: Khem Raj ---- - src/maint/atmdump.c | 2 +- - src/maint/saaldump.c | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/src/maint/atmdump.c b/src/maint/atmdump.c -index 8b17826..9e4853b 100644 ---- a/src/maint/atmdump.c -+++ b/src/maint/atmdump.c -@@ -5,7 +5,7 @@ - #if HAVE_CONFIG_H - #include - #endif -- -+#include - #include - #include - #include -diff --git a/src/maint/saaldump.c b/src/maint/saaldump.c -index 83bdde9..69429a8 100644 ---- a/src/maint/saaldump.c -+++ b/src/maint/saaldump.c -@@ -5,7 +5,7 @@ - #if HAVE_CONFIG_H - #include - #endif -- -+#include - #include - #include - #include --- -2.23.0 - diff --git a/network/connection/files/gcc43.patch b/network/connection/files/gcc43.patch deleted file mode 100644 index 51b10a7328..0000000000 --- a/network/connection/files/gcc43.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -Nur linux-atm-2.5.0-old/src/led/main.c linux-atm-2.5.0/src/led/main.c ---- linux-atm-2.5.0-old/src/led/main.c 2008-04-25 03:39:28.000000000 +0300 -+++ linux-atm-2.5.0/src/led/main.c 2008-04-25 03:39:43.000000000 +0300 -@@ -46,6 +46,7 @@ - #include - - #include -+#include - - /* Local incs */ - #include "join.h" diff --git a/network/connection/files/linux-atm-2.5.0-disable-ilmidiag.patch b/network/connection/files/linux-atm-2.5.0-disable-ilmidiag.patch deleted file mode 100644 index c420be9c58..0000000000 --- a/network/connection/files/linux-atm-2.5.0-disable-ilmidiag.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- linux-atm/src/ilmid/Makefile.am~ 2007-07-11 17:07:57.000000000 +0100 -+++ linux-atm/src/ilmid/Makefile.am 2007-08-23 09:22:45.000000000 +0100 -@@ -2,7 +2,7 @@ SUBDIRS = asn1 - - INCLUDES = -I$(srcdir)/../ilmid/asn1 - --sbin_PROGRAMS = ilmid ilmidiag -+sbin_PROGRAMS = ilmid - - ilmid_SOURCES = rfc1157_snmp.c rfc1157_snmp.h rfc1155_smi.c rfc1155_smi.h \ - util.c util.h io.c io.h message.c message.h \ diff --git a/network/connection/files/linux-atm-2.5.0-open-macro.patch b/network/connection/files/linux-atm-2.5.0-open-macro.patch deleted file mode 100644 index 928222fa28..0000000000 --- a/network/connection/files/linux-atm-2.5.0-open-macro.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- linux-atm/src/maint/atmtcp.c~ 2007-08-22 14:59:21.000000000 +0100 -+++ linux-atm/src/maint/atmtcp.c 2007-08-22 18:27:24.000000000 +0100 -@@ -109,7 +109,7 @@ static void control(int in_link,struct a - switch (msg->type) { - case ATMTCP_CTRL_OPEN: - if (out->ops->open) -- changed += out->ops->open(out,in_link,msg); -+ changed += (out->ops->open)(out,in_link,msg); - break; - case ATMTCP_CTRL_CLOSE: - if (out->ops->close) diff --git a/network/connection/files/man-pages.patch b/network/connection/files/man-pages.patch deleted file mode 100644 index c504cfe87d..0000000000 --- a/network/connection/files/man-pages.patch +++ /dev/null @@ -1,45 +0,0 @@ -diff -up linux-atm-2.5.1/src/led/zeppelin.8.fixman linux-atm-2.5.1/src/led/zeppelin.8 ---- linux-atm-2.5.1/src/led/zeppelin.8.fixman 2003-05-02 19:35:04.000000000 +0200 -+++ linux-atm-2.5.1/src/led/zeppelin.8 2010-10-13 12:58:18.000000000 +0200 -@@ -99,7 +99,7 @@ Ring and ATM parts of the ELAN, so using - recommended. Token Ring support has received less testing than its - Ethernet counterpart. - .SH FILES --.IP \fI/var/run/lec[interface number].pid\fP -+\fI/var/run/lec[interface number].pid\fP - The file containing the process id of zeppelin. - .SH BUGS - John Bonham died 1980 and Led Zeppelin broke. -diff -up linux-atm-2.5.1/src/mpoad/mpcd.8.fixman linux-atm-2.5.1/src/mpoad/mpcd.8 ---- linux-atm-2.5.1/src/mpoad/mpcd.8.fixman 2001-10-10 00:33:07.000000000 +0200 -+++ linux-atm-2.5.1/src/mpoad/mpcd.8 2010-10-13 12:59:14.000000000 +0200 -@@ -28,7 +28,7 @@ mpcd \- ATM MPOA (Multi\-Protocol Over A - .B ]] - .SH DESCRIPTION - MPOA client --.SM(MPC) is responsible for creating and receiving -+.SM (MPC) is responsible for creating and receiving - internetwork layer shortcuts. Using these shortcuts MPCs forward - unicast internetwork layer packets effectively over ATM without need - for routing protocols. -@@ -43,7 +43,7 @@ accepts shortcuts and packets arriving o - shortcuts is done with the help of - .SM MPOA - server --.SM(MPS). -+.SM (MPS). - .PP - Just as the Linux - .SM LAN -diff -up linux-atm-2.5.1/src/sigd/atmsigd.conf.4.fixman linux-atm-2.5.1/src/sigd/atmsigd.conf.4 ---- linux-atm-2.5.1/src/sigd/atmsigd.conf.4.fixman 2001-10-10 00:33:07.000000000 +0200 -+++ linux-atm-2.5.1/src/sigd/atmsigd.conf.4 2010-10-13 12:58:49.000000000 +0200 -@@ -125,7 +125,7 @@ a comment. The `#' character cannot be e - .P - If an option is specified in \fBatmsigd.conf\fP and on the command - line, the command line has priority. --.COMPATIBILITY -+.SH COMPATIBILITY - Certain options used by past versions of \fBatmsigd\fP but no longer documented - on the man page are still recognized and supported, but they also yield a - warning message. Future versions of \fBatmsigd\fP will not recognize those diff --git a/network/connection/files/netdevice.patch b/network/connection/files/netdevice.patch deleted file mode 100644 index 22af6ef27f..0000000000 --- a/network/connection/files/netdevice.patch +++ /dev/null @@ -1,33 +0,0 @@ -diff -Nur linux-atm-2.5.0-old/src/arpd/arp.c linux-atm-2.5.0/src/arpd/arp.c ---- linux-atm-2.5.0-old/src/arpd/arp.c 2008-04-25 03:34:35.000000000 +0300 -+++ linux-atm-2.5.0/src/arpd/arp.c 2008-04-25 03:34:51.000000000 +0300 -@@ -15,7 +15,6 @@ - #include - #include /* for linux/if_arp.h */ - #include /* for ntohs, etc. */ --#define _LINUX_NETDEVICE_H /* very crude hack for glibc2 */ - #include - #include - #include -diff -Nur linux-atm-2.5.0-old/src/arpd/io.c linux-atm-2.5.0/src/arpd/io.c ---- linux-atm-2.5.0-old/src/arpd/io.c 2008-04-25 03:34:35.000000000 +0300 -+++ linux-atm-2.5.0/src/arpd/io.c 2008-04-25 03:34:51.000000000 +0300 -@@ -21,7 +21,6 @@ - #include - #include /* for CLIP_DEFAULT_IDLETIMER */ - #include --#define _LINUX_NETDEVICE_H /* glibc2 */ - #include - #include - -diff -Nur linux-atm-2.5.0-old/src/arpd/itf.c linux-atm-2.5.0/src/arpd/itf.c ---- linux-atm-2.5.0-old/src/arpd/itf.c 2008-04-25 03:34:35.000000000 +0300 -+++ linux-atm-2.5.0/src/arpd/itf.c 2008-04-25 03:34:51.000000000 +0300 -@@ -12,7 +12,6 @@ - #include - #include - #include --#define _LINUX_NETDEVICE_H /* glibc2 */ - #include - #include - diff --git a/network/connection/files/remove-define-hacks.patch b/network/connection/files/remove-define-hacks.patch deleted file mode 100644 index cfac43c039..0000000000 --- a/network/connection/files/remove-define-hacks.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -up linux-atm-2.5.1/src/arpd/arp.c.ftbfs linux-atm-2.5.1/src/arpd/arp.c ---- linux-atm-2.5.1/src/arpd/arp.c.ftbfs 2007-07-11 11:27:15.000000000 -0400 -+++ linux-atm-2.5.1/src/arpd/arp.c 2019-05-02 20:15:45.497338836 -0400 -@@ -15,7 +15,6 @@ - #include - #include /* for linux/if_arp.h */ - #include /* for ntohs, etc. */ --#define _LINUX_NETDEVICE_H /* very crude hack for glibc2 */ - #include - #include - #include -diff -up linux-atm-2.5.1/src/arpd/itf.c.ftbfs linux-atm-2.5.1/src/arpd/itf.c ---- linux-atm-2.5.1/src/arpd/itf.c.ftbfs 2007-07-11 11:27:15.000000000 -0400 -+++ linux-atm-2.5.1/src/arpd/itf.c 2019-05-02 20:19:08.046499027 -0400 -@@ -12,7 +12,6 @@ - #include - #include - #include --#define _LINUX_NETDEVICE_H /* glibc2 */ - #include - #include - diff --git a/network/connection/files/sandbox.patch b/network/connection/files/sandbox.patch deleted file mode 100644 index 69939638fa..0000000000 --- a/network/connection/files/sandbox.patch +++ /dev/null @@ -1,17 +0,0 @@ -Index: linux-atm-2.5.1/src/config/Makefile.in -=================================================================== ---- linux-atm-2.5.1.orig/src/config/Makefile.in -+++ linux-atm-2.5.1/src/config/Makefile.in -@@ -413,10 +413,10 @@ uninstall-am: uninstall-local uninstall- - - - install-exec-local: -- -cp hosts.atm /etc -+ -cp hosts.atm $(DESTDIR)$(sysconfdir) - - uninstall-local: -- -rm /etc/hosts.atm -+ -rm $(DESTDIR)$(sysconfdir)/hosts.atm - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. diff --git a/network/connection/pspec.xml b/network/connection/pspec.xml deleted file mode 100644 index f0d70aba0d..0000000000 --- a/network/connection/pspec.xml +++ /dev/null @@ -1,91 +0,0 @@ - - - - - linux-atm - http://linux-atm.sourceforge.net/ - - PisiLinux Community - admins@pisilinux.org - - GPLv2 - app:console - library - Tools to support ATM networking under Liunx - linux-atm contains tools for Asynchronous Transfer Mode. Supports raw ATM connections (PVCs and SVCs), IP over ATM, LAN emulation, MPOA, Arequipa, and some others. - mirrors://sourceforge/project/linux-atm/linux-atm/2.5.2/linux-atm-2.5.2.tar.gz - - flex - - - man-pages.patch - remove-define-hacks.patch - 0001-saaldump-atmdump-Include-linux-sockios.h-for-SIOCGST.patch - - - - - linux-atm - - flex - - - /lib/firmware - /usr/sbin - /usr/bin - /etc - /usr/lib - /usr/share/man - /usr/share/doc - - - - - linux-atm-devel - Development files for linux-atm - - linux-atm - - - /usr/include - - - - - - 2021-07-02 - 2.5.2 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2019-04-23 - 2.5.2 - Version bump. - Ertuğrul Erata - ertugrulerata@gmail.com - - - 2017-02-18 - 2.5.2 - Release Bump - Kamil Atlı - suvari@pisilinux.org - - - 2016-06-09 - 2.5.2 - Release Bump - Pisi Linux Community - admin@pisilinux.org - - - 2015-04-13 - 2.5.2 - First release - Ertuğrul Erata - ertugrulerata@gmail.com - - - diff --git a/pisi-index.xml b/pisi-index.xml index a153426a5c..ab3793290d 100644 --- a/pisi-index.xml +++ b/pisi-index.xml @@ -3682,7 +3682,7 @@ 2020-03-13 0.2.8 - Rebuild. + Rebuild Kamil Atlı suvari@pisilinux.org @@ -3743,6 +3743,7 @@ readline-devel + 0001-P2P-Fix-copying-of-secondary-device-types-for-P2P-gr.patch ubuntu/01_use_pkg-config_for_pcsc-lite_module.patch wpa_supplicant-1.0-dbus-path-fix.patch mandriva/wpa_supplicant-0.6.3-WEP232.patch @@ -3783,6 +3784,13 @@ + + 2021-07-02 + 2.9 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2020-01-22 2.9 @@ -3842,6 +3850,8 @@ man-pages.patch + remove-define-hacks.patch + 0001-saaldump-atmdump-Include-linux-sockios.h-for-SIOCGST.patch network/connection/linux-atm/pspec.xml @@ -3865,13 +3875,20 @@ Development files for linux-atm linux-atm için geliştirme dosyaları - linux-atm + linux-atm /usr/include + + 2021-07-02 + 2.5.2 + Version bump. + Ertuğrul Erata + ertugrulerata@gmail.com + 2019-04-23 2.5.2 @@ -4203,10 +4220,12 @@ Cisco AnyConnect VPN için HTTP ve DTLS protokollerini kullanan istemci openconnect provides the core HTTP and authentication support from the OpenConnect VPN client, to be used by GUI authentication dialogs for NetworkManager etc. openconnect, NetworkManager gibi grafik arayüz yoluyla kimlik doğrulama yapan araçlar için OpenConnect VPN kimlik doğrulama desteği sunan bir araç ve kitaplıktır. - ftp://ftp.infradead.org/pub/openconnect/openconnect-8.05.tar.gz + https://www.infradead.org/openconnect/download/openconnect-8.10.tar.gz + libproxy-devel intltool - python-devel + lz4-devel + python3-devel openssl-devel libxml2-devel zlib-devel @@ -4220,6 +4239,7 @@ openconnect + lz4 zlib libxml2 openssl @@ -4227,14 +4247,18 @@ gnutls p11-kit e2fsprogs + bash-completion + libproxy /usr/bin/openconnect + /usr/libexec/openconnect /usr/share/man/man8 /usr/share/doc /usr/share/locale /usr/sbin /usr/lib + /usr/share/bash-completion/completions/openconnect @@ -4246,7 +4270,7 @@ gnutls-devel openssl-devel libxml2-devel - openconnect + openconnect /usr/include @@ -4254,6 +4278,13 @@ + + 2021-07-02 + 8.10 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-04-08 8.05 @@ -4378,7 +4409,7 @@ Linux için ağ köprüleme yardımcı uygulamaları Containts userspace driver for IEEE 802.1d ethernet bridging (plus Spanning Tree protocol) for the linux kernel. Linux için ağ köprüleme yardımcı uygulamaları. - https://www.kernel.org/pub/linux/utils/net/bridge-utils/bridge-utils-1.6.tar.xz + https://www.kernel.org/pub/linux/utils/net/bridge-utils/bridge-utils-1.7.1.tar.xz bridge-utils-1.0.4-inc.patch @@ -4395,6 +4426,13 @@ + + 2021-07-02 + 1.7.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-03-19 1.6 @@ -5016,7 +5054,7 @@ libpcap (Packet CAPture) provides a portable framework for low-level network monitoring. Applications include network statistics collection, security monitoring, network debugging, etc. libpcap (Packet CAPture) düşük-seviye ağların izlenmesi için kullanılan bir kitaplıktır. Ağ istatistikleri, güvenlik izleyicisi, ağ hata gözleme gibi uygulamalar genellikle bu kitaplığı kullanır. libpcap (Packet CAPture) facilita un framework portable para monitoreo de redes a a bajo nivel. Aplicaciones abarcan sistemas de estadísticas de red, monitoreo de seguridad, depuración de red, etc. - http://www.tcpdump.org/release/libpcap-1.9.1.tar.gz + http://www.tcpdump.org/release/libpcap-1.10.1.tar.gz bluez-libs-devel @@ -5035,7 +5073,7 @@ Development files for libpcap libpcap için geliştirme dosyaları - libpcap + libpcap /usr/bin/pcap-config @@ -5044,6 +5082,13 @@ + + 2021-07-02 + 1.10.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-02-01 1.9.1 @@ -5104,7 +5149,7 @@ Taşınabilir UPnP kitaplığı Portabels UPnP Bibliothek The Universal Plug and Play (UPnP) SDK for Linux provides support for building UPnP-compliant control points, devices, and bridges on Linux. - mirrors://sourceforge/pupnp/libupnp-1.14.0.tar.bz2 + mirrors://sourceforge/pupnp/libupnp-1.14.7.tar.bz2 kernel-headers @@ -5122,7 +5167,7 @@ Development files for libupnp. libupnp için geliştirme dosyaları - libupnp + libupnp /usr/include @@ -5130,6 +5175,13 @@ + + 2021-07-02 + 1.14.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-12-13 1.14.0 @@ -5210,8 +5262,8 @@ Glib uygulamalarında avahi kullanımını kolaylaştıran kitaplıklar glib2 - avahi - avahi-libs + avahi + avahi-libs /usr/lib/libavahi-glib.* @@ -5223,8 +5275,8 @@ Development files for avahi-glib avahi-glib için geliştirme dosyaları - avahi-glib - avahi-devel + avahi-glib + avahi-devel /usr/include/avahi-glib @@ -5241,8 +5293,8 @@ gdbm gtk2 glib2 - avahi-libs - avahi-glib + avahi-libs + avahi-glib atk cairo pango @@ -5259,9 +5311,9 @@ avahi-ui için geliştirme dosyaları gtk2-devel - avahi-ui - avahi-devel - avahi-glib-devel + avahi-ui + avahi-devel + avahi-glib-devel /usr/include/avahi-ui @@ -5276,8 +5328,8 @@ gdbm glib2 gtk3 - avahi-libs - avahi-glib + avahi-libs + avahi-glib atk cairo pango @@ -5293,9 +5345,9 @@ avahi-ui-gtk3 için geliştirme dosyaları gtk2-devel - avahi-ui-gtk3 - avahi-devel - avahi-glib-devel + avahi-ui-gtk3 + avahi-devel + avahi-glib-devel gtk3-devel @@ -5309,11 +5361,11 @@ gtk3 glib2 - avahi - avahi-ui - avahi-glib - avahi-ui-gtk3 - avahi-libs + avahi + avahi-ui + avahi-glib + avahi-ui-gtk3 + avahi-libs gtk3 @@ -5334,8 +5386,8 @@ Libraries for howl compatibility howl uyumluluk kitaplıkları - avahi - avahi-libs + avahi + avahi-libs /usr/lib/libhowl.so* @@ -5346,7 +5398,7 @@ Development files for avahi-compat-howl avahi-compat-howl için geliştirme dosyaları - avahi-compat-howl + avahi-compat-howl /usr/include/avahi-compat-howl @@ -5359,8 +5411,8 @@ Libraries for Apple Bonjour mDNSResponder compatibility libdns_sd uyumluluk kitaplıkları - avahi - avahi-libs + avahi + avahi-libs /usr/lib/libdns_sd.so* @@ -5371,7 +5423,7 @@ Development files for avahi-compat-libdns_sd avahi-compat-libdns_sd için geliştirme dosyaları - avahi-compat-libdns_sd + avahi-compat-libdns_sd /usr/include/avahi-compat-libdns_sd @@ -5399,7 +5451,7 @@ expat libcap libdaemon - avahi-libs + avahi-libs /usr/sbin/avahi-daemon @@ -5450,8 +5502,8 @@ Yerel unicast DNS ayarlarını mDNS üzerinden gelen bilgilere göre yapılandırma hizmeti libdaemon - avahi - avahi-libs + avahi + avahi-libs /etc/avahi/avahi-dnsconfd.action @@ -5468,8 +5520,8 @@ mDNS taramak ve yayınlamak için komut satırı araçları gdbm - avahi - avahi-libs + avahi + avahi-libs /usr/bin @@ -5481,7 +5533,7 @@ Development files for avahi avahi için geliştirme dosyaları - avahi-libs + avahi-libs /usr/lib/pkgconfig/avahi-core.pc @@ -5492,6 +5544,13 @@ + + 2021-07-02 + 0.7 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + 2020-01-07 0.7 @@ -5600,7 +5659,7 @@ openslp-server, dinamik hizmet kaydı için gerekli OpenSLP sunucusunu içerir. openssl - openslp + openslp /etc/slp.reg @@ -5613,7 +5672,7 @@ Development files for openslp openslp için geliştirme dosyaları - openslp + openslp zlib-devel openssl-devel @@ -5623,6 +5682,13 @@ + + 2021-07-02 + 2.0.0 + Rebuild. + Pisi Linux Community + admin@pisilinux.org + 2020-02-07 2.0.0 @@ -5687,6 +5753,13 @@ + + 2021-07-02 + 2.1.0 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2018-09-01 2.1.0 @@ -5730,6 +5803,13 @@ + + 2021-07-02 + 0.7.1 + Rebuild. + Mustafa Cinasal + muscnsl@gmail.com + 2018-09-01 0.7.1 @@ -6291,7 +6371,7 @@ LFTP is sophisticated file transfer program with command line interface. It supports FTP, HTTP, FISH, SFTP, HTTPS and FTPS protocols. It has bookmarks, built-in mirror, can transfer several files in parallel. It was designed with reliability in mind. LFTP komut satırı arayüzüne sahip gelişmiş bir dosya aktarım programıdır. FTP, HTTP, FISH, SFTP, HTTPS ve FTPS protokollerini destekler. Yer imleri, yansılama, paralel olarak birçok dosya transfer etme özellikleri bulunuyor. Güvenirlik esas alınarak tasarlandı. lftp - http://lftp.tech/ftp/lftp-4.8.3.tar.gz + http://lftp.tech/ftp/lftp-4.9.2.tar.gz gnutls-devel flex @@ -6339,6 +6419,13 @@ + + 2021-07-02 + 4.9.2 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2018-09-01 4.8.3 @@ -6421,7 +6508,7 @@ - 2020-02-07 + 2021-07-02 3.0.3 Rebuild İdris Kalp @@ -7371,12 +7458,14 @@ Çekirdek içinde yer alan ağ trafiği yönlendirme ve trafik kontrol araçları. Iproute2 is a collection of utilites for controlling TCP/IP networking and traffic control in Linux. Iproute2 TCP/IP ağları ve trafik kontrolü için araçlar içeren bir koolleksiyondur. - https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/snapshot/iproute2-5.10.0.tar.gz + https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/snapshot/iproute2-5.13.0.tar.gz iptables-devel db-devel elfutils-devel zlib-devel + libcap-devel + libmnl-devel 0001-make-iproute2-fhs-compliant.patch @@ -7389,6 +7478,8 @@ iptables db elfutils + libcap + libmnl /etc @@ -7403,6 +7494,13 @@ + + 2021-07-02 + 5.13.0 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-01-23 5.10.0 @@ -7483,7 +7581,7 @@ Güvenlik duvarı, ağ adres çevrimi ve paket çevrimi aracı Contains iptables firewall, NAT and packet mangling tools. Iptables kural tabanlı gelişmiş güvenlik duvarı uygulamasıdır. - ftp://ftp.netfilter.org/pub/iptables/iptables-1.8.3.tar.bz2 + https://www.netfilter.org/projects/iptables/files/iptables-1.8.7.tar.bz2 libnfnetlink-devel @@ -7514,7 +7612,7 @@ Development files for iptables iptables için geliştirme dosyaları - iptables + iptables /usr/include @@ -7524,6 +7622,13 @@ + + 2021-07-02 + 1.8.7 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2020-02-01 1.8.3 @@ -59703,6 +59808,7 @@ cleaner, which will allow to add new features in the future. zlib intel-tbb OpenCOLLADA + OpenColorIO1 /usr/bin @@ -75430,7 +75536,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol GNOME panel is located in the edge of screen that provides contains widgets such as application launcher, cpu monitor and workspace switcher. Mate paneli ekranın kenarlarında bulunur ve programcıkları (işlemci yükü, program başlatıcısı, çalışma alanı değiştiricisi gibi) barındırmayı sağlar. mate-panel - http://pub.mate-desktop.org/releases/1.25/mate-panel-1.25.2.tar.xz + http://pub.mate-desktop.org/releases/1.25/mate-panel-1.25.3.tar.xz gtk3-devel libSM-devel @@ -75496,7 +75602,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol gtk3-devel glib2-devel - mate-panel + mate-panel /usr/include @@ -75508,13 +75614,20 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol mate-panel için döküman belgeleri. mate-panel için döküman belgeleri. - mate-panel + mate-panel /usr/share/gtk-doc + + 2021-07-02 + 1.25.3 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2021-04-20 1.25.2 diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum index 79b72e96dd..2039cb0ef4 100644 --- a/pisi-index.xml.sha1sum +++ b/pisi-index.xml.sha1sum @@ -1 +1 @@ -568145d5971813f500909ba352578b14392a2d27 \ No newline at end of file +aae47bc6a20bfef0173db8be53797be3d2156c3c \ No newline at end of file diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz index 57bb31db60..785aa65c19 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 fc7da7a941..6de98c98c9 100644 --- a/pisi-index.xml.xz.sha1sum +++ b/pisi-index.xml.xz.sha1sum @@ -1 +1 @@ -2055df039b597edabc5d332db1eb690056c50265 \ No newline at end of file +12c8e43d8792c0e52412f57d5d526a62ffda450f \ No newline at end of file