diff options
-rw-r--r-- | makemkv-bin/debian/_service | 6 | ||||
-rw-r--r-- | makemkv-bin/debian/changelog | 11 | ||||
-rw-r--r-- | makemkv-bin/debian/makemkv-bin+stackrpms.dsc | 2 | ||||
-rw-r--r-- | makemkv-bin/debian/settings.conf.example | 4 | ||||
-rw-r--r-- | makemkv-oss/debian/_service | 6 | ||||
-rw-r--r-- | makemkv-oss/debian/changelog | 12 | ||||
-rw-r--r-- | makemkv-oss/debian/makemkv-oss+stackrpms.dsc | 2 | ||||
-rw-r--r-- | makemkv-oss/debian/patches/missing-av_mallocz_array.patch | 18 | ||||
-rw-r--r-- | makemkv-oss/debian/patches/series | 1 | ||||
-rw-r--r-- | notepadpp/debian/changelog | 106 |
10 files changed, 139 insertions, 29 deletions
diff --git a/makemkv-bin/debian/_service b/makemkv-bin/debian/_service index 63e4e74..bc078da 100644 --- a/makemkv-bin/debian/_service +++ b/makemkv-bin/debian/_service @@ -1,7 +1,7 @@ <services> <service name="tar_scm"> <param name="scm">git</param> - <param name="url">https://bgstack15.ddns.net/cgit/stackrpms</param> + <param name="url">https://gitlab.com/bgstack15/stackrpms.git</param> <param name="subdir">makemkv-bin/debian</param> <param name="filename">debian</param> <param name="revision">makemkv-bump</param> @@ -18,7 +18,7 @@ <service name="download_url"> <param name="protocol">https</param> <param name="host">makemkv.com</param> - <param name="path">download/makemkv-bin-1.17.4.tar.gz</param> - <param name="filename">makemkv-bin_1.17.4.orig.tar.gz</param> + <param name="path">download/makemkv-bin-1.17.5.tar.gz</param> + <param name="filename">makemkv-bin_1.17.5.orig.tar.gz</param> </service> </services> diff --git a/makemkv-bin/debian/changelog b/makemkv-bin/debian/changelog index 8d17b33..5a54ff0 100644 --- a/makemkv-bin/debian/changelog +++ b/makemkv-bin/debian/changelog @@ -1,3 +1,14 @@ +makemkv-bin (1.17.5-1+stackrpms) obs; urgency=low + + * Upstream updates + * Improved handling for discs with mastering errors + * Fixed several bughs related to HD-DVD handling (just about time...) + * Fixed Linux ARM64 executabe crashing on certain hardware + configurations + * Small improvements and bugfixes + + -- B. Stack <bgstack15@gmail.com> Tue, 03 Oct 2023 20:20:26 -0400 + makemkv-bin (1.17.4-2+stackrpms) obs; urgency=low * Rebuild for -oss bump diff --git a/makemkv-bin/debian/makemkv-bin+stackrpms.dsc b/makemkv-bin/debian/makemkv-bin+stackrpms.dsc index bbed030..5a8690e 100644 --- a/makemkv-bin/debian/makemkv-bin+stackrpms.dsc +++ b/makemkv-bin/debian/makemkv-bin+stackrpms.dsc @@ -2,7 +2,7 @@ Format: 3.0 (quilt) Source: makemkv-bin Binary: makemkv-bin Architecture: any -Version: 1.17.4-2+stackrpms +Version: 1.17.5-1+stackrpms Maintainer: B. Stack <bgstack15@gmail.com> Homepage: https://www.makemkv.com Standards-Version: 4.1.4 diff --git a/makemkv-bin/debian/settings.conf.example b/makemkv-bin/debian/settings.conf.example index 8685bc0..a6162df 100644 --- a/makemkv-bin/debian/settings.conf.example +++ b/makemkv-bin/debian/settings.conf.example @@ -1,11 +1,11 @@ # # MakeMKV settings file, written by MakeMKV v1.17.2 linux(x64-release) -# suitable for version 1.17.4 as of 2023-05-30 +# suitable for version 1.17.5 as of 2023-10-03-3 20:15 # However, I think now as of 1.15.2, the application will work without this app_Key value; if app_Key is left undefined the application should work. app_DestinationDir = "" app_InterfaceLanguage = "eng" app_Java = "" -app_Key = "T-LrMaMHZQshJkxCXaUIhAlwmQW3aFFsgWdR1MbMd43RUtQG8Qhijh2FEOBa5BjpQkv4" +app_Key = "T-YIPPz6Z8MFlFJkPA4YTnwcNGX5IU1AqAJdQi8akyG8m2AXqWm9sfuqXmFYScGcfDw8" app_PreferredLanguage = "eng" app_ccextractor = "" diff --git a/makemkv-oss/debian/_service b/makemkv-oss/debian/_service index 162b3d7..8d2102a 100644 --- a/makemkv-oss/debian/_service +++ b/makemkv-oss/debian/_service @@ -1,7 +1,7 @@ <services> <service name="tar_scm"> <param name="scm">git</param> - <param name="url">https://bgstack15.ddns.net/cgit/stackrpms</param> + <param name="url">https://gitlab.com/bgstack15/stackrpms.git</param> <param name="subdir">makemkv-oss/debian</param> <param name="filename">debian</param> <param name="revision">makemkv-bump</param> @@ -18,7 +18,7 @@ <service name="download_url"> <param name="protocol">https</param> <param name="host">makemkv.com</param> - <param name="path">download/makemkv-oss-1.17.4.tar.gz</param> - <param name="filename">makemkv-oss_1.17.4.orig.tar.gz</param> + <param name="path">download/makemkv-oss-1.17.5.tar.gz</param> + <param name="filename">makemkv-oss_1.17.5.orig.tar.gz</param> </service> </services> diff --git a/makemkv-oss/debian/changelog b/makemkv-oss/debian/changelog index d0bd10a..db21cb5 100644 --- a/makemkv-oss/debian/changelog +++ b/makemkv-oss/debian/changelog @@ -1,3 +1,15 @@ +makemkv-oss (1.17.5-1+stackrpms) obs; urgency=low + + * Upstream updates + * Improved handling for discs with mastering errors + * Fixed several bughs related to HD-DVD handling (just about time...) + * Fixed Linux ARM64 executabe crashing on certain hardware + configurations + * Small improvements and bugfixes + * Remove patch for av_mallocz_array + + -- B. Stack <bgstack15@gmail.com> Tue, 03 Oct 2023 20:20:26 -0400 + makemkv-oss (1.17.4-2+stackrpms) obs; urgency=low * Add av_mallocz_array patch diff --git a/makemkv-oss/debian/makemkv-oss+stackrpms.dsc b/makemkv-oss/debian/makemkv-oss+stackrpms.dsc index 8ceaa0c..2368b78 100644 --- a/makemkv-oss/debian/makemkv-oss+stackrpms.dsc +++ b/makemkv-oss/debian/makemkv-oss+stackrpms.dsc @@ -2,7 +2,7 @@ Format: 3.0 (quilt) Source: makemkv-oss Binary: makemkv-oss Architecture: any -Version: 1.17.4-2+stackrpms +Version: 1.17.5-1+stackrpms Maintainer: B. Stack <bgstack15@gmail.com> Homepage: https://www.makemkv.com Standards-Version: 4.1.4 diff --git a/makemkv-oss/debian/patches/missing-av_mallocz_array.patch b/makemkv-oss/debian/patches/missing-av_mallocz_array.patch deleted file mode 100644 index 86a56f0..0000000 --- a/makemkv-oss/debian/patches/missing-av_mallocz_array.patch +++ /dev/null @@ -1,18 +0,0 @@ -Author: junknot -Origin: https://build.opensuse.org/package/show/home:junknot/makemkv -Reference: https://forum.makemkv.com/forum/viewtopic.php?f=3&p=132993 -Version: 1.17.4 -Message: FFmpeg deprecated a function call name. -diff --git a/libffabi/src/ffabi.c b/libffabi/src/ffabi.c -index 5dda9e1..2b29b87 100644 ---- a/libffabi/src/ffabi.c -+++ b/libffabi/src/ffabi.c -@@ -478,7 +478,7 @@ FFM_AudioEncodeContext* __cdecl ffm_audio_encode_init(void* logctx,const char* n - #else - ctx->frame = av_frame_alloc(); - if (av_sample_fmt_is_planar(ctx->avctx->sample_fmt)) { -- ctx->frame_extended_data = av_mallocz_array(ctx->avctx->channels, -+ ctx->frame_extended_data = av_calloc(ctx->avctx->channels, - sizeof(*ctx->frame_extended_data)); - if (!ctx->frame_extended_data) { - ffm_audio_encode_close(ctx); diff --git a/makemkv-oss/debian/patches/series b/makemkv-oss/debian/patches/series index ce8f4e2..e69de29 100644 --- a/makemkv-oss/debian/patches/series +++ b/makemkv-oss/debian/patches/series @@ -1 +0,0 @@ -missing-av_mallocz_array.patch -p1 diff --git a/notepadpp/debian/changelog b/notepadpp/debian/changelog index b24764f..d95724f 100644 --- a/notepadpp/debian/changelog +++ b/notepadpp/debian/changelog @@ -1,3 +1,109 @@ +notepadpp (8.5.7-1+stackrpms) obs; urgency=medium + + * Fix 4 security issues CVE-2023-40031, CVE-2023-40036, CVE-2023-40164 + & CVE-2023-40166. (Fix #14073) + * Security enhancement: Sign uninstall.exe. (Fix #14099) + * Change the slogan in installer. (Fix #14052) + * Fix eventual memory leak while reading Utf8-16 files. (Fix #4120, + #5806, #4443) + * Fix dragging tab performance issue while Document List is displayed. + (Fix #13479, #12632) + * Add suppress 2GB file warning option for x64. (Fix #14055) + * Fix cloned document disassociated issue after Notepad++ being + relaunched. (Fix #10266) + * Fix session file saving problem if it's read-only. (Fix #14024, + #13894, #13859) + * Fix activating wrong file(s) issue after loading session file. (Fix + #14006) + * Fix product version value displayed in file's properties. (Fix + #14010, #11886, #11431) + + -- B. Stack <bgstack15@gmail.com> Sun, 08 Oct 2023 16:41:41 -0400 + +notepadpp (8.5.6-1+stackrpms) UNRELEASED; urgency=medium + + * Fix plugin crash regression due to CET enhancement. (Fix regression + due to CET) + * Add new API: indicator allocation for plugins. (Fix #5744) + * Fix hide lines merging to avoid merging across a visible line. (Fix + #12844) + * Fix "Clear Change History" issue: cloned document markers are not + cleared. (Fix #13877) + + -- B. Stack <bgstack15@gmail.com> Sun, 08 Oct 2023 16:40:47 -0400 + +notepadpp (8.5.5-1+stackrpms) UNRELEASED; urgency=medium + + * Update to Scintilla 5.3.6 and Lexilla 5.2.6 (Implement #13940, fix + #4741, #13901, #13943, #13911) + * Add change history navigation commands: Go to next/prev change & + Clear change history. (Fix #12248) + * Fix Change History incorrect display after "Reload from Disk" + command. (Fix #12319, #12261, #13735) + * Remember through sessions the directory of "Remember last used + directory". (Fix #11326, #10901, #4961, #4119) + * Fix regression of double clicking on find result not going to the + document. (Fix #13636) + * Fix regression of opening file rejection if file name contains dot at + the end. (Fix #12849) + * Fix error message of opening file with '=' as end of file name. (Fix + #13344) + * Fix menu Tools contains 2 SHA-256 item while using localization. (Fix + #13797) + * Fix SHA-1 hash result wrong length bug while "Treat each line as a + separate string" enabled. (Fix #13812) + * Add SHA-512 hash features (Fix #13805) + * Fix normal.xml for Normal text auto-completion not working issue. + (Fix #12325) + * Fix Korean IME append file extension issue in save dialog. (Fix + #11582, #12225, #12366) + * Make find/replace in files result more accurate while used RegExpr is + invalid. (Fix #13164) + * Fix Project panel's inaccurate initialized path in save dialog. (Fix + #13086) + * Fix wrong syntax highlighting of URLs with quotes in JSON. (Fix + #13522) + * Fix Clipboard History panel shows corrupted data issue. (Fix #13817, + #13844) + * Improve lines sorting memory consumption. (Fix #10435) + * Enhance "Add new document at startup": add new document only when the + session is remembered. (Fix #13796) + * Enhance "Convert case to Proper Case" command: fix the error + conversion after quote. + + -- B. Stack <bgstack15@gmail.com> Sun, 08 Oct 2023 16:40:09 -0400 + +notepadpp (8.5.4-1+stackrpms) UNRELEASED; urgency=medium + + * Fix macro recording regression on Unicode character. (Fix #13757) + * Fix regression of defective detection for file read-only attribute + removal via Explorer. (Fix #13742) + * Fix opening multi-files on multi-instance mode regression. (Fix #36, + #13778) + * Update: Scintilla 5.3.5 Lexilla 5.2.5. (Implement #13729) + * Fix Notepad++ hanging issue running macro to EOF. (Fix #13342) + * Fix EOL symbol color/appearence being reset issue while changing + encoding. (Fix #13728) + * Enable code folding in Assembly source files. (Fix #13758, #9888) + * Fix document language not remembered through sessions issue. (Fix + #13743) + * Add SHA-1 hash features. (Fix #13791) + * Add "open new blank document in addition on startup" ability. (Fix + #11134, #9535, #5527) + * Fix lexer plugin is sorted unconventionally in language menu issue + (Fix #9516) + * Add message NPPM_DARKMODESUBCLASSANDTHEME to allow plugin to use + generic dark mode. (Fix #13574) + * Add the ability to close multiple files without saving in Document + list. (Fix #13768, #13178) + * Several GUI Enhancements. (Fix #13764, #10349, #8109, #13703, #13701, + #13686, #13665, #13657, #13676, #13667, #13624, #13622) + * Fix error message on uninstallation. (Implement #13653) + * Fix tabContextMenu_example.xml not being deleted while + uninstallation. (Fix #13670) + + -- B. Stack <bgstack15@gmail.com> Sun, 08 Oct 2023 16:39:41 -0400 + notepadpp (8.5.3-1+stackrpms) obs; urgency=medium * Fix session file data loss issue. (Fix #13514) |