Files
chromebrew/packages/libeconf.rb
Satadru Pramanik, DO, MPH, MEng d915fc7666 linux_pam => 1.7.1 — libeconf → 0.7.10,libxcrypt → 4.4.38-1,linux_pam → 1.7.1 (#12836)
* linux_pam => 1.7.1

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update linux_pam

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Update linux_pam, Update libeconf, Rebuild libxcrypt with gcc 15, Adjust meson options to better support no_mold.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* lint

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* updater-linux_pam: Package File Update Run on linux/amd64 container.

* updater-linux_pam: Package File Update Run on linux/arm/v7 container.

* Make rebasing optional in Generate PR workflow.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Lint workflow.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Suggested changes.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

* Suggested fixup.

Signed-off-by: Satadru Pramanik <satadru@gmail.com>

---------

Signed-off-by: Satadru Pramanik <satadru@gmail.com>
Co-authored-by: satmandu <satmandu@users.noreply.github.com>
2025-09-18 03:10:11 +00:00

23 lines
788 B
Ruby

require 'buildsystems/meson'
class Libeconf < Meson
description 'Enhanced config file parser, which merges config files placed in several locations into one.'
homepage 'https://github.com/openSUSE/libeconf'
version '0.7.10'
license 'MIT'
compatibility 'all'
source_url 'https://github.com/openSUSE/libeconf.git'
git_hashtag "v#{version}"
binary_compression 'tar.zst'
binary_sha256({
aarch64: '236b774d3fa2a552ec9022b94e4da83557a64852426abf4846e41e7dd902de95',
armv7l: '236b774d3fa2a552ec9022b94e4da83557a64852426abf4846e41e7dd902de95',
i686: '6d1bf7b4e83804d75006131fdb97de9cd4fae7935d7792f8eda7b776e4de58e4',
x86_64: '25fc302486cd806d569b06349c4fdd56e381c94ba44a0a1d206cb5d3b3e997ea'
})
depends_on 'gcc_lib' # R
depends_on 'glibc' # R
end