Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-10 | upgpkg: 7.4.1-4: Add pkgver() function | Carl Smedstad | |
2024-02-10 | upgpkg: 7.4.1-3: Refactor PKGBUILD | Carl 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-31 | upgpkg: 7.4.1-2 | Carl Smedstad | |
2024-01-28 | Add .nvchecker.toml to enable checking for new versions with pkgctl | Carl Smedstad | |
2024-01-12 | Publish version 7.4.1-1 | Carl Smedstad | |
2023-12-02 | Publish version 7.4.0-1 | Carl Smedstad | |
2023-10-27 | Publish version 7.3.9-1 | Carl Smedstad | |
2023-10-13 | Publish version 7.3.8-1 | Carl Smedstad | |
2023-09-20 | Publish version 7.3.7-1 | Carl Smedstad | |
2023-08-03 | Publish version 7.3.6-1 - Major refactoring | Carl 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-02 | Publish version 7.3.5-1 | Carl Smedstad | |
2023-04-15 | Publish version 7.3.4-3 | Carl 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-15 | Add dotnet-runtime to depends | Kyle Sferrazza | |
2023-04-15 | Publish version 7.3.4-2 | Carl 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-15 | Publish version 7.3.4-1 | Carl Smedstad | |
2023-03-03 | Remove git build dependency | Carl Smedstad | |
Pull all sources, i.e. PowerShell, PowerShell-Native and googletest, as version locked archives. | |||
2023-02-26 | Publish version 7.3.3 | Carl Smedstad | |
2023-02-13 | Forgot .SRCINFO | Carl Smedstad | |
2023-02-13 | Publish version 7.3.2 | Carl Smedstad | |
2022-10-06 | update srcinfo | Kyle Sferrazza | |
2022-10-05 | Update OpenSSL | archsinner | |
2022-10-04 | v7.2.6 | Tyler Fichtemaier | |
2022-06-03 | v7.2.4 | Rikarnto Bariampa | |
2022-06-03 | v7.2.3 | Rikarnto Bariampa | |
2022-06-03 | v7.2.2 | Rikarnto Bariampa | |
2021-12-15 | v7.2.1 | Kyle Sferrazza | |
2021-11-19 | v7.2.0 | Rikarnto Bariampa | |
2021-10-15 | v7.1.5 | Kyle Sferrazza | |
2021-08-21 | SHA256 SKIP | Richard Bariampa | |
2021-08-21 | v7.1.4 | Richard Bariampa | |
2021-03-20 | v7.1.3 | Rikarnto Bariampa | |
2021-02-15 | v7.1.2 | Rikarnto Bariampa | |
2021-01-25 | V7.1.1 | Rikarnto Bariampa | |
2020-12-22 | v7.1.0 - dotnet-sdk required version fix | Richard Bariampa | |
2020-12-22 | v7.1.0 | Rikarnto Bariampa | |
2020-08-29 | v7.0.3 | Kyle Sferrazza | |
2020-06-12 | v7.0.2 | Kyle Sferrazza | |
2020-03-19 | add some checks | Kyle Sferrazza | |
2020-03-19 | export dotnet vars | Kyle Sferrazza | |
2020-03-19 | use sha256sum | Kyle Sferrazza | |
2020-03-19 | remove check function, add quoting | Kyle Sferrazza | |
2020-03-19 | v7.0.0 | Kyle Sferrazza | |
2020-02-07 | v6.2.4 | Kyle Sferrazza | |
2019-09-19 | v6.2.3 | Kyle Sferrazza | |
2019-07-17 | v6.2.2 | Kyle Sferrazza | |
2019-05-29 | v6.2.1 | Kyle Sferrazza | |
2019-04-24 | remove googletest | Kyle Sferrazza | |
2019-04-24 | move heredoc into file | Kyle Sferrazza | |
2019-04-24 | move build.sh into build(), use PowerShell-Native for testing, v6.2.0 | Kyle Sferrazza | |
2019-02-19 | v6.1.3 | Kyle Sferrazza | |