{"id":46995702,"url":"https://github.com/pkgcraft/bash","last_synced_at":"2026-03-11T15:02:15.378Z","repository":{"id":41160495,"uuid":"443014202","full_name":"pkgcraft/bash","owner":"pkgcraft","description":"Fork of bash enabling integration into pkgcraft","archived":false,"fork":false,"pushed_at":"2026-01-01T19:21:07.000Z","size":47528,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-06T04:52:08.775Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pkgcraft.png","metadata":{"files":{"readme":"README","changelog":"CHANGES","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":"support/Makefile.in","governance":null,"roadmap":null,"authors":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-12-30T08:29:50.000Z","updated_at":"2026-01-01T19:21:01.000Z","dependencies_parsed_at":"2025-04-25T21:37:31.398Z","dependency_job_id":"ab6d2d1b-7639-4df6-96f0-52278db9f732","html_url":"https://github.com/pkgcraft/bash","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/pkgcraft/bash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgcraft%2Fbash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgcraft%2Fbash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgcraft%2Fbash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgcraft%2Fbash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pkgcraft","download_url":"https://codeload.github.com/pkgcraft/bash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pkgcraft%2Fbash/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30385032,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T14:10:17.325Z","status":"ssl_error","status_checked_at":"2026-03-11T14:09:37.934Z","response_time":84,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-03-11T15:02:14.466Z","updated_at":"2026-03-11T15:02:15.372Z","avatar_url":"https://github.com/pkgcraft.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Introduction\n============\n\nThis is GNU Bash, version 5.3. Bash is the GNU Project's Bourne\nAgain SHell, a complete implementation of the POSIX shell spec,\nbut also with interactive command line editing, job control on\narchitectures that support it, csh-like features such as history\nsubstitution and brace expansion, and a slew of other features. \nFor more information on the features of Bash that are new to this\ntype of shell, see the file `doc/bashref.info'.  There is also a\nlarge Unix-style man page. If the info fie and the man page conflict,\nthe man page is the definitive description of the shell's features. \n\nSee the file POSIX for a discussion of how the Bash defaults differ\nfrom the POSIX spec and a description of the Bash `posix mode'.\n\nThere are some user-visible incompatibilities between this version\nof Bash and previous widely-distributed versions, bash-5.0, bash-5.1,\nand bash-5.2. The COMPAT file has the details. The NEWS file tersely\nlists features that are new in this release. \n\nBash is free software, distributed under the terms of the [GNU] General\nPublic License as published by the Free Software Foundation,\nversion 3 of the License (or any later version).  For more information,\nsee the file COPYING. \n\nA number of frequently-asked questions are answered in the file\n`doc/FAQ'. (That file is no longer updated.)\n\nTo compile Bash, type `./configure', then `make'.  Bash auto-configures\nthe build process, so no further intervention should be necessary. Bash\nbuilds with `gcc' by default if it is available.  If you want to use `cc'\ninstead, type\n\n\tCC=cc ./configure\n\nif you are using a Bourne-style shell.  If you are not, the following\nmay work:\n\n\tenv CC=cc ./configure\n\nRead the file INSTALL in this directory for more information about how\nto customize and control the build process, including how to build in a\ndirectory different from the source directory. The file NOTES contains\nplatform-specific installation and configuration information.\n\nIf you are a csh user and wish to convert your csh aliases to Bash\naliases, you may wish to use the script `examples/misc/alias-conv.sh'\nas a starting point. The script `examples/misc/cshtobash' is a more\nambitious script that attempts to do a more complete job.\n\nReporting Bugs\n==============\n\nBug reports for bash should be sent to:\n\n\tbug-bash@gnu.org\n\nusing the `bashbug' program that is built and installed at the same\ntime as bash.\n\nThe discussion list `bug-bash@gnu.org' often contains information\nabout new ports of Bash, or discussions of new features or behavior\nchanges that people would like.  This mailing list is also available\nas a usenet newsgroup: gnu.bash.bug.\n\nThe `help-bash@gnu.org' mailing list is used for questions about\nusing bash.\n\nWhen you send a bug report, please use the `bashbug' program that is\nbuilt at the same time as bash. If bash fails to build, try building\nbashbug directly with `make bashbug'. If you cannot build `bashbug',\nplease send mail to bug-bash@gnu.org with the following information:\n\n\t* the version number and release status of Bash (e.g., 2.05a-release)\n\t* the machine and OS that it is running on (you may run\n\t  `bashversion -l' from the bash build directory for this information)\n\t* a list of the compilation flags or the contents of `config.h', if\n\t  appropriate\n\t* a description of the bug\n\t* a recipe for recreating the bug reliably\n\t* a fix for the bug if you have one!\n\nThe `bashbug' program includes much of this automatically.\n\nQuestions and requests for help with bash and bash programming may be\nsent to the help-bash@gnu.org mailing list.\n\nIf you would like to contact the Bash maintainers directly, send mail\nto bash-maintainers@gnu.org.\n\nWhile the Bash maintainers do not promise to fix all bugs, we would\nlike this shell to be the best that we can make it.\n\nOther Packages\n==============\n\nThis distribution includes, in examples/bash-completion, a recent version\nof the `bash-completion' package, which provides programmable completions\nfor a number of commands. It's available as a package in many distributions,\nand that is the first place from which to obtain it.\n\nThe latest version of bash-completion is always available from\nhttps://github.com/scop/bash-completion.\n\nIf it's not a package from your vendor, you may install the included version.\n\nThere are a number of example dynamically loadable builtin commands in the\nexamples/loadables subdirectory. These are built and installed when bash is\ninstalled. If you want to test or experiment with these builtins before\ninstalling bash, you can run `make loadables' to build them.\n\nEnjoy!\n\nChet Ramey\nchet.ramey@case.edu\n\nCopying and distribution of this file, with or without modification,\nare permitted in any medium without royalty provided the copyright\nnotice and this notice are preserved.  This file is offered as-is,\nwithout any warranty.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkgcraft%2Fbash","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpkgcraft%2Fbash","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpkgcraft%2Fbash/lists"}