diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-30 10:03:52 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-09-04 11:03:56 +0100 |
commit | 25bac865def42650c0c0323322158ba338e8b753 (patch) | |
tree | 6cd2769573a6ee5e3078f228403a8f3ad4d96ecb /meta/recipes-support/libxslt | |
parent | 3ad9909e5925b5cca6420e6716155b854fc68843 (diff) | |
download | poky-25bac865def42650c0c0323322158ba338e8b753.tar.gz |
recipes: Update git.gnome.org addresses after upstream changes
git.gnome.org is no more. It has ceased to be. It's an ex-git.
Please see here:
https://about.gitlab.com/2018/05/31/welcome-gnome-to-gitlab/
Note that gitlab does not support git://, only https:// (and ssh).
[Commit message from Alexander Kanavin]
(From OE-Core rev: 8382cdc0888ca645a44aacaac1155afb8dcde979)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libxslt')
-rw-r--r-- | meta/recipes-support/libxslt/libxslt/fix-rvts-handling.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libxslt/libxslt/fix-rvts-handling.patch b/meta/recipes-support/libxslt/libxslt/fix-rvts-handling.patch index 424c976d9b..ea3ae51e93 100644 --- a/meta/recipes-support/libxslt/libxslt/fix-rvts-handling.patch +++ b/meta/recipes-support/libxslt/libxslt/fix-rvts-handling.patch | |||
@@ -5,7 +5,7 @@ libxslt-1.1.32: Fix handling of RVTs returned from nested EXSLT functions | |||
5 | Set the context variable to NULL when evaluating EXSLT functions. | 5 | Set the context variable to NULL when evaluating EXSLT functions. |
6 | Fixes potential use-after-free errors or memory leaks. | 6 | Fixes potential use-after-free errors or memory leaks. |
7 | 7 | ||
8 | Upstream-Status: Backport [https://git.gnome.org/browse/libxslt/commit/?id=8bd32f7753ac253a54279a0b6a88d15a57076bb0] | 8 | Upstream-Status: Backport [https://gitlab.gnome.org/GNOME/libxslt/commit/8bd32f7753ac253a54279a0b6a88d15a57076bb0] |
9 | bug: 792580 | 9 | bug: 792580 |
10 | Signed-off-by: Andrej Valek <andrej.valek@siemens.com> | 10 | Signed-off-by: Andrej Valek <andrej.valek@siemens.com> |
11 | 11 | ||