=> Bootstrap dependency digest>=20211023: found digest-20220214 => Checksum BLAKE2s OK for AVideo/14.3.tar.gz => Checksum SHA512 OK for AVideo/14.3.tar.gz ===> Installing dependencies for php82-avideo-14.3 => Tool dependency mktools-[0-9]*: found mktools-20250213 => Tool dependency cwrappers>=20150314: found cwrappers-20220403 => Tool dependency checkperms>=1.1: found checkperms-1.12 => Full dependency php82-curl-[0-9]*: found php82-curl-8.2.28nb22 => Full dependency php82-gd-[0-9]*: found php82-gd-8.2.28nb10 => Full dependency php82-mbstring-[0-9]*: found php82-mbstring-8.2.28nb1 => Full dependency php82-mysqli-[0-9]*: found php82-mysqli-8.2.28nb3 => Full dependency php82-zip-[0-9]*: found php82-zip-8.2.28nb17 => Full dependency php82-zlib-[0-9]*: found php82-zlib-8.2.28nb3 => Full dependency wget>=1.24.5: found wget-1.25.0 => Full dependency unzip>=6.0: found unzip-6.0nb10 => Full dependency lsof>=4.91: found lsof-4.91nb7 => Full dependency php82>=8.2.0<8.3: found php82-8.2.28 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Overriding tools for php82-avideo-14.3 ===> Extracting for php82-avideo-14.3 ===> Patching for php82-avideo-14.3 => Applying pkgsrc patches for php82-avideo-14.3 => Verifying /usr/pkgsrc/multimedia/php-avideo/patches/patch-install_checkConfiguration.php => Applying pkgsrc patch /usr/pkgsrc/multimedia/php-avideo/patches/patch-install_checkConfiguration.php Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-install_checkConfiguration.php,v 1.1 2025/03/03 15:21:05 manu Exp $ | |Fix webSiteRootURL if Apache Alias directive is used | |When Apache Alias directive is used to map AVideo installation on |a given URL prefix, webSiteRootURL should be derived from the |CONTEXT_PREFIX environment variable | |From upstream https://github.com/WWBN/AVideo/pull/9885 | |--- ./install/checkConfiguration.php.orig |+++ ./install/checkConfiguration.php -------------------------- Patching file ./install/checkConfiguration.php using Plan A... Hunk #1 succeeded at 192. Hmm... Ignoring the trailing garbage. done => Verifying /usr/pkgsrc/multimedia/php-avideo/patches/patch-objects_functionsExec.php => Applying pkgsrc patch /usr/pkgsrc/multimedia/php-avideo/patches/patch-objects_functionsExec.php Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-objects_functionsExec.php,v 1.2 2025/03/03 16:02:40 taca Exp $ | |Implement getDirSize in pure PHP | |This avoids starting an external program, and make the code |more compatible. For instnace, BSD du comand does not have a -b |option. | |But the function should probably be moved in another file, |objects/functionsExec.php being dedicated to running external |programs. | |From upstream https://github.com/WWBN/AVideo/pull/9907 | |diff --git a/objects/functionsExec.php b/objects/functionsExec.php |index 23c55f8dd2de..b0b9af6e30cb 100644 |--- ./objects/functionsExec.php.orig |+++ ./objects/functionsExec.php -------------------------- Patching file ./objects/functionsExec.php using Plan A... Hunk #1 succeeded at 120. done => Verifying /usr/pkgsrc/multimedia/php-avideo/patches/patch-uniqid => Applying pkgsrc patch /usr/pkgsrc/multimedia/php-avideo/patches/patch-uniqid Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-uniqid,v 1.1 2025/03/03 15:21:05 manu Exp $ | |Avoid uniqid() for performance sake | |uniqid() provides time-based unique idenfitiers. In order to avoid |collisions, it waits for time to elapse. Depending on PHP version, |this is done by sleeping or by polling the gettimeofday() system |call, both approach being rather inefficient. uniqid() may take a |few dozen of milliseconds to return, and it is called very often |to build a page. | |AVideo implements _uniqid() which provides random-based unique |identifiers. This change replace uniqid() calls by _uniqid() to |improve performances. | |Backport of upstream https://github.com/WWBN/AVideo/pull/9905 | |--- ./admin/functions.php.orig 2025-03-01 02:04:58.172236792 +0100 |+++ ./admin/functions.php 2025-03-01 02:04:58.186281699 +0100 -------------------------- Patching file ./admin/functions.php using Plan A... Hunk #1 succeeded at 64. Hunk #2 succeeded at 85. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./admin/index.php.orig 2025-03-01 02:04:58.189556384 +0100 |+++ ./admin/index.php 2025-03-01 02:04:58.193064864 +0100 -------------------------- Patching file ./admin/index.php using Plan A... Hunk #1 succeeded at 233. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./install/checkConfiguration.php.orig 2025-03-01 02:04:58.196364835 +0100 |+++ ./install/checkConfiguration.php 2025-03-01 02:06:52.684806806 +0100 -------------------------- Patching file ./install/checkConfiguration.php using Plan A... Hunk #1 succeeded at 182. Hunk #2 succeeded at 205 (offset 5 lines). Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./install/deleteStorageFiles.php.orig 2025-03-01 02:04:58.203135867 +0100 |+++ ./install/deleteStorageFiles.php 2025-03-01 02:04:58.206624025 +0100 -------------------------- Patching file ./install/deleteStorageFiles.php using Plan A... Hunk #1 succeeded at 19. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./install/populateForTest.php.orig 2025-03-01 02:04:58.209903935 +0100 |+++ ./install/populateForTest.php 2025-03-01 02:04:58.213361893 +0100 -------------------------- Patching file ./install/populateForTest.php using Plan A... Hunk #1 succeeded at 65. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./install/recoverFilesToVideos.php.orig 2025-03-01 02:04:58.216646519 +0100 |+++ ./install/recoverFilesToVideos.php 2025-03-01 02:04:58.220037871 +0100 -------------------------- Patching file ./install/recoverFilesToVideos.php using Plan A... Hunk #1 succeeded at 14. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./objects/ICS.php.orig 2025-03-01 02:04:58.223300045 +0100 |+++ ./objects/ICS.php 2025-03-01 02:04:58.226764913 +0100 -------------------------- Patching file ./objects/ICS.php using Plan A... Hunk #1 succeeded at 118. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./objects/Object.php.orig 2025-03-01 02:04:58.230190991 +0100 |+++ ./objects/Object.php 2025-03-01 02:04:58.233967154 +0100 -------------------------- Patching file ./objects/Object.php using Plan A... Hunk #1 succeeded at 786. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./objects/aVideoQueueEncoder.json.php.orig 2025-03-01 02:04:58.237278647 +0100 |+++ ./objects/aVideoQueueEncoder.json.php 2025-03-01 02:04:58.240763036 +0100 -------------------------- Patching file ./objects/aVideoQueueEncoder.json.php using Plan A... Hunk #1 succeeded at 110. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./objects/category.php.orig 2025-03-01 02:04:58.244112511 +0100 |+++ ./objects/category.php 2025-03-01 02:04:58.247843866 +0100 -------------------------- Patching file ./objects/category.php using Plan A... Hunk #1 succeeded at 156. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./objects/functionCroppie.php.orig 2025-03-01 02:04:58.251103210 +0100 |+++ ./objects/functionCroppie.php 2025-03-01 02:04:58.254529504 +0100 -------------------------- Patching file ./objects/functionCroppie.php using Plan A... Hunk #1 succeeded at 40. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./objects/functionInfiniteScroll.php.orig 2025-03-01 02:04:58.257821708 +0100 |+++ ./objects/functionInfiniteScroll.php 2025-03-01 02:04:58.261283555 +0100 -------------------------- Patching file ./objects/functionInfiniteScroll.php using Plan A... Hunk #1 succeeded at 56. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./objects/functiongetShareMenu.php.orig 2025-03-01 02:04:58.264588743 +0100 |+++ ./objects/functiongetShareMenu.php 2025-03-01 02:04:58.268090984 +0100 -------------------------- Patching file ./objects/functiongetShareMenu.php using Plan A... Hunk #1 succeeded at 54. Hunk #2 succeeded at 85. Hunk #3 succeeded at 165. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./objects/functions.php.orig 2025-03-01 02:04:58.272126408 +0100 |+++ ./objects/functions.php 2025-03-01 02:04:58.277603545 +0100 -------------------------- Patching file ./objects/functions.php using Plan A... Hunk #1 succeeded at 1604. Hunk #2 succeeded at 4118. Hunk #3 succeeded at 4246. Hunk #4 succeeded at 4660. Hunk #5 succeeded at 4773. Hunk #6 succeeded at 6515. Hunk #7 succeeded at 6958. Hunk #8 succeeded at 7001. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./objects/functionsBrowser.php.orig 2025-03-01 02:04:58.280956723 +0100 |+++ ./objects/functionsBrowser.php 2025-03-01 02:04:58.284442152 +0100 -------------------------- Patching file ./objects/functionsBrowser.php using Plan A... Hunk #1 succeeded at 98. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./objects/functionsFile.php.orig 2025-03-01 02:04:58.287806988 +0100 |+++ ./objects/functionsFile.php 2025-03-01 02:04:58.291492487 +0100 -------------------------- Patching file ./objects/functionsFile.php using Plan A... Hunk #1 succeeded at 654. Hunk #2 succeeded at 673. Hunk #3 succeeded at 715. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./objects/functionsGetTinyMCE.php.orig 2025-03-01 02:04:58.294766492 +0100 |+++ ./objects/functionsGetTinyMCE.php 2025-03-01 02:04:58.298239203 +0100 -------------------------- Patching file ./objects/functionsGetTinyMCE.php using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./objects/functionsImages.php.orig 2025-03-01 02:04:58.301568453 +0100 |+++ ./objects/functionsImages.php 2025-03-01 02:04:58.305271198 +0100 -------------------------- Patching file ./objects/functionsImages.php using Plan A... Hunk #1 succeeded at 275. Hunk #2 succeeded at 323. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./objects/functionsMail.php.orig 2025-03-01 02:04:58.308608501 +0100 |+++ ./objects/functionsMail.php 2025-03-01 02:04:58.312103369 +0100 -------------------------- Patching file ./objects/functionsMail.php using Plan A... Hunk #1 succeeded at 155. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./objects/functionsPHP.php.orig 2025-03-01 02:04:58.315366906 +0100 |+++ ./objects/functionsPHP.php 2025-03-01 02:04:58.318906839 +0100 -------------------------- Patching file ./objects/functionsPHP.php using Plan A... Hunk #1 succeeded at 360. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./objects/sites.php.orig 2025-03-01 02:04:58.322127824 +0100 |+++ ./objects/sites.php 2025-03-01 02:04:58.325545907 +0100 -------------------------- Patching file ./objects/sites.php using Plan A... Hunk #1 succeeded at 63. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./objects/uploadArticleImage.php.orig 2025-03-01 02:04:58.328834783 +0100 |+++ ./objects/uploadArticleImage.php 2025-03-01 02:04:58.332246125 +0100 -------------------------- Patching file ./objects/uploadArticleImage.php using Plan A... Hunk #1 succeeded at 39. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./objects/user.php.orig 2025-03-01 02:04:58.335876795 +0100 |+++ ./objects/user.php 2025-03-01 02:04:58.340316408 +0100 -------------------------- Patching file ./objects/user.php using Plan A... Hunk #1 succeeded at 421. Hunk #2 succeeded at 442. Hunk #3 succeeded at 2377. Hunk #4 succeeded at 2432. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./objects/video.php.orig 2025-03-01 02:04:58.344594391 +0100 |+++ ./objects/video.php 2025-03-01 02:04:58.350311473 +0100 -------------------------- Patching file ./objects/video.php using Plan A... Hunk #1 succeeded at 467. Hunk #2 succeeded at 4088. Hunk #3 succeeded at 4165. Hunk #4 succeeded at 4299. Hunk #5 succeeded at 6119. Hunk #6 succeeded at 6568. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./objects/functionsSecurity.php.orig 2025-03-01 02:08:01.432057810 +0100 |+++ ./objects/functionsSecurity.php 2025-03-01 02:08:55.301967472 +0100 -------------------------- Patching file ./objects/functionsSecurity.php using Plan A... Hunk #1 succeeded at 2. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./objects/include_config.php.orig 2025-03-01 02:09:42.555255651 +0100 |+++ ./objects/include_config.php 2025-03-01 02:07:21.775963109 +0100 -------------------------- Patching file ./objects/include_config.php using Plan A... Hunk #1 succeeded at 139. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/AD_Server/AD_Server.php.orig 2025-03-01 02:04:58.353767284 +0100 |+++ ./plugin/AD_Server/AD_Server.php 2025-03-01 02:04:58.357368176 +0100 -------------------------- Patching file ./plugin/AD_Server/AD_Server.php using Plan A... Hunk #1 succeeded at 245. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/AD_Server/VMAP.php.orig 2025-03-01 02:04:58.360626698 +0100 |+++ ./plugin/AD_Server/VMAP.php 2025-03-01 02:04:58.364027063 +0100 -------------------------- Patching file ./plugin/AD_Server/VMAP.php using Plan A... Hunk #1 succeeded at 11. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/AD_Server/footer.php.orig 2025-03-01 02:04:58.367296613 +0100 |+++ ./plugin/AD_Server/footer.php 2025-03-01 02:04:58.370734816 +0100 -------------------------- Patching file ./plugin/AD_Server/footer.php using Plan A... Hunk #1 succeeded at 3. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/ADs/ADs.php.orig 2025-03-01 02:04:58.374052148 +0100 |+++ ./plugin/ADs/ADs.php 2025-03-01 02:04:58.377688919 +0100 -------------------------- Patching file ./plugin/ADs/ADs.php using Plan A... Hunk #1 succeeded at 179. Hunk #2 succeeded at 240. Hunk #3 succeeded at 502. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/AdsForJesus/AdsForJesus.php.orig 2025-03-01 02:04:58.388872473 +0100 |+++ ./plugin/AdsForJesus/AdsForJesus.php 2025-03-01 02:04:58.392329710 +0100 -------------------------- Patching file ./plugin/AdsForJesus/AdsForJesus.php using Plan A... Hunk #1 succeeded at 112. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/CloneSite/cloneServer.json.php.orig 2025-03-01 02:04:58.395595257 +0100 |+++ ./plugin/CloneSite/cloneServer.json.php 2025-03-01 02:04:58.399087511 +0100 -------------------------- Patching file ./plugin/CloneSite/cloneServer.json.php using Plan A... Hunk #1 succeeded at 54. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/CustomizeUser/actionButton.php.orig 2025-03-01 02:04:58.402363945 +0100 |+++ ./plugin/CustomizeUser/actionButton.php 2025-03-01 02:04:58.405854227 +0100 -------------------------- Patching file ./plugin/CustomizeUser/actionButton.php using Plan A... Hunk #1 succeeded at 21. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/CustomizeUser/confirmDeleteUser.php.orig 2025-03-01 02:04:58.409158407 +0100 |+++ ./plugin/CustomizeUser/confirmDeleteUser.php 2025-03-01 02:04:58.412584720 +0100 -------------------------- Patching file ./plugin/CustomizeUser/confirmDeleteUser.php using Plan A... Hunk #1 succeeded at 67. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/CustomizeUser/switchUserCanAllowFilesDownload.php.orig 2025-03-01 02:04:58.415890549 +0100 |+++ ./plugin/CustomizeUser/switchUserCanAllowFilesDownload.php 2025-03-01 02:04:58.419271796 +0100 -------------------------- Patching file ./plugin/CustomizeUser/switchUserCanAllowFilesDownload.php using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/CustomizeUser/switchUserCanAllowFilesShare.php.orig 2025-03-01 02:04:58.422587866 +0100 |+++ ./plugin/CustomizeUser/switchUserCanAllowFilesShare.php 2025-03-01 02:04:58.425987989 +0100 -------------------------- Patching file ./plugin/CustomizeUser/switchUserCanAllowFilesShare.php using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/Gallery/view/BigVideo.php.orig 2025-03-01 02:04:58.436289492 +0100 |+++ ./plugin/Gallery/view/BigVideo.php 2025-03-01 02:04:58.439881765 +0100 -------------------------- Patching file ./plugin/Gallery/view/BigVideo.php using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/Gallery/view/mainAreaCategory.php.orig 2025-03-01 02:04:58.443166610 +0100 |+++ ./plugin/Gallery/view/mainAreaCategory.php 2025-03-01 02:04:58.446638045 +0100 -------------------------- Patching file ./plugin/Gallery/view/mainAreaCategory.php using Plan A... Hunk #1 succeeded at 72. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/Gallery/view/videoDropDownMenu.php.orig 2025-03-01 02:04:58.449937552 +0100 |+++ ./plugin/Gallery/view/videoDropDownMenu.php 2025-03-01 02:04:58.453341570 +0100 -------------------------- Patching file ./plugin/Gallery/view/videoDropDownMenu.php using Plan A... Hunk #1 succeeded at 6. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/Gallery/functions.php.orig 2025-03-01 02:04:58.429320665 +0100 |+++ ./plugin/Gallery/functions.php 2025-03-01 02:04:58.432961910 +0100 -------------------------- Patching file ./plugin/Gallery/functions.php using Plan A... Hunk #1 succeeded at 34. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/ImageGallery/ImageGallery.php.orig 2025-03-01 02:04:58.456649343 +0100 |+++ ./plugin/ImageGallery/ImageGallery.php 2025-03-01 02:04:58.460119429 +0100 -------------------------- Patching file ./plugin/ImageGallery/ImageGallery.php using Plan A... Hunk #1 succeeded at 91. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/Layout/Layout.php.orig 2025-03-01 02:04:58.463500885 +0100 |+++ ./plugin/Layout/Layout.php 2025-03-01 02:04:58.467300028 +0100 -------------------------- Patching file ./plugin/Layout/Layout.php using Plan A... Hunk #1 succeeded at 141. Hunk #2 succeeded at 331. Hunk #3 succeeded at 388. Hunk #4 succeeded at 441. Hunk #5 succeeded at 461. Hunk #6 succeeded at 473. Hunk #7 succeeded at 551. Hunk #8 succeeded at 562. Hunk #9 succeeded at 573. Hunk #10 succeeded at 852. Hunk #11 succeeded at 868. Hunk #12 succeeded at 893. Hunk #13 succeeded at 947. Hunk #14 succeeded at 979. Hunk #15 succeeded at 997. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/Live/Objects/LiveTransmition.php.orig 2025-03-01 02:04:58.479408726 +0100 |+++ ./plugin/Live/Objects/LiveTransmition.php 2025-03-01 02:04:58.482919678 +0100 -------------------------- Patching file ./plugin/Live/Objects/LiveTransmition.php using Plan A... Hunk #1 succeeded at 182. Hunk #2 succeeded at 201. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/Live/Objects/Live_schedule.php.orig 2025-03-01 02:04:58.486255371 +0100 |+++ ./plugin/Live/Objects/Live_schedule.php 2025-03-01 02:04:58.489807846 +0100 -------------------------- Patching file ./plugin/Live/Objects/Live_schedule.php using Plan A... Hunk #1 succeeded at 429. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/Live/standAloneFiles/saveDVR.json.php.orig 2025-03-01 02:04:58.506717063 +0100 |+++ ./plugin/Live/standAloneFiles/saveDVR.json.php 2025-03-01 02:04:58.510164425 +0100 -------------------------- Patching file ./plugin/Live/standAloneFiles/saveDVR.json.php using Plan A... Hunk #1 succeeded at 85. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/Live/view/Live_restreams/testRestreamer.json.php.orig 2025-03-01 02:04:58.513474722 +0100 |+++ ./plugin/Live/view/Live_restreams/testRestreamer.json.php 2025-03-01 02:04:58.516880339 +0100 -------------------------- Patching file ./plugin/Live/view/Live_restreams/testRestreamer.json.php using Plan A... Hunk #1 succeeded at 20. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/Live/view/modeYoutubeLive.php.orig 2025-03-01 02:04:58.520180025 +0100 |+++ ./plugin/Live/view/modeYoutubeLive.php 2025-03-01 02:04:58.523697684 +0100 -------------------------- Patching file ./plugin/Live/view/modeYoutubeLive.php using Plan A... Hunk #1 succeeded at 73. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/Live/Live.php.orig 2025-03-01 02:04:58.471122004 +0100 |+++ ./plugin/Live/Live.php 2025-03-01 02:04:58.475983266 +0100 -------------------------- Patching file ./plugin/Live/Live.php using Plan A... Hunk #1 succeeded at 1134. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/Live/latestOrLive.php.orig 2025-03-01 02:04:58.493086393 +0100 |+++ ./plugin/Live/latestOrLive.php 2025-03-01 02:04:58.496651916 +0100 -------------------------- Patching file ./plugin/Live/latestOrLive.php using Plan A... Hunk #1 succeeded at 107. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/Live/on_publish.php.orig 2025-03-01 02:04:58.499929225 +0100 |+++ ./plugin/Live/on_publish.php 2025-03-01 02:04:58.503400430 +0100 -------------------------- Patching file ./plugin/Live/on_publish.php using Plan A... Hunk #1 succeeded at 165. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/LiveLinks/view/Live.php.orig 2025-03-01 02:04:58.527010847 +0100 |+++ ./plugin/LiveLinks/view/Live.php 2025-03-01 02:04:58.530489624 +0100 -------------------------- Patching file ./plugin/LiveLinks/view/Live.php using Plan A... Hunk #1 succeeded at 32. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/LoginControl/Objects/logincontrol_history.php.orig 2025-03-01 02:04:58.540767105 +0100 |+++ ./plugin/LoginControl/Objects/logincontrol_history.php 2025-03-01 02:04:58.544267258 +0100 -------------------------- Patching file ./plugin/LoginControl/Objects/logincontrol_history.php using Plan A... Hunk #1 succeeded at 5. Hunk #2 succeeded at 51. Hunk #3 succeeded at 89. Hunk #4 succeeded at 235. Hunk #5 succeeded at 252. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/LoginControl/View/Users_login_history/add.json.php.orig 2025-03-01 02:04:58.547592167 +0100 |+++ ./plugin/LoginControl/View/Users_login_history/add.json.php 2025-03-01 02:04:58.550960200 +0100 -------------------------- Patching file ./plugin/LoginControl/View/Users_login_history/add.json.php using Plan A... Hunk #1 succeeded at 16. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/LoginControl/View/Users_login_history/index_body.php.orig 2025-03-01 02:04:58.554297784 +0100 |+++ ./plugin/LoginControl/View/Users_login_history/index_body.php 2025-03-01 02:04:58.557874713 +0100 -------------------------- Patching file ./plugin/LoginControl/View/Users_login_history/index_body.php using Plan A... Hunk #1 succeeded at 34. Hunk #2 succeeded at 116. Hunk #3 succeeded at 145. Hunk #4 succeeded at 220. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/LoginControl/install/install.sql.orig 2025-03-01 02:04:58.561154275 +0100 |+++ ./plugin/LoginControl/install/install.sql 2025-03-01 02:04:58.564542130 +0100 -------------------------- Patching file ./plugin/LoginControl/install/install.sql using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/LoginControl/install/updateV2.0.sql.orig 2025-03-01 02:04:58.567868021 +0100 |+++ ./plugin/LoginControl/install/updateV2.0.sql 2025-03-01 02:04:58.571271480 +0100 -------------------------- Patching file ./plugin/LoginControl/install/updateV2.0.sql using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/LoginControl/LoginControl.php.orig 2025-03-01 02:04:58.533825795 +0100 |+++ ./plugin/LoginControl/LoginControl.php 2025-03-01 02:04:58.537463081 +0100 -------------------------- Patching file ./plugin/LoginControl/LoginControl.php using Plan A... Hunk #1 succeeded at 166. Hunk #2 succeeded at 198. Hunk #3 succeeded at 280. Hunk #4 succeeded at 299. Hunk #5 succeeded at 381. Hunk #6 succeeded at 522. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/LoginControl/switchUser2FA.php.orig 2025-03-01 02:04:58.574526500 +0100 |+++ ./plugin/LoginControl/switchUser2FA.php 2025-03-01 02:04:58.577989307 +0100 -------------------------- Patching file ./plugin/LoginControl/switchUser2FA.php using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/Meet/Meet.php.orig 2025-03-01 02:04:58.581280064 +0100 |+++ ./plugin/Meet/Meet.php 2025-03-01 02:04:58.584935005 +0100 -------------------------- Patching file ./plugin/Meet/Meet.php using Plan A... Hunk #1 succeeded at 581. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/Meet/saveMeet.json.php.orig 2025-03-01 02:04:58.588215064 +0100 |+++ ./plugin/Meet/saveMeet.json.php 2025-03-01 02:04:58.591615566 +0100 -------------------------- Patching file ./plugin/Meet/saveMeet.json.php using Plan A... Hunk #1 succeeded at 74. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/PayPalYPT/ipn.php.orig 2025-03-01 02:04:58.594861930 +0100 |+++ ./plugin/PayPalYPT/ipn.php 2025-03-01 02:04:58.598301884 +0100 -------------------------- Patching file ./plugin/PayPalYPT/ipn.php using Plan A... Hunk #1 succeeded at 22. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/PayPalYPT/payOutReceiverEmailForm.php.orig 2025-03-01 02:04:58.601603161 +0100 |+++ ./plugin/PayPalYPT/payOutReceiverEmailForm.php 2025-03-01 02:04:58.605019903 +0100 -------------------------- Patching file ./plugin/PayPalYPT/payOutReceiverEmailForm.php using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/Permissions/getPermissionsFromPlugin.html.php.orig 2025-03-01 02:04:58.608377312 +0100 |+++ ./plugin/Permissions/getPermissionsFromPlugin.html.php 2025-03-01 02:04:58.611850740 +0100 -------------------------- Patching file ./plugin/Permissions/getPermissionsFromPlugin.html.php using Plan A... Hunk #1 succeeded at 17. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/PlayLists/PlayLists.php.orig 2025-03-01 02:04:58.615280355 +0100 |+++ ./plugin/PlayLists/PlayLists.php 2025-03-01 02:04:58.619153422 +0100 -------------------------- Patching file ./plugin/PlayLists/PlayLists.php using Plan A... Hunk #1 succeeded at 286. Hunk #2 succeeded at 753. Hunk #3 succeeded at 808. Hunk #4 succeeded at 857. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/PlayLists/actionButton.php.orig 2025-03-01 02:04:58.622436151 +0100 |+++ ./plugin/PlayLists/actionButton.php 2025-03-01 02:04:58.625906525 +0100 -------------------------- Patching file ./plugin/PlayLists/actionButton.php using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/PlayLists/script.js.orig 2025-03-01 02:04:58.629154914 +0100 |+++ ./plugin/PlayLists/script.js 2025-03-01 02:04:58.632588399 +0100 -------------------------- Patching file ./plugin/PlayLists/script.js using Plan A... Hunk #1 succeeded at 14. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/UserNotifications/Objects/User_notifications.php.orig 2025-03-01 02:04:58.635913312 +0100 |+++ ./plugin/UserNotifications/Objects/User_notifications.php 2025-03-01 02:04:58.639377424 +0100 -------------------------- Patching file ./plugin/UserNotifications/Objects/User_notifications.php using Plan A... Hunk #1 succeeded at 173. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/YPTSocket/Message.php.orig 2025-03-01 02:04:58.642704632 +0100 |+++ ./plugin/YPTSocket/Message.php 2025-03-01 02:04:58.646338760 +0100 -------------------------- Patching file ./plugin/YPTSocket/Message.php using Plan A... Hunk #1 succeeded at 324. Hunk #2 succeeded at 446. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/YPTSocket/MessageSQLite.php.orig 2025-03-01 02:04:58.649628755 +0100 |+++ ./plugin/YPTSocket/MessageSQLite.php 2025-03-01 02:04:58.653214148 +0100 -------------------------- Patching file ./plugin/YPTSocket/MessageSQLite.php using Plan A... Hunk #1 succeeded at 356. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/YPTSocket/test.php.orig 2025-03-01 02:04:58.656527152 +0100 |+++ ./plugin/YPTSocket/test.php 2025-03-01 02:04:58.660000689 +0100 -------------------------- Patching file ./plugin/YPTSocket/test.php using Plan A... Hunk #1 succeeded at 95. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/YPTWallet/plugins/YPTWalletPayPal/confirmRecurrentButton.php.orig 2025-03-01 02:04:58.663307902 +0100 |+++ ./plugin/YPTWallet/plugins/YPTWalletPayPal/confirmRecurrentButton.php 2025-03-01 02:04:58.666717896 +0100 -------------------------- Patching file ./plugin/YPTWallet/plugins/YPTWalletPayPal/confirmRecurrentButton.php using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/YPTWallet/plugins/YPTWalletPayPal/confirmRecurrentButtonV2.php.orig 2025-03-01 02:04:58.670027991 +0100 |+++ ./plugin/YPTWallet/plugins/YPTWalletPayPal/confirmRecurrentButtonV2.php 2025-03-01 02:04:58.673418422 +0100 -------------------------- Patching file ./plugin/YPTWallet/plugins/YPTWalletPayPal/confirmRecurrentButtonV2.php using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/YPTWallet/plugins/YPTWalletPayPal/redirect_url.php.orig 2025-03-01 02:04:58.676783268 +0100 |+++ ./plugin/YPTWallet/plugins/YPTWalletPayPal/redirect_url.php 2025-03-01 02:04:58.680213072 +0100 -------------------------- Patching file ./plugin/YPTWallet/plugins/YPTWalletPayPal/redirect_url.php using Plan A... Hunk #1 succeeded at 12. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/YPTWallet/plugins/YPTWalletPayPal/requestPayment.json.php.orig 2025-03-01 02:04:58.683524579 +0100 |+++ ./plugin/YPTWallet/plugins/YPTWalletPayPal/requestPayment.json.php 2025-03-01 02:04:58.686967483 +0100 -------------------------- Patching file ./plugin/YPTWallet/plugins/YPTWalletPayPal/requestPayment.json.php using Plan A... Hunk #1 succeeded at 23. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/YPTWallet/plugins/YPTWalletPayPal/requestSubscription.json.php.orig 2025-03-01 02:04:58.690274336 +0100 |+++ ./plugin/YPTWallet/plugins/YPTWalletPayPal/requestSubscription.json.php 2025-03-01 02:04:58.693675378 +0100 -------------------------- Patching file ./plugin/YPTWallet/plugins/YPTWalletPayPal/requestSubscription.json.php using Plan A... Hunk #1 succeeded at 14. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/YPTWallet/plugins/YPTWalletPayPal/requestSubscriptionV2.json.php.orig 2025-03-01 02:04:58.697060754 +0100 |+++ ./plugin/YPTWallet/plugins/YPTWalletPayPal/requestSubscriptionV2.json.php 2025-03-01 02:04:58.700460595 +0100 -------------------------- Patching file ./plugin/YPTWallet/plugins/YPTWalletPayPal/requestSubscriptionV2.json.php using Plan A... Hunk #1 succeeded at 15. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/YPTWallet/plugins/YPTWalletRazorPay/confirmRecurrentButton.php.orig 2025-03-01 02:04:58.703777747 +0100 |+++ ./plugin/YPTWallet/plugins/YPTWalletRazorPay/confirmRecurrentButton.php 2025-03-01 02:04:58.707177368 +0100 -------------------------- Patching file ./plugin/YPTWallet/plugins/YPTWalletRazorPay/confirmRecurrentButton.php using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/YPTWallet/plugins/YPTWalletRazorPay/requestPayment.json.php.orig 2025-03-01 02:04:58.710500536 +0100 |+++ ./plugin/YPTWallet/plugins/YPTWalletRazorPay/requestPayment.json.php 2025-03-01 02:04:58.713970049 +0100 -------------------------- Patching file ./plugin/YPTWallet/plugins/YPTWalletRazorPay/requestPayment.json.php using Plan A... Hunk #1 succeeded at 24. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/YPTWallet/plugins/YPTWalletRazorPay/requestSubscription.json.php.orig 2025-03-01 02:04:58.717319754 +0100 |+++ ./plugin/YPTWallet/plugins/YPTWalletRazorPay/requestSubscription.json.php 2025-03-01 02:04:58.720742278 +0100 -------------------------- Patching file ./plugin/YPTWallet/plugins/YPTWalletRazorPay/requestSubscription.json.php using Plan A... Hunk #1 succeeded at 16. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/YPTWallet/plugins/YPTWalletStripe/confirmButton.php.orig 2025-03-01 02:04:58.724050051 +0100 |+++ ./plugin/YPTWallet/plugins/YPTWalletStripe/confirmButton.php 2025-03-01 02:04:58.727489637 +0100 -------------------------- Patching file ./plugin/YPTWallet/plugins/YPTWalletStripe/confirmButton.php using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/YPTWallet/plugins/YPTWalletStripe/confirmRecurrentButton.php.orig 2025-03-01 02:04:58.730786279 +0100 |+++ ./plugin/YPTWallet/plugins/YPTWalletStripe/confirmRecurrentButton.php 2025-03-01 02:04:58.734236382 +0100 -------------------------- Patching file ./plugin/YPTWallet/plugins/YPTWalletStripe/confirmRecurrentButton.php using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/YPTWallet/plugins/YPTWalletStripe/requestPayment.json.php.orig 2025-03-01 02:04:58.737570439 +0100 |+++ ./plugin/YPTWallet/plugins/YPTWalletStripe/requestPayment.json.php 2025-03-01 02:04:58.740942466 +0100 -------------------------- Patching file ./plugin/YPTWallet/plugins/YPTWalletStripe/requestPayment.json.php using Plan A... Hunk #1 succeeded at 19. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/YPTWallet/plugins/YPTWalletStripe/requestSubscription.json.php.orig 2025-03-01 02:04:58.744246021 +0100 |+++ ./plugin/YPTWallet/plugins/YPTWalletStripe/requestSubscription.json.php 2025-03-01 02:04:58.747664335 +0100 -------------------------- Patching file ./plugin/YPTWallet/plugins/YPTWalletStripe/requestSubscription.json.php using Plan A... Hunk #1 succeeded at 19. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/YouPHPFlix2/view/BigVideo.php.orig 2025-03-01 02:04:58.750934719 +0100 |+++ ./plugin/YouPHPFlix2/view/BigVideo.php 2025-03-01 02:04:58.754374482 +0100 -------------------------- Patching file ./plugin/YouPHPFlix2/view/BigVideo.php using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/YouPHPFlix2/view/modeFlixCategory.php.orig 2025-03-01 02:04:58.757653872 +0100 |+++ ./plugin/YouPHPFlix2/view/modeFlixCategory.php 2025-03-01 02:04:58.761088261 +0100 -------------------------- Patching file ./plugin/YouPHPFlix2/view/modeFlixCategory.php using Plan A... Hunk #1 succeeded at 20. Hunk #2 succeeded at 162. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/YouPHPFlix2/view/modeFlixSerie.php.orig 2025-03-01 02:04:58.764345458 +0100 |+++ ./plugin/YouPHPFlix2/view/modeFlixSerie.php 2025-03-01 02:04:58.767775287 +0100 -------------------------- Patching file ./plugin/YouPHPFlix2/view/modeFlixSerie.php using Plan A... Hunk #1 succeeded at 17. Hunk #2 succeeded at 28. Hunk #3 succeeded at 52. Hunk #4 succeeded at 76. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/YouPHPFlix2/view/row.php.orig 2025-03-01 02:04:58.771026860 +0100 |+++ ./plugin/YouPHPFlix2/view/row.php 2025-03-01 02:04:58.774487143 +0100 -------------------------- Patching file ./plugin/YouPHPFlix2/view/row.php using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./plugin/AVideoPlugin.php.orig 2025-03-01 02:04:58.381275454 +0100 |+++ ./plugin/AVideoPlugin.php 2025-03-01 02:04:58.385529330 +0100 -------------------------- Patching file ./plugin/AVideoPlugin.php using Plan A... Hunk #1 succeeded at 1389. Hunk #2 succeeded at 1460. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./view/include/social.php.orig 2025-03-01 02:04:58.784440229 +0100 |+++ ./view/include/social.php 2025-03-01 02:04:58.787918823 +0100 -------------------------- Patching file ./view/include/social.php using Plan A... Hunk #1 succeeded at 48. Hunk #2 succeeded at 70. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./view/mini-upload-form/upload.php.orig 2025-03-01 02:04:58.798025060 +0100 |+++ ./view/mini-upload-form/upload.php 2025-03-01 02:04:58.801446140 +0100 -------------------------- Patching file ./view/mini-upload-form/upload.php using Plan A... Hunk #1 succeeded at 30. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./view/ddosCaptcha.php.orig 2025-03-01 02:04:58.777772329 +0100 |+++ ./view/ddosCaptcha.php 2025-03-01 02:04:58.781207052 +0100 -------------------------- Patching file ./view/ddosCaptcha.php using Plan A... Hunk #1 succeeded at 45. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./view/logs.php.orig 2025-03-01 02:04:58.791160069 +0100 |+++ ./view/logs.php 2025-03-01 02:04:58.794745550 +0100 -------------------------- Patching file ./view/logs.php using Plan A... Hunk #1 succeeded at 36. Hunk #2 succeeded at 95. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./view/userChannelArtUploadInclude.php.orig 2025-03-01 02:04:58.804710707 +0100 |+++ ./view/userChannelArtUploadInclude.php 2025-03-01 02:04:58.808192473 +0100 -------------------------- Patching file ./view/userChannelArtUploadInclude.php using Plan A... Hunk #1 succeeded at 1. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./view/userLogin.php.orig 2025-03-01 02:04:58.811462768 +0100 |+++ ./view/userLogin.php 2025-03-01 02:04:58.815021179 +0100 -------------------------- Patching file ./view/userLogin.php using Plan A... Hunk #1 succeeded at 210. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |--- ./view/userPhotoUploadInclude.php.orig 2025-03-01 02:04:58.818319802 +0100 |+++ ./view/userPhotoUploadInclude.php 2025-03-01 02:04:58.821722675 +0100 -------------------------- Patching file ./view/userPhotoUploadInclude.php using Plan A... Hunk #1 succeeded at 1. done => Verifying /usr/pkgsrc/multimedia/php-avideo/patches/patch-updatedb => Applying pkgsrc patch /usr/pkgsrc/multimedia/php-avideo/patches/patch-updatedb Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |$NetBSD: patch-updatedb,v 1.1 2025/03/03 15:21:05 manu Exp $ | |Fix updatedb SQL scripts |- Missing IF NOT EXISTS |- Do not assume the database name is aVideo | |From upstream https://github.com/WWBN/AVideo/pull/9899 | |diff --git a/updatedb/updateDb.v10.7.sql b/updatedb/updateDb.v10.7.sql |index 86bdbb187a0a..97b3dfd0af68 100644 |--- ./updatedb/updateDb.v10.7.sql.orig |+++ ./updatedb/updateDb.v10.7.sql -------------------------- Patching file ./updatedb/updateDb.v10.7.sql using Plan A... Hunk #1 succeeded at 2. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/updatedb/updateDb.v3.2.sql b/updatedb/updateDb.v3.2.sql |index e6893576c2ea..bcd1a23593dc 100644 |--- ./updatedb/updateDb.v3.2.sql.orig |+++ ./updatedb/updateDb.v3.2.sql -------------------------- Patching file ./updatedb/updateDb.v3.2.sql using Plan A... Hunk #1 succeeded at 9. Hunk #2 succeeded at 64. Hmm... The next patch looks like a unified diff to me... The text leading up to this was: -------------------------- |diff --git a/updatedb/updateDb.v4.0.sql b/updatedb/updateDb.v4.0.sql |index 47da6db97988..4780683a0978 100644 |--- ./updatedb/updateDb.v4.0.sql.orig |+++ ./updatedb/updateDb.v4.0.sql -------------------------- Patching file ./updatedb/updateDb.v4.0.sql using Plan A... Hunk #1 succeeded at 9. Hunk #2 succeeded at 36. done ===> Creating toolchain wrappers for php82-avideo-14.3 ===> Configuring for php82-avideo-14.3 => Checking for portability problems in extracted files