aboutsummaryrefslogtreecommitdiff
path: root/libs/postgresql
Commit message (Collapse)AuthorAge
...
* | postgresql: update to version 9.4.12Daniel Golle2017-06-19
|/ | | | | | Fixes CVE-2017-7484 and CVE-2017-7485. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* treewide: replace $(STAGING_DIR)/host and $(HOST_BUILD_PREFIX) with ↵Matthias Schiffer2017-01-10
| | | | | | | | | | | | | | | | | | $(STAGING_DIR_HOSTPKG) As both LEDE and OpenWrt have STAGING_DIR_HOSTPKG now, we can start to rely on it. See 73b7f55424de52d8179a9ad808252fe3bf8dcc9d for more information on STAGING_DIR_HOSTPKG. STAGING_DIR_HOSTPKG won't actually be changed before the first LEDE release (it is equivalent to $(STAGING_DIR)/host), so this simple search/replace cleanup is safe to apply. Doing this cleanup now will be useful for the Gluon project (an OpenWrt/LEDE based firmware framework) for experimenting with modifying STAGING_DIR_HOSTPKG before doing this in the LEDE upstream. Also fixes a typo in the dbus Makefile ("STAGIND_DIR"). Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net>
* postgresql: fix download URLsGergely Kiss2016-11-11
| | | | Signed-off-by: Gergely Kiss <mail.gery@gmail.com>
* postgresql: properly stop serviceDaniel Golle2016-10-11
| | | | | | | postmaster always detaches from procd, work around by using pg_ctl to stop the server. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* postgresql: move some binaries to pgsql-cli-extraDaniel Golle2016-09-28
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* postgresql: clean package to fix duplicate files issueDaniel Golle2016-09-27
| | | | | | | | | Both postgresql-server and postgresql-cli install /usr/bin/psql which thus creates a conflict when installing both packages. Fix this by removing duplicate and useless binaries from the postgresql-server package. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* postgresql: update to version 9.5.4 and major reworkDaniel Golle2016-09-23
| | | | | | | | | | | | | * convert package build to use host-build for ecpg, pg_config and zic * introduce /lib/functions/postgresql.sh to be used by packages requiring a postgres database to exist as well as postgres' init * no longer require shadow-su, patch pg_ctl to setuid() ifself instead * auto-create database directory if there is enough free space * auto-create databases configured in UCI * remove some dead uci config options * grab maintainership Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* postgresql: make host-built-tools safe for rebuildsDaniel Golle2016-08-26
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* treewide: replace my defunct email addressJo-Philipp Wich2016-06-07
| | | | Signed-off-by: Jo-Philipp Wich <jo@mein.io>
* Merge pull request #2530 from dangowrt/update-postgresql-to-9-5-1Jo-Philipp Wich2016-04-15
|\ | | | | postgresql: update source to 9.5.1 and refresh patches
| * postgresql: update source to 9.5.1 and refresh patchesDaniel Golle2016-03-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Setting the additional include path for host-build of ecpg is no longer required and started breaking the build (PostgeSQL BUG-14033), remove it. Also, pgsql-server no longer requires shadow-su since procd can take care of starting it running under the appropriate user. Moving the dependency to pgsql-cli makes sense as the 'su' command is still needed to boot-strap a new data directory and also commonly used for other administration tasks. However, in that way the CLI and shadow-su can be removed during production once pgsql-server has been setup. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* | Drop the redundant -r option to $(CP)Yousong Zhou2016-03-12
|/ | | | | | | | | $(CP) was defined as `cp -fpR' since the very begining of OpenWrt build system (2006-06-22). The -R option should be enough and base packages use only $(CP) for the same purposes just fine and BSD manual of cp also discourages the use of `-r' option. So let's just tidy up the usage now. Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
* postgresql: now visible with uclibcAlexander Ryzhov2015-12-06
| | | | Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
* postgresql: fix potential snprintf issueDirk Neukirchen2015-08-21
| | | | | | | | adopt buildroot commit: 3d3f70b567718ae308b5704ddd7d107c4849309e spotted while reviewing buildroot changes to postgresql Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* postgresql: fix uclibc locale.h bugDirk Neukirchen2015-08-21
| | | | | | | | | | reported in forum: https://forum.openwrt.org/viewtopic.php?id=59137 issue was discovered and fixed already in buildroot git commit id: f5e4ca10220e2325d3a34c0a423388e40b27dbdf Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* postgresql: add missing librt dependencyDirk Neukirchen2015-08-21
| | | | | | fixes build error with uclibc Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* postgresql: update source to 9.4.4 and refresh scriptsDaniel Golle2015-08-12
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* postgresql: update to 9.4.1Dirk Neukirchen2015-08-12
| | | | | | - supports arm64/aarch64 Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
* libpq: Fix missing dependency (shadow-utils)Ted Hess2014-10-07
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* postgresql: import from oldpackages, add myself as maintainer, add license ↵Jo-Philipp Wich2014-07-02
information, update to v9.0.17 Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>