summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/tinyproxy
Commit message (Collapse)AuthorAgeFilesLines
* recipes: Start WORKDIR -> UNPACKDIR transitionKhem Raj2024-05-231-2/+2
| | | | | | | Replace references of WORKDIR with UNPACKDIR where it makes sense to do so in preparation for changing the default value of UNPACKDIR. Signed-off-by: Khem Raj <raj.khem@gmail.com>
* *.patch: add Upstream-Status to all patchesMartin Jansa2023-06-211-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is new patch-status QA check in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=76a685bfcf927593eac67157762a53259089ea8a This is temporary work around just to hide _many_ warnings from optional patch-status (if you add it to WARN_QA). This just added Upstream-Status: Pending everywhere without actually investigating what's the proper status. This is just to hide current QA warnings and to catch new .patch files being added without Upstream-Status, but the number of Pending patches is now terrible: 5 (26%) meta-xfce 6 (50%) meta-perl 15 (42%) meta-webserver 21 (36%) meta-gnome 25 (57%) meta-filesystems 26 (43%) meta-initramfs 45 (45%) meta-python 47 (55%) meta-multimedia 312 (63%) meta-networking 756 (61%) meta-oe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tinyproxy: fix CVE-2022-40468Chee Yang Lee2023-02-102-0/+34
| | | | | Signed-off-by: Chee Yang Lee <chee.yang.lee@intel.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tinyproxy: upgrade 1.11.0 -> 1.11.1Wang Mingyu2022-06-062-4/+3
| | | | | | | | | | Refresh disable-documentation.patch for new version. Changelog: Fixes issues detected in 1.11.0, add new fnmatch based filtertype. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-4/+4
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* tinyproxy: upgrade 1.10.0 -> 1.11.0zangrc2021-04-232-21/+32
| | | | | | | | Refresh the following patch: disable-documentation.patch Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tinyproxy: fix upstream check URLPierre-Jean Texier2020-06-081-0/+2
| | | | | | | | | | | | Fixes: $: devtool check-upgrade-status tinyproxy <...> INFO: tinyproxy 1.10.0 UNKNOWN_BROKEN None Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tinyproxy: Fix user and group in tinyproxy installStefan Lendl2020-01-112-4/+4
| | | | | Signed-off-by: Stefan Lendl <sll@mission-embedded.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tinyproxy: Install a default tinyproxy.confStefan Lendl2020-01-112-2/+335
| | | | | | | sets the correct user tinyproxy and group nogroup Signed-off-by: Stefan Lendl <sll@mission-embedded.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tinyproxy: Refresh patchesKhem Raj2018-09-291-6/+15
| | | | | | Fixes warnings reported by devtool Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tinyproxy: upgrade to version 1.10.0Jacobo Aragunde Pérez2018-09-243-25/+26
| | | | | | | | | | Highlights of this upgrade: * tinyproxy binary is not installed to /usr/sbin now. * removed a deprecated configure parameter. * reworked disable-documentation.patch. Signed-off-by: Jacobo Aragunde Pérez <jaragunde@igalia.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* tinyproxy: fix build ERRORArmin Kuster2018-01-081-2/+2
| | | | | | | ERROR: tinyproxy-1.8.4-r0 do_prepare_recipe_sysroot: tinyproxy: useradd command did not succeed. Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* tinyproxy: 'nobody' should belong to 'nogroup'S. Lockwood-Childs2018-01-081-1/+1
| | | | | | | | | | | | | | | | | The classic 'nobody' user is supposed to belong to 'nogroup' group. Without this change, it will get a 'nobody' group created as its default group instead. Ensuring the existing 'nogroup' is used as default group solves following sort of complaint by useradd-staticids.bbclass (when static ids are enabled): tinyproxy: Changing groupname nobody's gid from (65534) to (1000), verify configuration files! Signed-off-by: S. Lockwood-Childs <sjl@vctlabs.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
* tinyproxy: Add recipeBenjamin Gaignard2017-04-253-0/+89
Signed-off-by: Benjamin Gaignard <benjamin.gaignard@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>