<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/libs/unixodbc/Makefile, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2026-05-08T20:28:27Z</updated>
<entry>
<title>treewide: cleanup URLs</title>
<updated>2026-05-08T20:28:27Z</updated>
<author>
<name>Yanase Yuki</name>
</author>
<published>2026-01-02T09:06:57Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b0d8a3d384915c2de1c5b473fcfb8b3996bb849b'/>
<id>urn:sha1:b0d8a3d384915c2de1c5b473fcfb8b3996bb849b</id>
<content type='text'>
This commit converts plain HTTP URLs to HTTPS, and updates
old or outdated URLs.

Signed-off-by: Yanase Yuki &lt;dev@zpc.st&gt;
</content>
</entry>
<entry>
<title>unixodbc: re-enable autoreconf to fix host path leak</title>
<updated>2025-12-23T01:46:51Z</updated>
<author>
<name>Aleksey Vasilenko</name>
</author>
<published>2025-09-13T18:12:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=77adc911b7b711e09c60780599aebe8b0dbde2cd'/>
<id>urn:sha1:77adc911b7b711e09c60780599aebe8b0dbde2cd</id>
<content type='text'>
Without it the build fails for me with:
  /usr/lib/libltdl.so: file not recognized: file format not recognized

Signed-off-by: Aleksey Vasilenko &lt;aleksey.vasilenko@gmail.com&gt;
</content>
</entry>
<entry>
<title>unixodbc: compile as gnu11</title>
<updated>2025-08-11T09:12:05Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2025-08-01T02:09:47Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=8f0f27e24f855951c10a49094400abf875af128c'/>
<id>urn:sha1:8f0f27e24f855951c10a49094400abf875af128c</id>
<content type='text'>
Fixes compilation with GCC15. Properly fixing this is too convoluted.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>unixobdc: fix compilation with GCC14 again</title>
<updated>2024-06-29T22:28:57Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-06-29T21:21:42Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=351126db4dc84b4cf10f2032a0ee75d2e14bfb60'/>
<id>urn:sha1:351126db4dc84b4cf10f2032a0ee75d2e14bfb60</id>
<content type='text'>
Use upstream backport.

Remove autoreconf for speed. Nothing is being patched anyway.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>unixodbc: fix compilation with GCC14</title>
<updated>2024-05-17T06:45:53Z</updated>
<author>
<name>Rosen Penev</name>
</author>
<published>2024-05-17T03:58:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b914fd47caf4bf142a94e1e844d1ebc601e57279'/>
<id>urn:sha1:b914fd47caf4bf142a94e1e844d1ebc601e57279</id>
<content type='text'>
Wrong pointer type.

Signed-off-by: Rosen Penev &lt;rosenp@gmail.com&gt;
</content>
</entry>
<entry>
<title>unixodbc: Update to 2.3.12</title>
<updated>2023-10-30T20:25:58Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2023-10-30T04:45:16Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=14c8d269be0a00d49f8169c9d7198a1a64fd49bf'/>
<id>urn:sha1:14c8d269be0a00d49f8169c9d7198a1a64fd49bf</id>
<content type='text'>
This also adds a test.sh script for the packages feed CI.

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>unixodbc: Split libraries package into separate packages</title>
<updated>2023-10-30T20:25:58Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2023-10-27T13:03:23Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=9563c6f018c12805628c3c774b1f531ee66eb7cd'/>
<id>urn:sha1:9563c6f018c12805628c3c774b1f531ee66eb7cd</id>
<content type='text'>
This splits the unixodbc package into separate packages (libodbc,
libodbccr, libodbcinst). This also keeps the unixodbc package for
backwards compatibility.

The Internet News Server driver (libnn) is omitted as the driver README
describes it as "in mid-hack"[1] and it is doubtful if there is any
real-world use for it.

This also updates the package license information and URL, and sets
PKG_BUILD_PARALLEL and HOST_BUILD_PARALLEL.

[1]: https://github.com/lurcher/unixODBC/blob/9b31cd228d01e768a7ad9126d5da8860f1ed72a9/Drivers/nn/README#L17-L19

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>unixodbc: Copy pgsqlodbc.ini instead of creating it dynamically</title>
<updated>2023-10-30T20:25:58Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2023-10-27T13:09:53Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=80aeb31082823fbd9c84791d3dc35570a659cebe'/>
<id>urn:sha1:80aeb31082823fbd9c84791d3dc35570a659cebe</id>
<content type='text'>
Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>unixodbc: Use default includedir for target configure</title>
<updated>2023-10-30T20:25:58Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2023-10-27T09:51:58Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=3ab793f09e73e654265a3a6a49bcebef85926690'/>
<id>urn:sha1:3ab793f09e73e654265a3a6a49bcebef85926690</id>
<content type='text'>
Replace INCLUDE_PREFIX in config.h for host odbc_config instead of
specifying includedir to target configure.

This also updates the prefixes in unixodbc_conf.h to keep config.h and
unixodbc_conf.h in sync.

Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
<entry>
<title>unixodbc: Use default build recipes</title>
<updated>2023-10-30T20:25:58Z</updated>
<author>
<name>Jeffery To</name>
</author>
<published>2023-10-27T09:01:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=b0699060c91345fdb964a4acbb6e26e77b8046cb'/>
<id>urn:sha1:b0699060c91345fdb964a4acbb6e26e77b8046cb</id>
<content type='text'>
Signed-off-by: Jeffery To &lt;jeffery.to@gmail.com&gt;
</content>
</entry>
</feed>
