-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Sabnzbd update to version 3.61 (#5410)
* par2cmdline: Update from version 0.8.0 to 0.8.1 * unrar: Update from version 6.1.4 to 6.1.7 * SABnzbd: Update from version 3.6.0 to 3.6.1 * par2cmdline: Add patch to replace c++11 to c++0x for 88f6281 arch
- Loading branch information
Showing
8 changed files
with
39 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
par2cmdline-0.8.0.tar.gz SHA1 71c5232ab15024a12595df54041a7e17480e60cc | ||
par2cmdline-0.8.0.tar.gz SHA256 a9720b2522226cef8ff2b11d909bd0fc7a73fa9fc87f166752773cc0cf069b9c | ||
par2cmdline-0.8.0.tar.gz MD5 addac0553a46ecd2b2c6da7baad00159 | ||
par2cmdline-0.8.1.tar.gz SHA1 96713067eb29ef18aba64c5c168c64d6f72c8300 | ||
par2cmdline-0.8.1.tar.gz SHA256 7b2fcc19b54c7080939fc2cbaca33ae40ac33759a526292933c94a85ba850d11 | ||
par2cmdline-0.8.1.tar.gz MD5 416869e09b401114ff4afc92d7028751 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
diff -uprN ../par2cmdline-0.8.1.orig/Makefile.am ./Makefile.am | ||
--- ../par2cmdline-0.8.1.orig/Makefile.am 2020-02-09 14:29:09.000000000 +0000 | ||
+++ ./Makefile.am 2022-08-29 10:53:46.532922839 +0000 | ||
@@ -57,7 +57,7 @@ par2_SOURCES = src/par2cmdline.cpp \ | ||
par2_LDADD = libpar2.a | ||
|
||
LDADD = -lstdc++ | ||
-AM_CXXFLAGS = -Wall -std=c++11 $(OPENMP_CXXFLAGS) | ||
+AM_CXXFLAGS = -Wall -std=c++0x $(OPENMP_CXXFLAGS) | ||
|
||
EXTRA_DIST = PORTING ROADMAP \ | ||
man/par2.1 \ | ||
diff -uprN ../par2cmdline-0.8.1.orig/Makefile.in ./Makefile.in | ||
--- ../par2cmdline-0.8.1.orig/Makefile.in 2020-02-09 14:54:10.000000000 +0000 | ||
+++ ./Makefile.in 2022-08-29 10:53:55.193034929 +0000 | ||
@@ -650,7 +650,7 @@ par2_SOURCES = src/par2cmdline.cpp \ | ||
|
||
par2_LDADD = libpar2.a | ||
LDADD = -lstdc++ | ||
-AM_CXXFLAGS = -Wall -std=c++11 $(OPENMP_CXXFLAGS) | ||
+AM_CXXFLAGS = -Wall -std=c++0x $(OPENMP_CXXFLAGS) | ||
EXTRA_DIST = PORTING ROADMAP \ | ||
man/par2.1 \ | ||
automake.sh \ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
SABnzbd-3.6.0-src.tar.gz SHA1 cf30b78dffe112cae8af0410607e3ccb477d8f56 | ||
SABnzbd-3.6.0-src.tar.gz SHA256 a3d04ae5ea88639469e3df5db3a64e33aa2bf19fa0f8d499cfca72b51ef2f7d5 | ||
SABnzbd-3.6.0-src.tar.gz MD5 737509f1e995640524b8737e990a5266 | ||
SABnzbd-3.6.1-src.tar.gz SHA1 299f5c8e77170f7f5560e9e40c1564224c1b7423 | ||
SABnzbd-3.6.1-src.tar.gz SHA256 e365e4581c594aac445b9fb229aa80c0a1ed299deca511045bb78bd55d2ece9e | ||
SABnzbd-3.6.1-src.tar.gz MD5 30d2f3af7466ef107e1c4e95a8f9d896 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
unrarsrc-6.1.4.tar.gz SHA1 aecd3bfa68a84b1e1507f12cfbb70bc45b0a64ad | ||
unrarsrc-6.1.4.tar.gz SHA256 c0ed58629243961c3f1ec90c08b11ff93261e568dbfdce2bf3b759ee7a4a3b7c | ||
unrarsrc-6.1.4.tar.gz MD5 a1e0f45a4f53cc614b4dc3b21eb72761 | ||
unrarsrc-6.1.7.tar.gz SHA1 5e7cb316f55d624027eacbb23d01b4d2e7450743 | ||
unrarsrc-6.1.7.tar.gz SHA256 de75b6136958173fdfc530d38a0145b72342cf0d3842bf7bb120d336602d88ed | ||
unrarsrc-6.1.7.tar.gz MD5 5f467714a0cca538bef1e779fe2d46ca |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters