mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
smbclient => 4.16.0 and tdb => 1.4.6, talloc => 2.3.3, tevent => 0.11.0, ldb => 2.5.0, add perl_json package (#6580)
* smbclient => 4.15.3 * Update tdb -> 1.4.5 * bump samba version * tdb -> 1.4.6 * add talloc update * add tevent update * add ldb update * fix tdb deps * Add perl_json dep to smbclient * update deps for smbclient * adjust deps for smbclient * add some builds (i686,armv7l still pending) * disable python in samba build * Add all binaries. Co-authored-by: Satadru Pramanik <satadru@gmail.com>
This commit is contained in:
committed by
GitHub
parent
306fbd45d3
commit
52a41475b9
@@ -3,34 +3,31 @@ require 'package'
|
||||
class Tdb < Package
|
||||
description 'tdb is a simple database API for sharing structures between parts of Samba'
|
||||
homepage 'https://tdb.samba.org/'
|
||||
version '1.4.3'
|
||||
version '1.4.6'
|
||||
license 'GPL-3'
|
||||
compatibility 'all'
|
||||
source_url "https://www.samba.org/ftp/tdb/tdb-#{version}.tar.gz"
|
||||
source_sha256 'c8058393dfa15f47e11ebd2f1d132693f0b3b3b8bf22d0201bfb305026f88a1b'
|
||||
source_sha256 'd6892bd8befe04a77642a1dd56e4a879349bf1cf5b2c0bf5fb841061938def0b'
|
||||
|
||||
binary_url({
|
||||
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/tdb/1.4.3_armv7l/tdb-1.4.3-chromeos-armv7l.tar.xz',
|
||||
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/tdb/1.4.3_armv7l/tdb-1.4.3-chromeos-armv7l.tar.xz',
|
||||
i686: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/tdb/1.4.3_i686/tdb-1.4.3-chromeos-i686.tar.xz',
|
||||
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/tdb/1.4.3_x86_64/tdb-1.4.3-chromeos-x86_64.tar.xz'
|
||||
aarch64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/tdb/1.4.6_armv7l/tdb-1.4.6-chromeos-armv7l.tar.zst',
|
||||
armv7l: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/tdb/1.4.6_armv7l/tdb-1.4.6-chromeos-armv7l.tar.zst',
|
||||
i686: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/tdb/1.4.6_i686/tdb-1.4.6-chromeos-i686.tar.zst',
|
||||
x86_64: 'https://gitlab.com/api/v4/projects/26210301/packages/generic/tdb/1.4.6_x86_64/tdb-1.4.6-chromeos-x86_64.tar.zst'
|
||||
})
|
||||
binary_sha256({
|
||||
aarch64: '658452e796dffb16b9cc074f47bee90e5155cca0888f444cb13b716b577c5e60',
|
||||
armv7l: '658452e796dffb16b9cc074f47bee90e5155cca0888f444cb13b716b577c5e60',
|
||||
i686: '22c959f77a28a1b13d2603557b4d87b454dd04099682ba7a749ad99b7a945a43',
|
||||
x86_64: '0040f43e9214ce035ca1eefca7923fce12aa8bc8710de383ca142c0eaaf12a9e'
|
||||
aarch64: '8396dd401979dd2865079e3b4b14b36026f1b9d74f0a555fa382355f9eca3dc6',
|
||||
armv7l: '8396dd401979dd2865079e3b4b14b36026f1b9d74f0a555fa382355f9eca3dc6',
|
||||
i686: '37f60900b780ddeda64dd2dd0d9739266a0f27ef6ebbb9b6079dd1dccc3099df',
|
||||
x86_64: 'd3e0bf820e71c2a0c6a8630eb215b41049a6595619b0bcc679e615581d6d9904'
|
||||
})
|
||||
|
||||
depends_on 'docbook_xsl'
|
||||
depends_on 'docbook_xsl' => :build
|
||||
depends_on 'libbsd'
|
||||
depends_on 'libxslt'
|
||||
depends_on 'libxslt' => :build
|
||||
|
||||
def self.build
|
||||
system "env CFLAGS='-flto=auto' \
|
||||
CXXFLAGS='-pipe -flto=auto' \
|
||||
LDFLAGS='-flto=auto' \
|
||||
./configure #{CREW_OPTIONS.sub(/--program-suffix.*/, '')}"
|
||||
system "./configure #{CREW_OPTIONS.sub(/--program-suffix.*/, '')}"
|
||||
system 'make'
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user