From a3055866fd31ef682f924e2c2902c1b6007f3032 Mon Sep 17 00:00:00 2001 From: mhmdanas Date: Wed, 1 Mar 2023 17:57:24 +0000 Subject: [PATCH 1/2] unixodbc: update to 2.3.11. --- srcpkgs/unixodbc/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/unixodbc/template b/srcpkgs/unixodbc/template index d1ee07c0b54d..11784add7063 100644 --- a/srcpkgs/unixodbc/template +++ b/srcpkgs/unixodbc/template @@ -1,6 +1,6 @@ # Template file for 'unixodbc' pkgname=unixodbc -version=2.3.9 +version=2.3.11 revision=1 build_style=gnu-configure makedepends="libltdl-devel readline-devel" @@ -8,9 +8,9 @@ conf_files="/etc/odbcinst.ini /etc/odbc.ini" short_desc="Basic ODBC tools" maintainer="Orphaned " license="GPL-2.0-only, LGPL-2.1-or-later" -homepage="http://www.unixodbc.org" -distfiles="http://www.unixodbc.org/unixODBC-${version}.tar.gz" -checksum=52833eac3d681c8b0c9a5a65f2ebd745b3a964f208fc748f977e44015a31b207 +homepage="https://www.unixodbc.org" +distfiles="https://www.unixodbc.org/unixODBC-${version}.tar.gz" +checksum=d9e55c8e7118347e3c66c87338856dad1516b490fb7c756c1562a2c267c73b5c libodbc_package() { short_desc="ODBC library for Unix" From 7cbf9c0490d0499dd67b356cecb62f1c0b81ab1d Mon Sep 17 00:00:00 2001 From: triallax Date: Tue, 13 Jun 2023 12:33:40 +0100 Subject: [PATCH 2/2] firebird3: rename isql to avoid conflict with unixodbc. --- srcpkgs/firebird3/template | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/srcpkgs/firebird3/template b/srcpkgs/firebird3/template index 8f2285dc7729..f9d40790bb64 100644 --- a/srcpkgs/firebird3/template +++ b/srcpkgs/firebird3/template @@ -1,7 +1,7 @@ # Template file for 'firebird3' pkgname=firebird3 version=3.0.6.33328 -revision=1 +revision=2 _build=0 _uver=${version//./_} build_style=gnu-configure @@ -30,7 +30,7 @@ makedepends="boost-devel libedit-devel icu-devel ncurses-devel libatomic_ops-dev libtommath-devel zlib-devel" short_desc="Relational database offering many ANSI SQL standard features (V3)" maintainer="Orphaned " -license="custom" +license="custom:IDPL-1.0, Interbase-1.0" homepage="https://www.firebirdsql.org/en/start/" distfiles="https://github.com/FirebirdSQL/firebird/releases/download/R${_uver%_*}/Firebird-${version}-${_build}.tar.bz2" checksum=34c1d2a29bbaf288e682cd1b5f8083f2baf73f351062245ace0bee35a3f7d35f @@ -113,6 +113,9 @@ do_install() { cp -pR gen/buildroot/* ${DESTDIR}/ + # Conflicts with isql from unixodbc. + mv ${DESTDIR}/usr/bin/isql{,-fb} + # TODO: create superserver? # system account? # runit service?