summarylogtreecommitdiffstats
path: root/PKGBUILD
AgeCommit message (Collapse)Author
2024-03-10upgpkg: 7.4.1-4: Add pkgver() functionCarl Smedstad
2024-02-10upgpkg: 7.4.1-3: Refactor PKGBUILDCarl Smedstad
* Remove dependency on upstream's 3.5k LOC build script 'build.psm1'. * Ensure dependencies are fetched in in the prepare function. * Use Git repository as source to avoid patching and properly inject VCS info.
2024-01-31upgpkg: 7.4.1-2Carl Smedstad
2024-01-12Publish version 7.4.1-1Carl Smedstad
2023-12-02Publish version 7.4.0-1Carl Smedstad
2023-10-27Publish version 7.3.9-1Carl Smedstad
2023-10-13Publish version 7.3.8-1Carl Smedstad
2023-09-20Publish version 7.3.7-1Carl Smedstad
2023-08-03Publish version 7.3.6-1 - Major refactoringCarl Smedstad
I've reviewed the package thoroughly and ended up making some major changes: * Removed separate build of PowerShell-Native, the artifacts we built were unused and the ones fetched NuGet was installed. Building PowerShell-Native as a separate package to depend on is something that might be considered for the future. * I've closely examined the build script upstream uses (build.psm1) and tried to replicate that build process as closely as possible. * I've replaced the old test suites with upstream's PowerShell suite. This suite does take around 5 minutes but, as these tests thoroughly test the core functionality of the package, I consider it worthwhile.
2023-07-02Publish version 7.3.5-1Carl Smedstad
2023-04-15Publish version 7.3.4-3Carl Smedstad
I did a namcap scan of the package and given the warnings I fixed the following: * Remove dependencies that are explicitly satisfied via the dotnet-runtime dependency. * Add back openssl-1.1 dependency. This is needed by libmi.so which still seems to be used. See: https://github.com/PowerShell/PowerShell/issues/17193
2023-04-15Add dotnet-runtime to dependsKyle Sferrazza
2023-04-15Publish version 7.3.4-2Carl Smedstad
* Set NUGET_PACKAGES so that ~/.nuget/packages/ is not touched during build. * Publish with --no-self-contained to avoid installing all .NET DLLs as part of this package, duplicating them on the system. * Install PowerShell modules that come bundled with upstream-built -bin package: * PSReadLine * PackageManagement * PowerShellGet * ThreadJob
2023-04-15Publish version 7.3.4-1Carl Smedstad
2023-03-03Remove git build dependencyCarl Smedstad
Pull all sources, i.e. PowerShell, PowerShell-Native and googletest, as version locked archives.
2023-02-26Publish version 7.3.3Carl Smedstad
2023-02-13Publish version 7.3.2Carl Smedstad
2022-10-05Update OpenSSLarchsinner
2022-10-04v7.2.6Tyler Fichtemaier
2022-06-03v7.2.4Rikarnto Bariampa
2022-06-03v7.2.3Rikarnto Bariampa
2022-06-03v7.2.2Rikarnto Bariampa
2021-12-15v7.2.1Kyle Sferrazza
2021-11-19v7.2.0Rikarnto Bariampa
2021-10-15v7.1.5Kyle Sferrazza
2021-08-21SHA256 SKIPRichard Bariampa
2021-08-21v7.1.4Richard Bariampa
2021-03-20v7.1.3Rikarnto Bariampa
2021-02-15v7.1.2Rikarnto Bariampa
2021-01-25V7.1.1Rikarnto Bariampa
2020-12-22v7.1.0 - dotnet-sdk required version fixRichard Bariampa
2020-12-22v7.1.0Rikarnto Bariampa
2020-08-29v7.0.3Kyle Sferrazza
2020-06-12v7.0.2Kyle Sferrazza
2020-03-19add some checksKyle Sferrazza
2020-03-19export dotnet varsKyle Sferrazza
2020-03-19use sha256sumKyle Sferrazza
2020-03-19remove check function, add quotingKyle Sferrazza
2020-03-19v7.0.0Kyle Sferrazza
2020-02-07v6.2.4Kyle Sferrazza
2019-09-19v6.2.3Kyle Sferrazza
2019-07-17v6.2.2Kyle Sferrazza
2019-05-29v6.2.1Kyle Sferrazza
2019-04-24remove googletestKyle Sferrazza
2019-04-24move heredoc into fileKyle Sferrazza
2019-04-24move build.sh into build(), use PowerShell-Native for testing, v6.2.0Kyle Sferrazza
2019-02-19v6.1.3Kyle Sferrazza
2019-01-17version 6.1.2Kyle Sferrazza
2018-12-07delete global.json so dotnet version doesn't de-syncKyle Sferrazza
2018-11-16v6.1.1Kyle Sferrazza