Skip to content

Commit

Permalink
Merge pull request #4578 from Suyun114/db-6.2.32
Browse files Browse the repository at this point in the history
db: Update to 6.2.32
  • Loading branch information
lazka committed May 8, 2024
2 parents 1d3beb5 + 7598f5e commit 7573896
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 65 deletions.
2 changes: 1 addition & 1 deletion cyrus-sasl/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pkgname=(cyrus-sasl libsasl libsasl-devel)
_basever=2.1.28
pkgver=${_basever}
pkgrel=4
pkgrel=5
pkgdesc="Cyrus Simple Authentication Service Layer (SASL) library"
arch=('i686' 'x86_64')
url="https://www.cyrusimap.org/sasl/"
Expand Down
21 changes: 0 additions & 21 deletions db/5.3-java.patch

This file was deleted.

11 changes: 0 additions & 11 deletions db/5.3-tcl.patch

This file was deleted.

11 changes: 0 additions & 11 deletions db/5.3-vpath.patch

This file was deleted.

23 changes: 4 additions & 19 deletions db/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,38 +1,23 @@
# Maintainer: Alexey Pavlov <alexpux@gmail.com>

pkgname=('db' 'libdb' 'libdb-devel' 'db-docs')
pkgver=5.3.28
pkgver=6.2.32
pkgrel=5
pkgdesc="The Berkeley DB embedded database system"
url="https://www.oracle.com/technetwork/database/database-technologies/berkeleydb/overview/index.html"
msys2_references=(
"cpe: cpe:/a:oracle:berkeley_db"
)
license=('custom')
license=('spdx:AGPL-3.0-or-later')
arch=('i686' 'x86_64')
depends=('sh')
makedepends=('autotools' 'gcc')
source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz
#http://download.oracle.com/otn/berkeley-db/db-${pkgver}.tar.gz
5.3-java.patch
5.3-tcl.patch
5.3-vpath.patch
https://src.fedoraproject.org/rpms/libdb/raw/d6841b3b46a51db98c162347211a5a64d154ea37/f/db-5.3.28-atomic_compare_exchange.patch)
source=(http://download.oracle.com/berkeley-db/db-${pkgver}.tar.gz)
options=('!makeflags')
sha256sums=('e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628'
'a925b88e58cff6d4aeed3eecfa2cf4c606f2ed469607d8fd0c5c0a9c4b5a8bd1'
'2166bac574f60d42fe6dd6c03223d6595accf303375be397e277b38676b8cb08'
'7614933d2770c2aa6864cd731c114b90a4e4c1a8a988daabd9b6f203ab8f1f21'
'eb58b5764e16c6f81df8ff80964ef2e071ca5cbb9e24d37f45a831107afb68cc')
sha256sums=('a9c5e2b004a5777aa03510cfe5cd766a4a3b777713406b02809c17c8e0e7a8fb')

prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"

patch -Np2 -i ${srcdir}/5.3-java.patch
patch -Np2 -i ${srcdir}/5.3-tcl.patch
patch -Np2 -i ${srcdir}/5.3-vpath.patch
patch -Np1 -i ${srcdir}/db-5.3.28-atomic_compare_exchange.patch

cd dist
ac_macrodir=aclocal libtoolize --copy --force --install
./s_config
Expand Down
2 changes: 1 addition & 1 deletion heimdal/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pkgbase=heimdal
pkgname=('heimdal' 'heimdal-libs' 'heimdal-devel')
pkgver=7.8.0
pkgrel=4
pkgrel=5
pkgdesc="Implementation of Kerberos V5 libraries"
arch=('i686' 'x86_64')
url="https://www.h5l.org/"
Expand Down
2 changes: 1 addition & 1 deletion perl/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
pkgbase=perl
pkgname=('perl' 'perl-doc' 'perl-devel')
pkgver=5.38.2
pkgrel=1
pkgrel=2
pkgdesc="A highly capable, feature-rich programming language"
arch=(i686 x86_64)
license=('GPL')
Expand Down

0 comments on commit 7573896

Please sign in to comment.