diff --git a/kernel/drivers/rtl88x2bu/actions.py b/kernel/drivers/rtl88x2bu/actions.py
new file mode 100644
index 00000000..74b941c6
--- /dev/null
+++ b/kernel/drivers/rtl88x2bu/actions.py
@@ -0,0 +1,27 @@
+#!/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 get
+from pisi.actionsapi import autotools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import kerneltools
+
+KDIR = kerneltools.getKernelVersion()
+KVER ="5.15.102"
+
+def build():
+ autotools.make("KVER=%s" % KVER )
+
+def install():
+ pisitools.insinto("/lib/modules/%s/kernel/drivers/net/wireless" % KDIR, "*.ko")
+
+ pisitools.insinto("/etc/modprobe.d", "88x2bu.conf")
+
+ shelltools.chmod(get.installDIR() + "/etc/modprobe.d/88x2bu.conf")
+ shelltools.chmod(get.installDIR() + "/lib/modules/%s/kernel/drivers/net/wireless/*.ko" % KDIR )
+
+ pisitools.dodoc("README*", "LICENSE")
diff --git a/kernel/drivers/rtl88x2bu/pspec.xml b/kernel/drivers/rtl88x2bu/pspec.xml
new file mode 100644
index 00000000..d5b293ae
--- /dev/null
+++ b/kernel/drivers/rtl88x2bu/pspec.xml
@@ -0,0 +1,47 @@
+
+
+
+
+ rtl88x2bu
+ https://github.com/RinCat/rtl88x2bu-Linux-Driver
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ driver
+ REALTEK RTL88x2B USB Linux Driver
+ rtl88x2bu
+ REALTEK RTL88x2B USB Linux Driver
+ https://github.com/morrownr/88x2bu-20210702/archive/refs/heads/main.zip
+
+ bc
+ kernel-module-headers
+
+
+
+
+
+ rtl88x2bu
+
+ /etc
+ /lib
+ /usr/share/doc
+
+
+
+
+
+ 2023-03-15
+ 2023.03.14
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
diff --git a/kernel/drivers/rtl88x2bu/translations.xml b/kernel/drivers/rtl88x2bu/translations.xml
new file mode 100644
index 00000000..76562330
--- /dev/null
+++ b/kernel/drivers/rtl88x2bu/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ RTL88x2BU
+ REALTEK RTL88x2B USB Linux Driver
+ REALTEK RTL88x2B USB Linux Driver
+
+
diff --git a/pisi-index.xml b/pisi-index.xml
index 5fa306bc..eb15c4bd 100644
--- a/pisi-index.xml
+++ b/pisi-index.xml
@@ -1023,7 +1023,7 @@
CMake, the cross-platform, open-source make system. CMake is used to control the software compilation process using simple platform and compiler independent configuration files. CMake generates native makefiles and workspaces that can be used in the compiler environment of your choice.
Cmake, açık kaynak kodlu ve birden fazla platformda çalışan bir 'make' sistemidir. Yazılım derleme sürecini kontrol etmek için kullanılan CMake, derleyici bağımsız yapılandırma dosyalarının oluşturulmasını sağlar.
cmake
- https://github.com/Kitware/CMake/releases/download/v3.25.2/cmake-3.25.2.tar.gz
+ https://github.com/Kitware/CMake/releases/download/v3.25.3/cmake-3.25.3.tar.gz
curl-devel
expat-devel
@@ -1058,6 +1058,13 @@
+
+ 2023-03-10
+ 3.25.3
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2023-01-28
3.25.2
@@ -1592,6 +1599,9 @@
libarchive includes a library and command-line tools for reading and writing tar, cpio, zip, ISO, and other archive formats.
libarchive, tar, cpio, zip, ISO ve diğer arşiv biçimlerini okumak ve yazmak için bir kitaplık ve komut satırı araçları içerir.
https://github.com/libarchive/libarchive/releases/download/v3.6.2/libarchive-3.6.2.tar.xz
+
+ 1723.patch
+
acl-devel
nettle-devel
@@ -1638,7 +1648,7 @@
libarchive için geliştirme dosyaları
openssl-devel
- libarchive
+ libarchive
/usr/include
@@ -1647,6 +1657,13 @@
+
+ 2023-02-26
+ 3.6.2
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2023-01-28
3.6.2
@@ -3877,7 +3894,7 @@
make
- http://www.gnu.org/software/make/make.html
+ https://www.gnu.org/software/make/
PisiLinux Community
admins@pisilinux.org
@@ -3891,7 +3908,7 @@
Outil standard de compilation de hiérarchie de sources. Make détermine ce qu'il faut faire pour construire votre programme à partir d'un fichier appelé makefile. Une fois votre programme écrit, il suffit d'éditer un makefile pour lui afin de pouvoir utiliser Make pour le compiler et l'installer.
Standard tool to compile source trees. Make gets its knowledge of how to build your program from a file called the makefile. When you write a program, you should write a makefile for it, so that it is possible to use Make to build and install the program
Geleneksel kaynak kod ağaçlarını derleme aracı. Make, programınızı nasıl derleyeceği konusundaki bilgiyi "makefile" dosyasından alır. Bir uygulama yazdığınızda bunun için "makefile" dosyasını da hazırlamalısınız ki uygulamanız derlenebilsin ve yüklenebilsin.
- mirrors://gnu/make/make-4.4.tar.gz
+ mirrors://gnu/make/make-4.4.1.tar.gz
texinfo
gettext
@@ -3899,9 +3916,6 @@
patch
gc-devel
-
- make-4.4-sigpipe.patch
-
system/devel/make/pspec.xml
@@ -3916,6 +3930,13 @@
+
+ 2023-03-13
+ 4.4.1
+ Version bump.
+ fury
+ uglyside@yandex.ru
+
2023-02-09
4.4
@@ -4809,7 +4830,7 @@
High productivity build system
Yüksek verimli üretme sistemi
Yüksek verimli üretme sistemi
- https://github.com/mesonbuild/meson/releases/download/1.0.0/meson-1.0.0.tar.gz
+ https://github.com/mesonbuild/meson/releases/download/1.0.1/meson-1.0.1.tar.gz
python3-devel
python3-setuptools
@@ -4833,6 +4854,13 @@
+
+ 2023-02-25
+ 1.0.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-12-24
1.0.0
@@ -5184,7 +5212,7 @@
Derlenmiş objeleri işlemek için gereken aletler koleksiyonu
elfutils contains libraries and utilities to handle ELF objects and is a replacement for libelf.
elfutils derlenmiş objeleri işlemek için gereken çeşitli araçlar içerir.
- ftp://sourceware.org/pub/elfutils/0.188/elfutils-0.188.tar.bz2
+ ftp://sourceware.org/pub/elfutils/0.189/elfutils-0.189.tar.bz2
bzip2
xz-devel
@@ -5221,7 +5249,7 @@
xz-32bit
zlib-32bit
- elfutils
+ elfutils
/usr/lib32
@@ -5231,7 +5259,7 @@
elfutils-devel
Development files for elfutils
- elfutils
+ elfutils
xz-devel
zstd-devel
zlib-devel
@@ -5243,6 +5271,13 @@
+
+ 2023-03-04
+ 0.189
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-11-05
0.188
@@ -9124,7 +9159,7 @@
Python3 için geliştime dosyaları
python3-devel, python3 için geliştime dosyaları içerir.
- python3
+ python3
/usr/include/python3.9/*
@@ -9132,6 +9167,13 @@
+
+ 2023-03-11
+ 3.9.16
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2023-02-08
3.9.16
@@ -15466,7 +15508,7 @@
python için geliştirme dosyaları
system.devel
- python
+ python
/usr/include
@@ -15474,6 +15516,13 @@
+
+ 2023-03-11
+ 2.7.18
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2023-02-08
2.7.18
@@ -16385,6 +16434,7 @@
EFI değişkenlerini işlemek için araçlar ve kütüphane
https://github.com/rhinstaller/efivar/releases/download/38/efivar-38.tar.bz2
+ mandoc
popt-devel
@@ -16411,7 +16461,7 @@
efivar-devel
popt-devel
- efivar
+ efivar
/usr/include
@@ -16419,6 +16469,13 @@
+
+ 2023-03-12
+ 38
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2022-07-09
38
@@ -21127,8 +21184,8 @@
SQLite est une petite librairie C implémentant un moteur de base de données SQL auto-configurée, auto-suffisante, pouvant être embarquée. Gère des bases de données de tailles allant jusqu'à 2 téraOctets.
SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine. Supports databases up to 2 terabytes in size.
SQLite hiçbir ayar gerektirmeyen, başka programların içine gömülebilir bir SQL veritabanı motorudur. 2 terabayta kadar büyüklükteki veritabanlarını tutabilir.
- https://www.sqlite.org/2022/sqlite-autoconf-3400100.tar.gz
- https://www.sqlite.org/2022/sqlite-doc-3400100.zip
+ https://www.sqlite.org/2023/sqlite-autoconf-3410100.tar.gz
+ https://www.sqlite.org/2023/sqlite-doc-3410100.zip
readline-devel
@@ -21154,7 +21211,7 @@
sqlite-devel, sqlite için geliştirme dosyalarını içerir.
system.devel
- sqlite
+ sqlite
/usr/include
@@ -21170,7 +21227,7 @@
emul32
emul32
- sqlite
+ sqlite
/usr/lib32
@@ -21182,13 +21239,20 @@
sqlite için belgelendirme dosyaları
sqlite-doc, sqlite için belgelendirme dosyalarını içerir.
- sqlite
+ sqlite
/usr/share/doc/sqlite/
+
+ 2023-03-11
+ 3.41.1
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2023-01-28
3.40.1
@@ -23452,7 +23516,7 @@
python3
- gentoo/0032-Makerules-fix-MAKEFLAGS-make.patch
+ 0001-localedef-Update-LC_MONETARY-handling-Bug-28845.patch
system/base/glibc/pspec.xml
@@ -23502,14 +23566,12 @@
glibc-devel
system.devel
- glibc
+ glibc
/usr/include
/usr/lib/*.o
- /usr/lib/*.so
/usr/lib32/*.o
- /usr/lib32/*.so
/usr/lib/*.a
/usr/lib32/*.a
@@ -23520,7 +23582,7 @@
system.doc
emul32
- glibc
+ glibc
/usr/lib32/glibc32.txt
@@ -25318,6 +25380,13 @@
+
+ 2023-03-13
+ 2.35
+ Rebuild.
+ fury
+ uglyside@yandex.ru
+
2023-01-28
2.35
@@ -28926,7 +28995,7 @@
pciutils-devel
- patches/linux/patch-5.15.86.xz
+ patches/linux/patch-5.15.102.xz
patches/aufs5/aufs5.15.41-20221219.patch
patches/aufs5/aufs5-base.patch
patches/aufs5/aufs5-kbuild.patch
@@ -28999,6 +29068,20 @@
+
+ 2023-03-15
+ 5.15.102
+ Version bump
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2023-03-02
+ 5.15.96
+ Version bump
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2023-01-28
5.15.90
@@ -29667,7 +29750,7 @@
elfutils-devel
- patches/linux/patch-5.15.90.xz
+ patches/linux/patch-5.15.102.xz
patches/aufs5/aufs5.15.41-20221219.patch
patches/aufs5/aufs5-base.patch
patches/aufs5/aufs5-kbuild.patch
@@ -29748,7 +29831,7 @@
kernel-module-headers includes the C header files and the necessary Kbuild files for being able to build external kernel modules.
kernel-module-headers, harici çekirdek modüllerinin derlenebilmesi için gereken başlık dosyaları ve Kbuild sistemini içeren pakettir.
- kernel
+ kernel
/usr/src/linux-headers*
@@ -29779,6 +29862,28 @@
+
+ security
+ 2023-03-15
+ 5.15.102
+ Version bump
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+ systemRestart
+
+
+
+ security
+ 2023-03-02
+ 5.15.96
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+ systemRestart
+
+
security
2023-01-28
@@ -30663,7 +30768,7 @@
Eski ve yeni optimus teknolojisine sahip dizüstü bilgisyarlarda çalışabilmektedir.
https://github.com/Bumblebee-Project/bbswitch/archive/v0.8.tar.gz
- kernel-module-headers
+ kernel-module-headers
0001-proc_ops-struct.patch
@@ -30674,8 +30779,8 @@
module-bbswitch
- kernel
- bbswitch-common
+ kernel
+ bbswitch-common
/lib/modules
@@ -30698,7 +30803,7 @@
bbswitch-dkms
- bbswitch-common
+ bbswitch-common
dkms
@@ -30709,6 +30814,20 @@
+
+ 2023-03-15
+ 0.8
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2023-03-02
+ 0.8
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2023-01-28
0.8
@@ -31222,6 +31341,45 @@
+
+
+ rtl88x2bu
+ https://github.com/RinCat/rtl88x2bu-Linux-Driver
+
+ PisiLinux Community
+ admins@pisilinux.org
+
+ GPLv2
+ driver
+ kernel.drivers
+ REALTEK RTL88x2B USB Linux Driver
+ REALTEK RTL88x2B USB Linux Driver
+ rtl88x2bu
+ https://github.com/morrownr/88x2bu-20210702/archive/refs/heads/main.zip
+
+ bc
+ kernel-module-headers
+
+ kernel/drivers/rtl88x2bu/pspec.xml
+
+
+ rtl88x2bu
+
+ /etc
+ /lib
+ /usr/share/doc
+
+
+
+
+ 2023-03-15
+ 2023.03.14
+ First release
+ PisiLinux Community
+ admins@pisilinux.org
+
+
+
module-virtualbox
@@ -31239,7 +31397,7 @@
Bu paket VirtualBox için çekirdek desteği sunar.
https://sourceforge.net/projects/pisilinux/files/source/module-virtualbox-7.0.6.tar.xz
- kernel-module-headers
+ kernel-module-headers
kernel/drivers/module-virtualbox/pspec.xml
@@ -31249,7 +31407,7 @@
noDelta
- kernel
+ kernel
module-virtualbox-userspace
@@ -31271,6 +31429,20 @@
+
+ 2023-03-15
+ 7.0.6
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2023-03-02
+ 7.0.6
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2023-01-28
7.0.6
@@ -32402,7 +32574,7 @@
Bu paket VirtualBox sunucu makinesi ile misafir sistemler arası fare entegrasyonu ve paylaşımlı dizin desteği için gerekli çekirdek modüllerini içerir.
https://sourceforge.net/projects/pisilinux/files/source/module-virtualbox-guest-7.0.6.tar.xz
- kernel-module-headers
+ kernel-module-headers
kernel/drivers/module-virtualbox-guest/pspec.xml
@@ -32412,7 +32584,7 @@
noDelta
- kernel
+ kernel
baselayout
module-virtualbox-guest-userspace
@@ -32439,6 +32611,20 @@
+
+ 2023-03-15
+ 7.0.6
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2023-03-02
+ 7.0.6
+ Version bump.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2023-01-28
7.0.6
@@ -33229,7 +33415,7 @@
https://docs.broadcom.com/docs-and-downloads/docs/linux_sta/hybrid-v35-nodebug-pcoem-6_30_223_271.tar.gz
https://docs.broadcom.com/docs-and-downloads/docs/linux_sta/hybrid-v35_64-nodebug-pcoem-6_30_223_271.tar.gz
- kernel-module-headers
+ kernel-module-headers
broadcom-wl-6.30.223.271-debian-fix-kernel-warnings.patch
@@ -33258,8 +33444,8 @@
noDelta
- kernel
- module-broadcom-wl-userspace
+ kernel
+ module-broadcom-wl-userspace
/lib/modules
@@ -33283,6 +33469,20 @@
+
+ 2023-03-15
+ 6.30.223.271
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
+
+ 2023-03-02
+ 6.30.223.271
+ Rebuild.
+ Mustafa Cinasal
+ muscnsl@gmail.com
+
2023-01-28
6.30.223.271
diff --git a/pisi-index.xml.sha1sum b/pisi-index.xml.sha1sum
index 7597e462..02348337 100644
--- a/pisi-index.xml.sha1sum
+++ b/pisi-index.xml.sha1sum
@@ -1 +1 @@
-a1b1ca32a1c890899e7d9467cd9e1b6549c6f0b1
\ No newline at end of file
+fc7ba43f4c3b3fd61d62287c77b53d2e58608171
\ No newline at end of file
diff --git a/pisi-index.xml.xz b/pisi-index.xml.xz
index e1ed8732..e5ea8f69 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 2eacb457..fb7100ff 100644
--- a/pisi-index.xml.xz.sha1sum
+++ b/pisi-index.xml.xz.sha1sum
@@ -1 +1 @@
-d9f71434341bd0a359141e44d3a2b4536880434a
\ No newline at end of file
+5b8fffa26ea194328ee379b2357a15f761b2e2cd
\ No newline at end of file