From 986551225b8c513f354ec5774518f67aafa7a522 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 d1ee07c0b54d8..11784add7063c 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 18b82e918458e9c16a2291bfeb9e497d4f57d5b4 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 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/srcpkgs/firebird3/template b/srcpkgs/firebird3/template index 8f2285dc7729f..0c5bfdd5e74fb 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 @@ -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?