diff --git a/network/library/libnftnl/actions.py b/network/library/libnftnl/actions.py
new file mode 100644
index 0000000000..e387388ae4
--- /dev/null
+++ b/network/library/libnftnl/actions.py
@@ -0,0 +1,20 @@
+#!/usr/bin/env 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 get
+
+def setup():
+ autotools.configure()
+
+def build():
+ autotools.make()
+
+def install():
+ autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+
+ pisitools.dodoc("COPYING")
diff --git a/network/library/libnftnl/pspec.xml b/network/library/libnftnl/pspec.xml
new file mode 100644
index 0000000000..75ee03cb02
--- /dev/null
+++ b/network/library/libnftnl/pspec.xml
@@ -0,0 +1,61 @@
+
+
+
+
+ libnftnl
+ https://netfilter.org/projects/libnftnl/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ library
+ Netfilter library providing interface to the nf_tables subsystem
+ nf_tables alt sistemine arayüz sağlayan Netfilter kitaplığı
+ https://netfilter.org/projects/libnftnl/files/libnftnl-1.2.4.tar.bz2
+
+ libmnl-devel
+
+ -->
+
+
+
+
+ libnftnl
+
+ libmnl
+
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+ libnftnl-devel
+ Development files for libnftnl
+
+ libmnl-devel
+ libnftnl
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+
+ 2023-01-13
+ 1.2.4
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/network/library/libnftnl/translations.xml b/network/library/libnftnl/translations.xml
new file mode 100644
index 0000000000..e68b4a2b42
--- /dev/null
+++ b/network/library/libnftnl/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ libnftnl
+ Netfilter library providing interface to the nf_tables subsystem
+ nf_tables alt sistemine arayüz sağlayan Netfilter kitaplığı
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index 728062145f..b41ed9366e 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -1327,7 +1327,7 @@
Telegram is a messaging app with a focus on speed and security, it is super-fast, simple and free. You can use Telegram on all your devices at the same time — your messages sync seamlessly across any number of your phones, tablets or computers.Telegram is a messaging app with a focus on speed and security, it is super-fast, simple and free. You can use Telegram on all your devices at the same time — your messages sync seamlessly across any number of your phones, tablets or computers.telegram
- https://github.com/telegramdesktop/tdesktop/releases/download/v4.5.2/tdesktop-4.5.2-full.tar.gz
+ https://github.com/telegramdesktop/tdesktop/releases/download/v4.5.6/tdesktop-4.5.6-full.tar.gzfix-tgcalls-cstdint.patch
@@ -1417,6 +1417,13 @@
+
+ 2023-01-13
+ 4.5.6
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2023-01-034.5.2
@@ -6610,7 +6617,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.10.1.tar.gz
+ http://www.tcpdump.org/release/libpcap-1.10.3.tar.gzbluez-libs-devel
@@ -6629,7 +6636,7 @@
Development files for libpcaplibpcap için geliştirme dosyaları
- libpcap
+ libpcap/usr/bin/pcap-config
@@ -6638,6 +6645,13 @@
+
+ 2023-01-13
+ 1.10.3
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-07-021.10.1
@@ -10976,7 +10990,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.
- https://www.netfilter.org/projects/iptables/files/iptables-1.8.8.tar.bz2
+ https://www.netfilter.org/projects/iptables/files/iptables-1.8.9.tar.xzlibmnl-devellibpcap-devel
@@ -10984,8 +10998,7 @@
libnetfilter_conntrack-devel
- iptables-1.8.2-link.patch
- 0001-xshared-Fix-build-for-Werror-format-security.patch
+ gentoo/iptables-1.8.9-format-security.patchnetwork/filter/iptables/pspec.xml
@@ -11017,7 +11030,7 @@
Development files for iptablesiptables için geliştirme dosyaları
- iptables
+ iptables/usr/include
@@ -11027,6 +11040,13 @@
+
+ 2023-01-13
+ 1.8.9
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2022-08-031.8.8
@@ -11789,6 +11809,59 @@
+
+
+ libnftnl
+ https://netfilter.org/projects/libnftnl/
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ library
+ network.library
+ Netfilter library providing interface to the nf_tables subsystem
+ Netfilter library providing interface to the nf_tables subsystem
+ nf_tables alt sistemine arayüz sağlayan Netfilter kitaplığı
+ nf_tables alt sistemine arayüz sağlayan Netfilter kitaplığı
+ https://netfilter.org/projects/libnftnl/files/libnftnl-1.2.4.tar.bz2
+
+ libmnl-devel
+
+ network/library/libnftnl/pspec.xml
+
+
+ libnftnl
+
+ libmnl
+
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+ libnftnl-devel
+ Development files for libnftnl
+
+ libmnl-devel
+ libnftnl
+
+
+ /usr/include
+ /usr/lib/pkgconfig
+
+
+
+
+ 2023-01-13
+ 1.2.4
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+ srt
@@ -23654,7 +23727,7 @@ Gnome session.
Cinnamon window manager based on MutterMutter tabanlı Cinnamon Pencere Yöneticisimuffin
- https://github.com/linuxmint/muffin/archive/refs/tags/5.6.2.tar.gz
+ https://github.com/linuxmint/muffin/archive/refs/tags/5.6.3.tar.gzmesongettext-devel
@@ -23764,7 +23837,7 @@ Gnome session.
muffin-develdevelopment
- muffin
+ muffinatk-develgtk3-develcairo-devel
@@ -23792,6 +23865,13 @@ Gnome session.
+
+ 2023-01-10
+ 5.6.3
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2022-12-145.6.2
@@ -33015,7 +33095,7 @@ Gnome session.
Mesa, OpenGL belirtiminin (etkileşimli 3B grafiklerin gerçeklenmesi için bir sistem) açık kaynaklı bir uyarlamasıdır.Mesa jest open-source'ową implementacją specyfikacji OpenGL do renderowania trójwymiarowej grafiki.mesa
- https://archive.mesa3d.org/mesa-22.3.2.tar.xz
+ https://archive.mesa3d.org/mesa-22.3.3.tar.xzcrossfile.ini
@@ -33167,7 +33247,7 @@ Gnome session.
libXdamage-devellibXxf86vm-devellibxshmfence-devel
- mesa
+ mesa/usr/include
@@ -33242,7 +33322,7 @@ Gnome session.
libclc-32bitlibunwind-32bitllvm-clang-32bit
- mesa
+ mesallvm-32bit
@@ -33251,6 +33331,13 @@ Gnome session.
+
+ 2023-01-12
+ 22.3.3
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2022-12-3022.3.2
@@ -43879,7 +43966,7 @@ Gnome session.
Timeshift protects your system by taking incremental snapshots of the file system at regular intervals. These snapshots can be restored at a later date to undo all changes to the system.Timeshift, düzenli aralıklarla dosya sisteminin artımlı anlık görüntülerini alarak sisteminizi korur. Bu anlık görüntüler, sistemdeki tüm değişiklikleri geri almak için daha sonraki bir tarihte geri yüklenebilir.Timeshift, düzenli aralıklarla dosya sisteminin artımlı anlık görüntülerini alarak sisteminizi korur. Bu anlık görüntüler, sistemdeki tüm değişiklikleri geri almak için daha sonraki bir tarihte geri yüklenebilir.
- https://github.com/linuxmint/timeshift/archive/refs/tags/22.11.1.tar.gz
+ https://github.com/linuxmint/timeshift/archive/refs/tags/22.11.2.tar.gzatk-develvte-devel
@@ -43928,6 +44015,13 @@ Gnome session.
+
+ 2023-01-10
+ 22.11.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2022-11-2222.11.1
@@ -52791,7 +52885,7 @@ Gnome session.
Hypnotix, canlı TV, filmler ve dizileri destekleyen bir IPTV akış uygulamasıdır.Hypnotix is an IPTV streaming application with support for live TV, movies and series.Hypnotix, canlı TV, film ve dizi desteği olan bir IPTV akış uygulamasıdır.
- https://github.com/linuxmint/hypnotix/archive/refs/tags/3.1.tar.gz
+ https://github.com/linuxmint/hypnotix/archive/refs/tags/3.2.tar.gzxapp-develdconf-devel
@@ -52830,6 +52924,13 @@ Gnome session.
+
+ 2023-01-10
+ 3.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2022-12-033.1
@@ -90127,7 +90228,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
Linux desktop which provides advanced innovative features and a traditional user experienceLinux desktop which provides advanced innovative features and a traditional user experiencecinnamon
- https://github.com/linuxmint/cinnamon/archive/refs/tags/5.6.5.tar.gz
+ https://github.com/linuxmint/cinnamon/archive/refs/tags/5.6.6.tar.gzcjs-develmeson
@@ -90306,6 +90407,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2023-01-13
+ 5.6.6
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2022-12-165.6.5
@@ -90954,7 +91062,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
File manager for CinnamonCinnamon için Dosya Yöneticisinemo
- https://github.com/linuxmint/nemo/archive/refs/tags/5.6.1.tar.gz
+ https://github.com/linuxmint/nemo/archive/refs/tags/5.6.2.tar.gzmesonsamurai
@@ -91043,7 +91151,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
nemo için geliştirme dosyalarıdevelopment
- nemo
+ nemogtk3-develglib2-devel
@@ -91054,6 +91162,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2023-01-10
+ 5.6.2
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2022-12-145.6.1
@@ -91107,7 +91222,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
The Control Center for CinnamonCinnamon için kontrol merkezicinnamon-control-center
- https://github.com/linuxmint/cinnamon-control-center/archive/refs/tags/5.6.0.tar.gz
+ https://github.com/linuxmint/cinnamon-control-center/archive/refs/tags/5.6.1.tar.gzmesonsamurai
@@ -91210,7 +91325,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
cinnamon-control-center için geliştirme dosyalarıdevelopment
- cinnamon-control-center
+ cinnamon-control-centergtk3-develglib2-devel
@@ -91220,6 +91335,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2023-01-10
+ 5.6.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2022-11-195.6.0
@@ -91273,7 +91395,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
Screensaver designed to integrate well with the Cinnamon desktopCinnamon masaüstü ile iyi entegre edilmiş bir ekran koruyucu.cinnamon-screensaver
- https://github.com/linuxmint/cinnamon-screensaver/archive/refs/tags/5.6.2.tar.gz
+ https://github.com/linuxmint/cinnamon-screensaver/archive/refs/tags/5.6.3.tar.gzgnome-commonmeson
@@ -91358,7 +91480,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
cinnamon-screensaver için geliştirme dosyalarıdevelopment
- cinnamon-screensaver
+ cinnamon-screensavergtk3-develglib2-devellibX11-devel
@@ -91373,6 +91495,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2023-01-10
+ 5.6.3
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2022-12-035.6.2
@@ -91744,7 +91873,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
The Cinnamon Settings daemonCinnamon ayarları servisicinnamon
- https://github.com/linuxmint/cinnamon-settings-daemon/archive/refs/tags/5.6.0.tar.gz
+ https://github.com/linuxmint/cinnamon-settings-daemon/archive/refs/tags/5.6.1.tar.gzmesonsamurai
@@ -91843,7 +91972,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
cinnamon-settings-daemon için geliştirme dosyalarıdevelopment
- cinnamon-settings-daemon
+ cinnamon-settings-daemonglib2-devel
@@ -91852,6 +91981,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2023-01-10
+ 5.6.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2022-11-195.6.0
@@ -92000,7 +92136,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
Library with common API for various Cinnamon modulesCinnamon modülleri için çeşitli API kitaplıklarıcinnamon-desktop
- https://github.com/linuxmint/cinnamon-desktop/archive/refs/tags/5.6.0.tar.gz
+ https://github.com/linuxmint/cinnamon-desktop/archive/refs/tags/5.6.1.tar.gzmesonsamurai
@@ -92064,7 +92200,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
libxkbfile-develpulseaudio-libs-develgsettings-desktop-schemas-devel
- cinnamon-desktop
+ cinnamon-desktop/usr/include
@@ -92073,6 +92209,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2023-01-10
+ 5.6.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2022-11-195.6.0
@@ -93164,7 +93307,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
desktop.mateSystem settings daemon for MATE desktopgnome-settings-daemon shares MATE specific settings with other applications via DBus connection.
- http://pub.mate-desktop.org/releases/1.26/mate-settings-daemon-1.26.0.tar.xz
+ http://pub.mate-desktop.org/releases/1.27/mate-settings-daemon-1.27.0.tar.xzintltoolnss-devel
@@ -93180,9 +93323,9 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
pulseaudio-libs-devellibcanberra-gtk3-develmate-common
- libmatekbd-devel
- libmatemixer-devel
- mate-desktop-devel
+ libmatekbd-devel
+ libmatemixer-devel
+ mate-desktop-develdesktop/mate/mate-settings-daemon/pspec.xml
@@ -93230,7 +93373,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
mate-settings-daemon için geliştirme dosyalarımate-settings-daemon için geliştirme dosyaları
- mate-settings-daemon
+ mate-settings-daemondbus-develglib2-develdbus-glib-devel
@@ -93241,6 +93384,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2023-01-12
+ 1.27.0
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2021-09-071.26.0
@@ -99442,7 +99592,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
This application allows you to capture the entire screen, the active window or a selected region.xfce4-screenshooter ekranın bir kısmının, tamamının ya da sadece aktif pencerenin ekran görüntüsünü almanızı sağlar.org.xfce.screenshooter
- https://archive.xfce.org/src/apps/xfce4-screenshooter/1.10/xfce4-screenshooter-1.10.1.tar.bz2
+ https://archive.xfce.org/src/apps/xfce4-screenshooter/1.10/xfce4-screenshooter-1.10.3.tar.bz2python3intltool
@@ -99461,6 +99611,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
exogtk3glib2
+ xfconfcairopangolibSM
@@ -99486,6 +99637,13 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
+
+ 2023-01-13
+ 1.10.3
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2022-12-221.10.1
@@ -103496,6 +103654,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
gdk-pixbuf-develxfce4-panel-devellibxfce4util-devel
+ libxfce4windowing-develdesktop/xfce/base/xfdesktop/pspec.xml
@@ -103517,6 +103676,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
gdk-pixbuflibxfce4uilibxfce4util
+ libxfce4windowing/usr/bin
@@ -104122,6 +104282,7 @@ Bu Skype SILK codec ve Xiph.Org 's Celt codec teknolojisi dahil RFC 6716 ol
xfconf-devellibxfce4ui-devellibxfce4util-devel
+ libxfce4windowing-develdesktop/xfce/base/xfce4-panel/pspec.xml
@@ -368150,7 +368311,7 @@ from a wide variety of machine architectures.
Development files for upowerupower için geliştirme dosyaları
- upower
+ upowerdbus-develglib2-develpolkit-devel
@@ -368165,6 +368326,13 @@ from a wide variety of machine architectures.
+
+ 2023-01-12
+ 1.90.0
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+ 2022-07-261.90.0
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index c677577a45..9d7354bfe8 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-ef2f2504b3eaac66da503c18edc6750b8f27b23c
\ No newline at end of file
+579258e31885c8d5772e3bd1b3cf95dfec47c74a
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index 51273e6034..8cbf5aa399 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 ad93d41fde..75ec43d222 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-39c873d0223de6cdcdb81ab78e0970f63730b607
\ No newline at end of file
+e9e751c9a2170fc941b6d67db270a8c97b134ae3
\ No newline at end of file