pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

sabnzbd: update to 3.7.2.



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Wed Feb 22 20:31:32 2023 +0100
Changeset:	0febbd1cad412df3a8b04930680e0470873ededd

Modified Files:
	sabnzbd/Makefile
	sabnzbd/PLIST
	sabnzbd/distinfo
Added Files:
	sabnzbd/patches/patch-sabnzbd_cfg.py

Log Message:
sabnzbd: update to 3.7.2.

Also set the default of "Check for New Release" to "off".

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0febbd1cad412df3a8b04930680e0470873ededd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 sabnzbd/Makefile                     |  3 ++-
 sabnzbd/PLIST                        |  2 ++
 sabnzbd/distinfo                     |  7 ++++---
 sabnzbd/patches/patch-sabnzbd_cfg.py | 15 +++++++++++++++
 4 files changed, 23 insertions(+), 4 deletions(-)

diffs:
diff --git a/sabnzbd/Makefile b/sabnzbd/Makefile
index 1a39c6429c..c903c18057 100644
--- a/sabnzbd/Makefile
+++ b/sabnzbd/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
 DISTNAME=	sabnzbd-${DISTVERSION}
-DISTVERSION=	3.6.1
+DISTVERSION=	3.7.2
 CATEGORIES=	news
 MASTER_SITES=	${MASTER_SITE_GITHUB:=sabnzbd/}
 GITHUB_PROJECT=	sabnzbd
@@ -53,6 +53,7 @@ SUBST_VARS.fix-paths=		PREFIX
 
 do-install:
 	${MKDIR} ${DESTDIR}/${PREFIX}/bin
+	cd ${WRKSRC} && find . -name '*.orig' -delete
 	cd ${WRKSRC} && pax -rw SABnzbd.py ${DESTDIR}/${PREFIX}/bin/
 	${MKDIR} ${DESTDIR}/${PREFIX}/${PYSITELIB}/
 	cd ${WRKSRC} && pax -rw -pmp sabnzbd ${DESTDIR}/${PREFIX}/${PYSITELIB}/
diff --git a/sabnzbd/PLIST b/sabnzbd/PLIST
index 778d38905a..daf488901d 100644
--- a/sabnzbd/PLIST
+++ b/sabnzbd/PLIST
@@ -139,6 +139,7 @@ share/sabnzbd/interfaces/Glitter/templates/static/javascripts/glitter.main.js
 share/sabnzbd/interfaces/Glitter/templates/static/javascripts/glitter.queue.js
 share/sabnzbd/interfaces/Glitter/templates/static/javascripts/jquery-3.5.1.min.js
 share/sabnzbd/interfaces/Glitter/templates/static/javascripts/jquery-ui.min.js
+share/sabnzbd/interfaces/Glitter/templates/static/javascripts/jquery.hotkeys.min.js
 share/sabnzbd/interfaces/Glitter/templates/static/javascripts/jquery.peity.min.js
 share/sabnzbd/interfaces/Glitter/templates/static/javascripts/knockout-3.5.1.min.js
 share/sabnzbd/interfaces/Glitter/templates/static/javascripts/knockout-extensions.js
@@ -158,6 +159,7 @@ share/sabnzbd/interfaces/Glitter/templates/static/javascripts/momentjs_locale/ru
 share/sabnzbd/interfaces/Glitter/templates/static/javascripts/momentjs_locale/sr.js
 share/sabnzbd/interfaces/Glitter/templates/static/javascripts/momentjs_locale/sv.js
 share/sabnzbd/interfaces/Glitter/templates/static/javascripts/momentjs_locale/zh-cn.js
+share/sabnzbd/interfaces/Glitter/templates/static/javascripts/search-query-parser.js
 share/sabnzbd/interfaces/Glitter/templates/static/stylesheets/colorschemes/Auto.css
 share/sabnzbd/interfaces/Glitter/templates/static/stylesheets/colorschemes/Light.css
 share/sabnzbd/interfaces/Glitter/templates/static/stylesheets/colorschemes/Night.css
diff --git a/sabnzbd/distinfo b/sabnzbd/distinfo
index 9eaf18944d..6544d6c1cb 100644
--- a/sabnzbd/distinfo
+++ b/sabnzbd/distinfo
@@ -1,6 +1,7 @@
 $NetBSD: distinfo,v 1.1 2013/10/01 20:25:20 wongk Exp $
 
-BLAKE2s (sabnzbd-3.6.1.tar.gz) = 2e8fedb46a212e77cb7ca560352bd9a05ce88578f9f97b5dedc94ec3d0f58bab
-SHA512 (sabnzbd-3.6.1.tar.gz) = 51b84c94c48b27a0e242474a08e23cae4802651873f2cc2cfb7d6360b8f87402b3a915080cee85ff4db2e751112ec0859a302216626db75b0f2eeb242e120874
-Size (sabnzbd-3.6.1.tar.gz) = 9354410 bytes
+BLAKE2s (sabnzbd-3.7.2.tar.gz) = 9cbe73ff3470c94aada9ae3a21e0ff5e48cfdd0b98116debbf8a53602f1eb473
+SHA512 (sabnzbd-3.7.2.tar.gz) = 623578b03c427a7d540daff68b77dcad012179060206e021fc4528fe74a15b4a1084b85a981aadad8500cb52ec86c5215091ea93e2cc44eed2f1b9788ee3413c
+Size (sabnzbd-3.7.2.tar.gz) = 9418031 bytes
 SHA1 (patch-SABnzbd.py) = 33019b1b87cc81cea38f3b0c68a27ca37807aaa4
+SHA1 (patch-sabnzbd_cfg.py) = 49a262d8d9c27c741077ea8c2676c425dd63ee6a
diff --git a/sabnzbd/patches/patch-sabnzbd_cfg.py b/sabnzbd/patches/patch-sabnzbd_cfg.py
new file mode 100644
index 0000000000..155fa2c30c
--- /dev/null
+++ b/sabnzbd/patches/patch-sabnzbd_cfg.py
@@ -0,0 +1,15 @@
+$NetBSD$
+
+Default the phone-home for a version check to OFF.
+
+--- sabnzbd/cfg.py.orig	2023-02-05 21:17:20.000000000 +0000
++++ sabnzbd/cfg.py
+@@ -266,7 +266,7 @@ direct_unpack_tested = OptionBool("misc"
+ ##############################################################################
+ # Config - General
+ ##############################################################################
+-version_check = OptionNumber("misc", "check_new_rel", 1)
++version_check = OptionNumber("misc", "check_new_rel", 0)
+ autobrowser = OptionBool("misc", "auto_browser", True)
+ language = OptionStr("misc", "language", "en")
+ enable_https_verification = OptionBool("misc", "enable_https_verification", True)


Home | Main Index | Thread Index | Old Index