Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 1.51.0
    3ad159f9 · Prepare 1.51.0 release ·
    Release 1.51.0
    
    Features:
    * pmbootstrap init: don't allow 'root' as username
    * check_binfmt_misc: print more helpful error
    * pmb.build.other: do not copy leftover abuild dirs
    
    Fixes:
    * qemu: ssh hostfwd on 127.0.0.1 instead of 0.0.0.0
    * pmb.qemu.run: fix 3d accel on amd64
    
    Other:
    * Bump copyright to 2023
    
  • 1.50.1
    9d93d34b · Prepare 1.50.1 release ·
    Release 1.50.1
    
    Fixes:
    - pmb/parse/arch.py: add arm64 -> aarch64 to mapping
    - pmb.parse.kconfig: update version for MEMCG_SWAP change
    
    Other:
    - pmb.config.apk_tools_min_version: add alpine 3.17
    
  • 1.50.0
    757d2a0b · Prepare 1.50.0 release ·
    Release 1.50.0
    
    Features:
    - pmb.parse.kconfig: add wireguard, filesystems & more to community check
    - pmb.parse.kconfig: don't enforce non-core checks for testing devices
    - pmb ci: add --fast argument
    
    Fixes:
    - pmb: sideload: wait for apk database lock
    - flasher: heimdall: take depends from pmaports.cfg
    - pmb ci: fix arg desc for --all
    - pmb ci: error on using --all with script names
    - pmb.qemu.run: stop forcing bios for riscv64
    - pmb ci: fix typo in URL
    
    Other:
    - CI: fix typo in pmOS CI url
    
  • 1.49.0
    6f45a5d5 · Prepare 1.49.0 release ·
    Release 1.49.0
    
    Features:
    * build: envkernel: support packaging kernels that were built on the host (MR 2175)
    * pmb.parse.build: mention host compiled kernels in envkenel help (MR 2175)
    * pmb: enable riscv64 architecture (MR 2215)
    * pmbootstrap log: show testsuite log too
    * pmbootstrap ci: new command
    * pmb.qemu.run: support riscv64
    * envkernel: add dependencies for running 'make dtbs_check'
    
    Fixes:
    * pmb.config: add missing pmb:kconfigcheck-* for lint (MR 2214)
    * pmb: build: envkernel: Fix bind mount detection (MR 2217)
    * pmb.parse.kconfig: fix container check for kernels >= 6.1 (MR 2220)
    * pmb.parse.kconfig: drop remaining "_rc1" references (MR 2220)
    * helpers/envkernel.sh: return 0 from fish_compat if --fish is not present (MR 2221)
    * pmb.parse.kconfig: explicitly add dependency on SWAP
    * pmb.qemu.run: replace -nic option with -netdev and -device
    * aportgen: don't fail if binary ver < APKBUILD ver
    * helpers/envkernel.sh: rename yaml-lint to yamllint
    * pmbootstrap ci: fix error with deleted files
    * pmb.config.required_programs: add tar
    * flasher: fastboot: take depends from pmaports.cfg
    
    Other:
    * CI: replace gitlab CI with sourcehut CI
    * CI: add note about running scripts locally
    * README: remove outdated information
    * README: add line breaks
    * README: update development section
    * README: add new line
    * README: add link to issues
    * README: add ML subscribe link
    * build.yml: add missing sources line
    * README: Document git commands for setting the git-send-email defaults
    * b4-config: new file
    * b4-config: linkmask: encode < and > chars
    * CI: flake8: remove ignore for W605
    * pmb.flasher.init.install_depends: new function
    
    Between this release and the previous one, pmbootstrap.git was migrated to sourcehut:
    https://gitlab.com/postmarketOS/pmbootstrap/-/issues/2181
    
  • 1.48.0
    d2c39ce5 · Prepare 1.48.0 release ·
    Release 1.48.0
    
    Feature:
    * pmb.chroot.root: set PYTHONUNBUFFERED=1 (MR 2209)
    
    Fixes:
    * pmb.build._package: update isl workaround (MR 2213)
    
    Other:
    * pmb.chroot.root: order env vars alphabetically (MR 2209)
    * pmb.aportgen.device: no depend on mesa-dri-gallium (MR 2210)
    
  • 1.47.1
    aaeff96d · Prepare 1.47.1 release ·
    Release 1.47.1
    
    Fixes:
    - pmb.aportgen.gcc: remove !tracedeps option
    - pmb.build.package: add workaround for missing isl
    
  • 1.47.0
    dac8b277 · Prepare 1.47.0 release ·
    Release 1.47.0
    
    Features:
    * pmb.helpers.run: only pass stdin where useful (MR 2197)
    * pmb: sideload: Handle ssh_install_apks() errors (MR 2195)
    * pmb.chroot.root: preserve proxy environment variables (MR 2201)
    * pmb.config.apkbuild_package_attributes: + triggers (MR 2202)
    * pmb.parse.kconfig: add 'community' option (MR 2204)
    * pmb.config.apkbuild_attributes: Add _pkgbase and _pkgsnap (MR 2208)
    
    Fixes:
    * Fix wrong output of pmbootstrap bootimg_analyze (MR 2198)
    * aportgen binutils: modernize (MR 2199)
    * pmb.parse.kconfig: fix containers check for x86 (MR 2204)
    * pmb.aportgen.gcc: remove isl from depends (MR 2203)
    * pmb.aportgen.gcc: set libgcc=false (MR 2203)
    * pmb.aportgen.gcc: add subpkg libstdc++-dev-$arch (MR 2207)
    
    Other:
    * treewide: fix various lint errors (MR 2197)
    * test/testdata/aportgen: upgrade binutils to 2.39 (MR 2199)
    * pmb.parse.kconfig: remove apparmor check (MR 2200)
    * pmb.parse.kconfig: rename anbox check to waydroid (MR 2204)
    * test_kconfig_check: modify nokia-n900 test (MR 2204)
    * testdata/gcc: upgrade to 12.1.1_git20220630-r5 (MR 2203)
    * testdata/gcc: upgrade to 12.2.1_git20220924-r1 (MR 2208)
    
  • 1.46.0
    8d736c5f · Prepare 1.46.0 release ·
    Release 1.46.0
    
    Features:
    - pmb.parse.bootimg: Add preliminary support for header v2 (MR 2194)
    - pmb.aportgen.device: Generate appropriate header v2 deviceinfo (MR 2194)
    - pmb.aportgen.linux: Install DTBs on header v2 (MR 2194)
    
    Fixes:
    - helpers/envkernel.sh: disable ccache (MR 2189)
    - Revert "helpers/envkernel.sh: add gawk when initialising chroot (MR 2186)" (MR 2188)
    - pmb.qemu.run: drop removed depedency (MR 2196)
    
    Other:
    - test: Add boot.img header v2 testcase (MR 2194)
    
  • 1.45.0
    e527a159 · Prepare 1.45.0 release ·
    Release 1.45.0
    
    Features:
    * Rename Chrome OS kernel partition to pmOS_kernel (MR 2187)
    
    Fixes:
    * pmb.config.init: fix init when work path is an empty directory (MR 2192)
    * pmb/export: Fix Odin export filenames (MR 2191)
    * pmb/config: vndbinder ANDROID_BINDER_DEVICE is required for Waydroid (MR 2190)
    * pmb: flasher: frontend: don't fail if kernel config cannot be found (MR 2184)
    * pmb.chroot.apk.install: fix empty install messages (MR 2185)
    * pmb.chroot.apk.install: let apk figure out depends (MR 2185)
    
    Other:
    * helpers/envkernel.sh: add gawk when initialising chroot (MR 2186)
    * pmb.chroot.apk.install: move pkgname sanitization (MR 2185)
    * pmb.chroot.apk.packages_split_to_add_del: new func (MR 2185)
    * pmb.chroot.apk.install_run_apk: new func (MR 2185)
    * pmb.chroot.apk.install: move empty packages check (MR 2185)
    * pmb.chroot.apk.install_{is_necessary -> build} (MR 2185)
    * pmb.chroot.apk.install: rename to{add,del} vars (MR 2185)
    * pmb.chroot.apk.install: update func desc (MR 2185)
    
  • 1.44.1
    03303ef7 · Prepare 1.44.1 release ·
    Release 1.44.1
    
    Tag 1.44.0 was done without bumping pmb.config.version, so tag another
    one.
    
  • 1.44.0
    Release 1.44.0
    
    Other:
    - pmb.conf.apk_tools_min_version: add Alpine 3.16 (MR 2183)
    
  • 1.43.1
    8c7e99ac · Prepare 1.43.1 release ·
    Release 1.43.1
    
    Fixes:
    - pmb.parse.depends: ignore conflict dependency that no longer exists (MR 2181)
    - pmb.install: Check for alpine-conf version (MR 2182)
    
  • 1.43.0
    6fbe916e · Prepare 1.43.0 release ·
    Release 1.43.0
    
    Features:
    - pmb.config, pmb.install: add option to handle Samsung sparse image format (MR 2177)
    - pmb.parse.kconfig: print a helpful error message on invalid kconfig name (MR 2172)
    - config: allow using flash_lk2nd with heimdall too (MR 2174)
    - pmb.parse.kconfig: implement UEFI kconfig check (MR 2169)
    - pmb.parse.arguments: add zap --all flag (MR 2117)
    
    Fixes:
    - partitions_mount: fix finding the partition (MR 2178)
    - pmb.install: Treat empty "flash_sparse_samsung_format" as disabled (MR 2180)
    - config: Move ASHMEM into conditional (MR 2176)
    - install: fix alignment of information messages (MR 2174)
    - helpers/envkernel.sh: use "$pmbootstrap" in cross_compiler_version() (MR 2173)
    - pmb.parse.kconfig.check_file: fix broken f-string (MR 2169)
    - config: Move NFT_COUNTER into conditional (MR 2171)
    
    Other:
    - test_kconfig_check: note: don't add device tests (MR 2169)
    
  • 1.42.0
    e45e8f93 · Prepare 1.42.0 release ·
    Release 1.42.0
    
    Features:
    * pmb/netboot: new feature (MR 2064)
    * pmbootstrap kconfig check: add netboot check (MR 2064)
    * Print return code when subprocess fails (MR 2161)
    * Support generating GPT partition tables (MR 2160)
    * pmb.install: add support for creating btrfs root filesystem (MR 2155)
    * Allow override of SSH key glob (MR 2167)
    * Allow override of SSH key glob: documentation (MR 2167)
    * pmb.qemu.run: add option to set serial to mon:stdio (MR 1980)
    * pmb: flasher: add support for rk partitions (MR 2165)
    * Support ChromeOS partition table and kernel partition (MR 2163)
    
    Fixes:
    * pmb.install: password for root is already locked (MR 2159)
    * config: fix missing comma in flash methods (MR 2164)
    * pmb.helpers.pkgrel_bump: !-deps are not missing (MR 2166)
    * pmb.chroot.mount: create /dev/fd (MR 2170)
    
    Other:
    * pmb.install: Remove pass to conform to code style (MR 2159)
    * config: use partition names for rkdeveloptool (MR 2165)
    * flake8: increase the line length limit (MR 2168)
    * pmb.install: add get_partition_layout() (MR 2163)
    
  • 1.41.0
    d698aa15 · Prepare 1.41.0 release ·
    Release 1.41.0
    
    Features:
    - pmb.install: automatically pick unlocker package (MR 2154)
    - build: add support for conflicting dependencies (MR 2146)
    - pmb.parse: show which package require the missing package (MR 2150)
    
    Fixes:
    - pmb.chroot.apk: Delete conflicting dependencies (MR 2157)
    - install: do not choke on blockdevices without fs (MR 2153)
    
    Other:
    - pmb.install: update UID 10000 explanation (MR 2158)
    - Happy new year 2022! (update copyright)
    - helpers/envkernel.sh: fix shellcheck failure (MR 2151)
    - pmb.parse.depends.recurse: tweak message (MR 2151)
    
  • 1.40.0
    fd705083 · Prepare 1.40.0 release ·
    Release 1.40.0
    
    Features:
    - Use doas instead of sudo if installed (MR 2091)
    - pmb.helpers.ui: clarify "none" UI purpose
    - pmb/config: check CROSS_MEMORY_ATTACH config required for Waydroid (MR 2140)
    - install: support password as cmdline arg (MR 2125)
    
    Fixes:
    - kconfig-check: only check TZDEV/SAMSUNG_TUI on kernels older than 4.14 (MR 2148)
    - pmb.parse.parse_attribute: strip off trailing comment on attrib line (MR 2149)
    - aportupgrade: if $pkgver=9999, use $_pkgver variable instead (MR 2127)
    - Fix 'kconfig edit linux-...' (MR 2143)
    
    Other:
    - tests: test single-line comment for unquoted attribute (MR 2149)
    - remove unused args argument (MR 2136)
    - pmb.parse.apkindex.parse: remove unused args argument (MR 2136)
    - pmb.parse.apkbuild: remove unused args argument (MR 2136)
    - args.cache: remove (MR 2136)
    - pmb.config.apk_tools_min_version: add alpine 3.15 (MR 2144)
    
  • 1.39.0
    498738ab · Prepare 1.39.0 release ·
    Release 1.39.0
    
    Features:
    * Add 'flasher flash_lk2nd' command (MR 2089)
    * aportupgrade: support gitlab.gnome.org (MR 2119)
    * kconfig argcomplete: support full pkgname (MR 2134)
    * pmb.config/install: add flexible provider selection for "pmbootstrap init" (MR 2132)
    * pmb.helpers.pmaports: parse guessed APKBUILD first for speed up (MR 2132)
    * pmbootstrap kconfig check: add iwd check (MR 2133)
    * pmbootstrap kconfig check: add apparmor check (MR 2133)
    * kconfig check: support strings too (MR 2133)
    * pmb/config: check CRYPTO_AES and INPUT_EVDEV configs required for FDE (MR 2137)
    * pmb/config: add rkdeveloptool support (MR 2103)
    * parse: deviceinfo: arch is required (MR 2124)
    * Allow to set mirror_alpine with pmbootstrap config command (MR 2129)
    
    Fixes:
    * aportupgrade: prefer explicit package mapping (MR 2119)
    * arguments: fix compat with argcomplete 1.8 (MR 2134)
    * pmb.helpers.pmaports: search for provides in both root and subpackages (MR 2132)
    * pmb.qemu.run: workaround for new mkinitfs requirements (MR 2138)
    * helper/envkernel.sh: fix for running envkernel on aarch64 host (MR 2135)
    * pmb.install.partition: fix mb_reserved calculation (MR 2123)
    * pmb/config: fixup zram check options (MR 2126)
    
    Other:
    * pmb.parse._apkbuild: parse provider_priority as int (MR 2132)
    * pmb.helpers.pmaports: separate finding pkg in APKBUILD to function (MR 2132)
    * pmb.install: move install_recommends check into _install.py (MR 2132)
    * pmb.config.init: parse deviceinfo only once (MR 2132)
    * pmb.config: add comment: kconfig check value types (MR 2133)
    * pmb.config.necessary_kconfig_*: tweak comments (MR 2133)
    * pmb.parse.kconfig.check: git friendly arguments (MR 2133)
    * args.arch_native: remove (MR 2130)
    * pmb.parse.arch.alpine_native: remove unused ret (MR 2130)
    * remove unused args argument (MR 2130)
    * pmb: data: keys: sync with Alpine (MR 2131)
    * pmb.qemu.run.which_qemu: remove args argument (MR 2114)
    * args.logfd: remove (MR 2114)
    
  • 1.38.0
    313c9611 · Prepare 1.38.0 release ·
    Release 1.38.0
    
    Features:
    - pmbootstrap lint: avoid looping and copying files (MR 2100)
    - pmb/config: add required option for Waydroid support (MR 2109)
    - pmbootstrap.py: Check which version of Python pmbootstrap is run with (MR 2118)
    - kconfig migrate: new option to migrate kernel configs (MR 2111)
    
    Fixes:
    - pmb/config/flashers/heimdall: support a single kernel flavor (MR 2106)
    - pmb.aportgen: rm -p scripts/dtc arg from dtbTool cmd (MR 2107)
    - pmb.aportgen: prefix $_outdir to dtbTool-sprd -p arg (MR 2107)
    - build --strict: use pmb.chroot.init_keys (MR 2110)
    - pmb.parse.bootimg: accept Mediatek recovery images too (MR 2105)
    - pmb.parse.bootimg: make boot.img readable for all after copying (MR 2105)
    - pmb.aportgen.binutils: fix for new binutils file conflict (MR 2116)
    - pmb/parse/arguments: add aportupgrade to --help (MR 2121)
    - pmb.chroot.initfs: adapt to new mkinitfs (MR 2112)
    
    Other:
    - lint: enforce max line length (MR 2097)
    - pmb.chroot.init_keys: split into own function (MR 2110)
    - testdata: replace mtk_mtkimage-boot.img (MR 2105)
    - pmb.parse.bootimg: refactor mtk_bootimg code (MR 2105)
    - test: add test_bootimg_mtk_mkimage_recovery (MR 2105)
    - pmb, test: remove redundant commas (MR 2115)
    
  • 1.37.0
    0b95779e · Prepare 1.37.0 release ·
    Release 1.37.0
    
    Features:
    * pmbootstrap flasher: add flash_dtbo (MR 2099)
    * support for postmarketos-mkinitfs >= 1.0.0 (MR 2093)
    
    Fixes:
    * pmb/config: add missing option for flash_heimdall_partition_dtbo (MR 2104)
    
  • 1.36.0
    468d3137 · Prepare 1.36.0 release ·
    Release 1.36.0
    
    Features:
    * pmbootstrap install: support new ondev boot label (MR 2083)
    * kconfig check: require CONFIG_SWAP for zram (MR 2085)
    * pmbootstrap: add color support (MR 2090)
    * helpers/envkernel.sh: support `aports` configuration variable (MR 2096)
    
    Fixes:
    * helpers/envkernel.sh: Try harder to not generate Git version suffix (MR 2084)
    * pmbootstrap init: Fix project in issue reference (MR 2087)
    * pmb/chroot/binfmt: don't register arch if OS does it automatically (MR 2088)
    * pmb/chroot/binfmt: always install qemu- binary (MR 2088)
    * pmbootstrap init: Fix regexp for int (MR 2086)
    * pmb.aportgen.gcc: sync makedepends of gcc aportgen to upstream (MR 2092)
    
    Other:
    * pmb.config.apk_tools_min_version: update
    * pmb.aportgen.gcc: use more f-strings (MR 2092)
    * pmbootstrap: make use of consistent casing (MR 2090)