Skip to content

Commit 8e4fd28

Browse files
lemireaduh95
authored andcommitted
deps,src: simplify base64 encoding
PR-URL: #52714 Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Moshe Atlow <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Marco Ippolito <[email protected]> Reviewed-By: Richard Lau <[email protected]>
1 parent c6fe433 commit 8e4fd28

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+20
-9194
lines changed

.github/workflows/tools.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ on:
1616
- acorn
1717
- acorn-walk
1818
- ada
19-
- base64
2019
- brotli
2120
- c-ares
2221
- cjs-module-lexer
@@ -81,14 +80,6 @@ jobs:
8180
cat temp-output
8281
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
8382
rm temp-output
84-
- id: base64
85-
subsystem: deps
86-
label: dependencies
87-
run: |
88-
./tools/dep_updaters/update-base64.sh > temp-output
89-
cat temp-output
90-
tail -n1 temp-output | grep "NEW_VERSION=" >> "$GITHUB_ENV" || true
91-
rm temp-output
9283
- id: brotli
9384
subsystem: deps
9485
label: dependencies

LICENSE

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -2378,35 +2378,3 @@ The externally maintained libraries used by Node.js are:
23782378
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
23792379
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
23802380
"""
2381-
2382-
- base64, located at deps/base64/base64/, is licensed as follows:
2383-
"""
2384-
Copyright (c) 2005-2007, Nick Galbreath
2385-
Copyright (c) 2015-2018, Wojciech Muła
2386-
Copyright (c) 2016-2017, Matthieu Darbois
2387-
Copyright (c) 2013-2022, Alfred Klomp
2388-
All rights reserved.
2389-
2390-
Redistribution and use in source and binary forms, with or without
2391-
modification, are permitted provided that the following conditions are
2392-
met:
2393-
2394-
- Redistributions of source code must retain the above copyright notice,
2395-
this list of conditions and the following disclaimer.
2396-
2397-
- Redistributions in binary form must reproduce the above copyright
2398-
notice, this list of conditions and the following disclaimer in the
2399-
documentation and/or other materials provided with the distribution.
2400-
2401-
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
2402-
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
2403-
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
2404-
PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
2405-
HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
2406-
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
2407-
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
2408-
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
2409-
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
2410-
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2411-
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2412-
"""

deps/base64/BUILD.gn

Lines changed: 0 additions & 14 deletions
This file was deleted.

deps/base64/README.md

Lines changed: 0 additions & 14 deletions
This file was deleted.

deps/base64/base64.gyp

Lines changed: 0 additions & 221 deletions
This file was deleted.

deps/base64/base64/.editorconfig

Lines changed: 0 additions & 22 deletions
This file was deleted.

deps/base64/base64/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)