diff options
Diffstat (limited to 'system/postgresql17')
-rw-r--r-- | system/postgresql17/postgresql17.SlackBuild | 8 | ||||
-rw-r--r-- | system/postgresql17/postgresql17.info | 6 | ||||
-rw-r--r-- | system/postgresql17/rc.postgresql17.new | 3 |
3 files changed, 9 insertions, 8 deletions
diff --git a/system/postgresql17/postgresql17.SlackBuild b/system/postgresql17/postgresql17.SlackBuild index 1649b79a8b..edd42b2ea9 100644 --- a/system/postgresql17/postgresql17.SlackBuild +++ b/system/postgresql17/postgresql17.SlackBuild @@ -27,8 +27,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=postgresql17 SRCNAM=postgresql -VERSION=${VERSION:-17.4} -BUILD=${BUILD:-2} +VERSION=${VERSION:-17.6} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -76,10 +76,10 @@ else fi if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" + SLKCFLAGS="-O2 -march=i586 -mtune=i686 -msse2" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" + SLKCFLAGS="-O2 -march=i686 -mtune=i686 -msse2" LIBDIRSUFFIX="" elif [ "$ARCH" = "x86_64" ]; then SLKCFLAGS="-O2 -fPIC" diff --git a/system/postgresql17/postgresql17.info b/system/postgresql17/postgresql17.info index 7b679c8c0a..a9c24e713e 100644 --- a/system/postgresql17/postgresql17.info +++ b/system/postgresql17/postgresql17.info @@ -1,8 +1,8 @@ PRGNAM="postgresql17" -VERSION="17.4" +VERSION="17.6" HOMEPAGE="https://www.postgresql.org" -DOWNLOAD="https://ftp.postgresql.org/pub/source/v17.4/postgresql-17.4.tar.gz" -MD5SUM="6c6cb3f34286ca839077176b714f494d" +DOWNLOAD="https://ftp.postgresql.org/pub/source/v17.6/postgresql-17.6.tar.gz" +MD5SUM="bd00ff891d5a6ff46f5cd6076b27ffdb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" diff --git a/system/postgresql17/rc.postgresql17.new b/system/postgresql17/rc.postgresql17.new index a038af72fa..7b5acff1aa 100644 --- a/system/postgresql17/rc.postgresql17.new +++ b/system/postgresql17/rc.postgresql17.new @@ -6,6 +6,7 @@ # $Date$ # # Copyright 2007-2018 Adis Nezirovic <adis_at_linux.org.ba> +# Copyright 2025 Willy Sudiarto Raharjo <willysr@slackbuilds.org> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -43,7 +44,7 @@ PIDFILE=$DATADIR/postmaster.pid # oom-killer score # -# https://www.postgresql.org/docs/15/kernel-resources.html#LINUX-MEMORY-OVERCOMMIT +# https://www.postgresql.org/docs/17/kernel-resources.html#LINUX-MEMORY-OVERCOMMIT PG_OOM_ADJUST_FILE=/proc/self/oom_score_adj PG_MASTER_OOM_SCORE_ADJ=-1000 PG_CHILD_OOM_SCORE_ADJ=0 |