summaryrefslogtreecommitdiffstats
path: root/package/znc
Commit message (Collapse)AuthorAgeFilesLines
* package/znc: bump version to 1.7.2Bernd Kuhls2019-01-272-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/znc: security bump to 1.7.1Bernd Kuhls2018-07-253-39/+2
| | | | | | | | | | | | Fixes CVE-2018-14055 & CVE-2018-14056. Changelog: https://wiki.znc.in/ChangeLog/1.7.1 Removed 0001-Fix-build-without-SSL-support.patch, applied upstream: https://github.com/znc/znc/commit/e567f4cb73a1637141f7e4fc3b0ef44e79568048 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* znc: fix build without opensslBaruch Siach2018-06-111-0/+37
| | | | | | | | | | | | Add a patch to include <memory> unconditionally. Fixes: http://autobuild.buildroot.net/results/4c3/4c3d9f6f5214052b7eda4c7bbfabe5b463080b12/ http://autobuild.buildroot.net/results/d06/d06176f00109ad0707032b0d76fe94f1d414106c/ Cc: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* znc: add mandatory dependency on threadsFabrice Fontaine2018-05-201-2/+3
| | | | | | | | | | | Threads support is mandatory since version 1.7.0: https://github.com/znc/znc/commit/582cd635f5a047761b1052a40088ab86e62fffc1 Fixes: - http://autobuild.buildroot.net/results/cc56c7dbee594056288296398772ef9e22846299 Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/znc: python support depends on icuBernd Kuhls2018-05-131-1/+2
| | | | | | | | | | | | Upstream checks for icu when build with python support: https://github.com/znc/znc/commit/4fe4a45dd62411ba9ede04750ca44f071e7d6cbb Fixes http://autobuild.buildroot.net/results/9e4/9e44159820789f1d25efcbd24318b0e05e132371/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/znc: bump version to 1.7.0Bernd Kuhls2018-05-085-218/+5
| | | | | | | | | | | | | | | | Increased minimum gcc version to 4.8 as mentioned in the Changelog: https://wiki.znc.in/ChangeLog/1.7.0 Removed all patches: - 0001 was applied upstream: https://github.com/znc/znc/commit/483074cbf82a48a3ff01838fcbaec00553d1882c - 0002 is not needed anymore after upstream switched Csocket to a git submodule: https://github.com/znc/znc/commit/9166e6ed40f0c7a85eee0d024b12510c13863f55#diff-8a725997e024d92d67b33a90cffb8342 Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
* package/znc: bump version to 1.6.6Bernd Kuhls2018-04-272-3/+4
| | | | | | | | Added license hash, switched _UPSTREAM to an upstream directory which also contains older release tarballs. Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/znc: bump version to 1.6.5Bernd Kuhls2017-04-082-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/znc: bump version to 1.6.4Bernd Kuhls2016-12-272-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/znc: bump version to 1.6.3Bernd Kuhls2016-03-052-3/+3
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/znc: bump version to 1.6.2Bernd Kuhls2015-12-132-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* znc: needs gcc >= 4.7Gustavo Zacarias2015-09-011-2/+4
| | | | | | | | | | Fixes: http://autobuild.buildroot.net/results/aba/aba13674fb3624e0bd6a3b1e17f28883e298c8ca/ Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* znc: bump to version 1.6.1Gustavo Zacarias2015-08-096-317/+223
| | | | | | | | | | | Bump to release tarball version. Add hash file. Update and rework time.h patch for upstream inclusion (hopefully) by splitting the CSocket patch out. (https://github.com/znc/znc/pull/1021) Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/*: rename patches according to the new policyPeter Korsgaard2015-02-031-0/+0
| | | | | | | Autogenerated from rename-patch.py (http://patchwork.ozlabs.org/patch/403345) Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* packages: rename FOO_CONF_OPT into FOO_CONF_OPTSThomas De Schampheleire2014-10-041-9/+9
| | | | | | | | | | | | To be consistent with the recent change of FOO_MAKE_OPT into FOO_MAKE_OPTS, make the same change for FOO_CONF_OPT. Sed command used: find * -type f | xargs sed -i 's#_CONF_OPT\>#&S#g' Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* znc: not available on !MMU systems, uses fork()Thomas Petazzoni2014-06-111-0/+2
| | | | | Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* znc: add patch to add missing <time.h> inclusionsThomas Petazzoni2014-06-111-0/+303
| | | | | | | | | | | | | With certain toolchains, znc fails to build due to missing <time.h> inclusions. This commit fixes that by adding a patch that adds those missing inclusions. Fixes: http://autobuild.buildroot.net/results/86e/86e5e76a6ccc1396cd84107af63cdaa0ce1dfbee/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* github packages: use tarball download via github helper iso git cloneThomas De Schampheleire2014-05-051-1/+1
| | | | | | | | | Tarball download from github is preferred, because: - download size is smaller - git clone may be blocked in some corporate environments Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* *.mk: replace (TARGET|HOST)_PATH by BR_PATHSamuel Martin2014-04-161-1/+1
| | | | | | | | | | | | Thanks to the 2 previous patches of the series, BR_PATH contains all locations in which host-packages may install programs. This patch replaces the occurrences TARGET_PATH and HOST_PATH with BR_PATH, everywhere these variables are used in the *.mk files. Signed-off-by: Samuel Martin <s.martin49@gmail.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* znc: new packageCédric Chépied2014-04-122-0/+59
ported patch from Cédric Chépied: http://patchwork.ozlabs.org/patch/306896/ [Thomas: added comment explaining why we don't use <pkg>_AUTORECONF, and use a more conventional syntax for <pkg>_DEPENDENCIES and <pkg>_CONF_OPT.] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud