diff --git a/kernel/kernel/pspec.xml b/kernel/kernel/pspec.xml index dee903e4..988d231e 100644 --- a/kernel/kernel/pspec.xml +++ b/kernel/kernel/pspec.xml @@ -123,6 +123,17 @@ + + 2024-05-26 + 6.6.30 + Rebuild + security + + systemRestart + + Mustafa Cinasal + muscnsl@gmail.com + 2024-05-05 6.6.30 diff --git a/system/base/glibc/pspec.xml b/system/base/glibc/pspec.xml index b6f8232d..535c1d97 100644 --- a/system/base/glibc/pspec.xml +++ b/system/base/glibc/pspec.xml @@ -1,5 +1,5 @@ - + glibc @@ -2089,6 +2089,13 @@ + + 2024-05-26 + 2.35 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + 2023-03-13 2.35 diff --git a/system/base/shadow/pspec.xml b/system/base/shadow/pspec.xml index 99190d38..904089a9 100644 --- a/system/base/shadow/pspec.xml +++ b/system/base/shadow/pspec.xml @@ -1,5 +1,5 @@ - + shadow @@ -12,7 +12,7 @@ app:console Utilities to deal with user accounts The Shadow password file utilities package includes programs necessary to convert traditional V7 *NIX password files to the SVR4 shadow password format, and additional tools to maintain password and group files (that work with both shadow and non-shadow passwords). - https://github.com/shadow-maint/shadow/releases/download/4.14.6/shadow-4.14.6.tar.xz + https://github.com/shadow-maint/shadow/releases/download/4.15.1/shadow-4.15.1.tar.xz pisi-shadowbase.sh @@ -88,6 +88,13 @@ + + 2024-05-26 + 4.15.1 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2024-03-07 4.14.6 diff --git a/system/devel/binutils/actions.py b/system/devel/binutils/actions.py index d6faa346..1ae3a23b 100644 --- a/system/devel/binutils/actions.py +++ b/system/devel/binutils/actions.py @@ -60,7 +60,7 @@ def install(): autotools.make("-C bfd clean") autotools.make('CFLAGS="-fPIC %s" -C bfd' % get.CFLAGS()) - pisitools.insinto("/usr/lib", "bfd/libbfd.a") + # pisitools.insinto("/usr/lib", "bfd/libbfd.a") pisitools.insinto("/usr/lib", "libiberty/libiberty.a") pisitools.insinto("/usr/include", "include/libiberty.h") pisitools.insinto("/usr/include", "include/demangle.h") diff --git a/system/devel/binutils/pspec.xml b/system/devel/binutils/pspec.xml index d011ba61..73598832 100644 --- a/system/devel/binutils/pspec.xml +++ b/system/devel/binutils/pspec.xml @@ -1,4 +1,4 @@ - + binutils @@ -11,7 +11,7 @@ app:console Assembler and linker tools Contains commands like as, ld, nm, objdump, ar, ranlib for compiling assembly code to the machine language, and for linking and manipulating the binary object files. - http://ftp.gnu.org/gnu/binutils/binutils-2.40.tar.xz + https://ftp.gnu.org/gnu/binutils/binutils-2.42.tar.xz texinfo @@ -36,6 +36,13 @@ + + 2024-05-25 + 2.42 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + 2023-02-01 2.40 diff --git a/system/devel/gcc/actions.py b/system/devel/gcc/actions.py index 0566cc1e..5f07e0b9 100755 --- a/system/devel/gcc/actions.py +++ b/system/devel/gcc/actions.py @@ -62,9 +62,9 @@ def setup(): pisitools.dosed("libiberty/configure", "^(ac_cpp='\$CPP\s\$CPPFLAGS)", r"\1 -O2") # shelltools.move("isl-0.25", "isl") - # shelltools.move("mpfr-4.2.0", "mpfr") + # shelltools.move("mpfr-4.2.1", "mpfr") # shelltools.move("mpc-1.3.1", "mpc") - # shelltools.move("gmp-6.2.1", "gmp") + # shelltools.move("gmp-6.3.0", "gmp") #shelltools.cd("../") shelltools.makedirs("build") @@ -116,8 +116,8 @@ def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) #autotools.install() - for header in ["limits.h","syslimits.h"]: - pisitools.insinto("/usr/lib/gcc/%s/%s/include" % (get.HOST(), verMajor) , "gcc/include-fixed/%s" % header) + # for header in ["limits.h","syslimits.h"]: + # pisitools.insinto("/usr/lib/gcc/%s/%s/include" % (get.HOST(), verMajor) , "gcc/include-fixed/%s" % header) # Not needed pisitools.removeDir("/usr/lib/gcc/*/*/include-fixed") diff --git a/system/devel/gcc/pspec.xml b/system/devel/gcc/pspec.xml index 0a3be389..354301c4 100755 --- a/system/devel/gcc/pspec.xml +++ b/system/devel/gcc/pspec.xml @@ -1,5 +1,5 @@ - + gcc @@ -14,11 +14,11 @@ library The GNU Compiler Collection, includes C, C++, Objective-C and Fortran compilers The GNU Compiler Collection includes front ends for C, C++, Objective-C, Fortran, as well as libraries for these languages - https://sourceware.org/pub/gcc/releases/gcc-12.2.0/gcc-12.2.0.tar.xz + https://sourceware.org/pub/gcc/releases/gcc-14.1.0/gcc-14.1.0.tar.xz - - - --> --> + + + binutils @@ -159,10 +159,10 @@ gmp zlib - mpfr libmpc isl + zstd /lib @@ -181,6 +181,13 @@ + + 2024-05-25 + 14.1.0 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + 2023-01-28 12.2.0 diff --git a/system/devel/gmp/pspec.xml b/system/devel/gmp/pspec.xml index dafd5f79..3e96d7f6 100644 --- a/system/devel/gmp/pspec.xml +++ b/system/devel/gmp/pspec.xml @@ -1,5 +1,5 @@ - + gmp @@ -13,7 +13,7 @@ library Arbitrary precision arithmetic library GMP is a free library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating point numbers. There is no practical limit to the precision except the ones implied by the available memory in the machine GMP runs on. GMP has a rich set of functions, and the functions have a regular interface. - mirrors://gnu/gmp/gmp-6.2.1.tar.xz + mirrors://gnu/gmp/gmp-6.3.0.tar.xz @@ -58,6 +58,13 @@ + + 2024-05-25 + 6.3.0 + Verion bump + Mustafa Cinasal + muscnsl@gmail.com + 2023-01-28 6.2.1 diff --git a/system/devel/isl/pspec.xml b/system/devel/isl/pspec.xml index 7f5426a1..107d31a0 100644 --- a/system/devel/isl/pspec.xml +++ b/system/devel/isl/pspec.xml @@ -1,5 +1,5 @@ - + isl @@ -12,7 +12,7 @@ library Integer Set Library isl is a library for manipulating sets and relations of integer points bounded by linear constraints. - https://libisl.sourceforge.io/isl-0.25.tar.xz + https://libisl.sourceforge.io/isl-0.26.tar.xz gmp-devel @@ -46,6 +46,13 @@ + + 2024-05-25 + 0.26 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + 2023-01-28 0.25 diff --git a/system/devel/libmpc/pspec.xml b/system/devel/libmpc/pspec.xml index 435497b7..10f39a7b 100644 --- a/system/devel/libmpc/pspec.xml +++ b/system/devel/libmpc/pspec.xml @@ -1,5 +1,5 @@ - + libmpc @@ -12,10 +12,10 @@ library High precision and correct rounding library libmpc is a library for arithmetic of complex numbers with arbitrarily high precision and correct rounding. - ftp://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz + https://ftp.gnu.org/gnu/mpc/mpc-1.3.1.tar.gz gmp-devel - mpfr-devel + mpfr-devel @@ -44,6 +44,13 @@ + + 2024-05-25 + 1.3.1 + Rebuild + Mustafa Cinasal + muscnsl@gmail.com + 2023-01-28 1.3.1 diff --git a/system/devel/mpfr/pspec.xml b/system/devel/mpfr/pspec.xml index 6deab738..0433f258 100644 --- a/system/devel/mpfr/pspec.xml +++ b/system/devel/mpfr/pspec.xml @@ -1,5 +1,5 @@ - + mpfr @@ -13,12 +13,12 @@ library Multiple precision floating point library The MPFR library is a C library for multiple-precision floating-point computations with exact rounding (also called correct rounding). It is based on the GMP multiple-precision library. - https://ftp.gnu.org/gnu/mpfr/mpfr-4.2.0.tar.xz + https://ftp.gnu.org/gnu/mpfr/mpfr-4.2.1.tar.xz gmp-devel - mpfr-4.2.0-p9.patch + @@ -39,7 +39,7 @@ Development files for mpfr mpfr - gmp-devel + gmp-devel /usr/include @@ -49,6 +49,13 @@ + + 2024-05-25 + 4.2.1 + Version bump + Mustafa Cinasal + muscnsl@gmail.com + 2023-05-20 4.2.0