diff options
| author | Peter Marko <peter.marko@siemens.com> | 2025-08-26 18:30:19 +0200 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2025-09-08 08:27:11 -0700 |
| commit | 3899075ad9071e7bb1b5668bd0ac1ac5d4fe4963 (patch) | |
| tree | 6a0be61eaef9e0c02c2f534aa4623309743f506b | |
| parent | 9f689b304979f85367171fb8eb1e6530a2c0ce3b (diff) | |
| download | poky-3899075ad9071e7bb1b5668bd0ac1ac5d4fe4963.tar.gz | |
sudo: remove devtool FIXME comment
This comment should not have been merged.
It shows that the license did not change.
(From OE-Core rev: 652986a4c67fc5d1c69cd3c2cb0d7f197b960be6)
Signed-off-by: Peter Marko <peter.marko@siemens.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-extended/sudo/sudo_1.9.17p1.bb | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/meta/recipes-extended/sudo/sudo_1.9.17p1.bb b/meta/recipes-extended/sudo/sudo_1.9.17p1.bb index c5d57da9f0..5b9d73b33b 100644 --- a/meta/recipes-extended/sudo/sudo_1.9.17p1.bb +++ b/meta/recipes-extended/sudo/sudo_1.9.17p1.bb | |||
| @@ -1,55 +1,3 @@ | |||
| 1 | # FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'. | ||
| 2 | # The following is the difference between the old and the new license text. | ||
| 3 | # Please update the LICENSE value if needed, and summarize the changes in | ||
| 4 | # the commit message via 'License-Update:' tag. | ||
| 5 | # (example: 'License-Update: copyright years updated.') | ||
| 6 | # | ||
| 7 | # The changes: | ||
| 8 | # | ||
| 9 | # --- LICENSE.md | ||
| 10 | # +++ LICENSE.md | ||
| 11 | # @@ -1,6 +1,6 @@ | ||
| 12 | # Sudo is distributed under the following license: | ||
| 13 | # | ||
| 14 | # - Copyright (c) 1994-1996, 1998-2023 | ||
| 15 | # + Copyright (c) 1994-1996, 1998-2025 | ||
| 16 | # Todd C. Miller <Todd.Miller@sudo.ws> | ||
| 17 | # | ||
| 18 | # Permission to use, copy, modify, and distribute this software for any | ||
| 19 | # @@ -247,9 +247,9 @@ | ||
| 20 | # | ||
| 21 | # The file arc4random.c bears the following license: | ||
| 22 | # | ||
| 23 | # - Copyright (c) 1996, David Mazieres <dm@uun.org> | ||
| 24 | # - Copyright (c) 2008, Damien Miller <djm@openbsd.org> | ||
| 25 | # - Copyright (c) 2013, Markus Friedl <markus@openbsd.org> | ||
| 26 | # + Copyright (c) 1996, David Mazieres <dm@uun.org> | ||
| 27 | # + Copyright (c) 2008, Damien Miller <djm@openbsd.org> | ||
| 28 | # + Copyright (c) 2013, Markus Friedl <markus@openbsd.org> | ||
| 29 | # Copyright (c) 2014, Theo de Raadt <deraadt@openbsd.org> | ||
| 30 | # | ||
| 31 | # Permission to use, copy, modify, and distribute this software for any | ||
| 32 | # @@ -282,7 +282,7 @@ | ||
| 33 | # | ||
| 34 | # The file getentropy.c bears the following license: | ||
| 35 | # | ||
| 36 | # - Copyright (c) 2014 Theo de Raadt <deraadt@openbsd.org> | ||
| 37 | # + Copyright (c) 2014 Theo de Raadt <deraadt@openbsd.org> | ||
| 38 | # Copyright (c) 2014 Bob Beck <beck@obtuse.com> | ||
| 39 | # | ||
| 40 | # Permission to use, copy, modify, and distribute this software for any | ||
| 41 | # @@ -299,7 +299,7 @@ | ||
| 42 | # | ||
| 43 | # The embedded copy of zlib bears the following license: | ||
| 44 | # | ||
| 45 | # - Copyright (C) 1995-2022 Jean-loup Gailly and Mark Adler | ||
| 46 | # + Copyright (C) 1995-2024 Jean-loup Gailly and Mark Adler | ||
| 47 | # | ||
| 48 | # This software is provided 'as-is', without any express or implied | ||
| 49 | # warranty. In no event will the authors be held liable for any damages | ||
| 50 | # | ||
| 51 | # | ||
| 52 | |||
| 53 | require sudo.inc | 1 | require sudo.inc |
| 54 | 2 | ||
| 55 | SRC_URI = "https://www.sudo.ws/dist/sudo-${PV}.tar.gz \ | 3 | SRC_URI = "https://www.sudo.ws/dist/sudo-${PV}.tar.gz \ |
