diff --git a/docs/build-temp-system/gcc-p2.md b/docs/build-temp-system/gcc-p2.md index d0285568..b40538a8 100644 --- a/docs/build-temp-system/gcc-p2.md +++ b/docs/build-temp-system/gcc-p2.md @@ -3,30 +3,18 @@ ## Подготовка -### Дополнительные необходимые файлы - -{{ include('../packages/mpc/.url') }} - -{{ include('../packages/gmp/.url') }} - -{{ include('../packages/mpfr/.url') }} - -{{ include('../packages/isl/.url') }} - -Распакуйте дополнительные пакеты: - ???+ warning "Предупреждение" - Обратите внимание, что распаковка указанных пакетов должна производится из каталога пакета GCC. + Распаковка указанных пакетов должна производиться из каталога `{{ include('../packages/gcc/.name') }}`. Проверьте текущее местоположение, прежде чем выполнить команды ниже. ```bash tar -xf ../{{ include('../packages/mpfr/.filename') }} -mv -v {{ include('../packages/mpfr/.filename') }} mpfr +mv -v {{ include('../packages/mpfr/.name') }} {{ include('../packages/mpfr/.name_short') }} tar -xf ../{{ include('../packages/gmp/.filename') }} -mv -v {{ include('../packages/gmp/.filename') }} gmp +mv -v {{ include('../packages/gmp/.name') }} {{ include('../packages/gmp/.name_short') }} tar -xf ../{{ include('../packages/mpc/.filename') }} -mv -v {{ include('../packages/mpc/.filename') }} mpc +mv -v {{ include('../packages/mpc/.name') }} {{ include('../packages/mpc/.name_short') }} tar -xf ../{{ include('../packages/isl/.filename') }} -mv -v {{ include('../packages/isl/.filename') }} isl +mv -v {{ include('../packages/isl/.name') }} {{ include('../packages/isl/.name_short') }} ``` Смените пути установки библиотек: diff --git a/docs/changelog.md b/docs/changelog.md index b6486963..f8226abc 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -8,6 +8,7 @@ ## Изменения +- [Исправлено #968](https://github.com/Linux4Yourself/book/issues/968) - [Исправлено #955](https://github.com/Linux4Yourself/book/issues/955) - [Миграция на mkdocs](https://github.com/Linux4Yourself/book/issues/889) - [Исправлено #947](https://github.com/Linux4Yourself/book/issues/947) diff --git a/docs/cross-toolchain/gcc.md b/docs/cross-toolchain/gcc.md index 5fd2005c..21a7c4c1 100644 --- a/docs/cross-toolchain/gcc.md +++ b/docs/cross-toolchain/gcc.md @@ -2,34 +2,21 @@ ## Подготовка -### Дополнительные необходимые файлы - -{{ include('../packages/mpc/.filename') }} - -{{ include('../packages/gmp/.filename') }} - -{{ include('../packages/mpfr/.filename') }} - -{{ include('../packages/isl/.filename') }} - -Распакуйте дополнительные пакеты: - ???+ warning "Предупреждение" - Распаковка указанных ниже пакетов должна производиться из каталога `{{ include('../packages/gcc/.name') }}`. Проверьте текущее местоположение, прежде чем выполнить команды ниже. + Распаковка указанных пакетов должна производиться из каталога `{{ include('../packages/gcc/.name') }}`. Проверьте текущее местоположение, прежде чем выполнить команды ниже. ```bash tar -xf ../{{ include('../packages/mpfr/.filename') }} -mv -v {{ include('../packages/mpfr/.name') }} mpfr +mv -v {{ include('../packages/mpfr/.name') }} {{ include('../packages/mpfr/.name_short') }} tar -xf ../{{ include('../packages/gmp/.filename') }} -mv -v {{ include('../packages/gmp/.name') }} gmp +mv -v {{ include('../packages/gmp/.name') }} {{ include('../packages/gmp/.name_short') }} tar -xf ../{{ include('../packages/mpc/.filename') }} -mv -v {{ include('../packages/mpc/.name') }} mpc +mv -v {{ include('../packages/mpc/.name') }} {{ include('../packages/mpc/.name_short') }} tar -xf ../{{ include('../packages/isl/.filename') }} -mv -v {{ include('../packages/isl/.name') }} isl +mv -v {{ include('../packages/isl/.name') }} {{ include('../packages/isl/.name_short') }} ``` - Смените пути установки библиотек: ```bash diff --git a/docs/packages/README.md b/docs/packages/README.md index 1569dc0a..b03f6cdc 100644 --- a/docs/packages/README.md +++ b/docs/packages/README.md @@ -1249,7 +1249,7 @@ MD5: **43c5ab628b7ab899d7cd4a4c7fe4067f** Домашняя страница: [https://www.openssl.org/](https://www.openssl.org/) -SBU: **1.1** +SBU: **1.8** --- # patch @@ -1381,7 +1381,7 @@ MD5: **3e7035d272680f80e3ce4e8eb492d580** SBU (Сборка временной системы): **1.2** -SBU: **9.5** +SBU: **6.5** --- # readline diff --git a/docs/packages/acl/.name_short b/docs/packages/acl/.name_short new file mode 100644 index 00000000..7c0f27c8 --- /dev/null +++ b/docs/packages/acl/.name_short @@ -0,0 +1 @@ +acl \ No newline at end of file diff --git a/docs/packages/attr/.name_short b/docs/packages/attr/.name_short new file mode 100644 index 00000000..6377b7cb --- /dev/null +++ b/docs/packages/attr/.name_short @@ -0,0 +1 @@ +attr \ No newline at end of file diff --git a/docs/packages/autoconf/.name_short b/docs/packages/autoconf/.name_short new file mode 100644 index 00000000..32e2ee61 --- /dev/null +++ b/docs/packages/autoconf/.name_short @@ -0,0 +1 @@ +autoconf \ No newline at end of file diff --git a/docs/packages/automake/.name_short b/docs/packages/automake/.name_short new file mode 100644 index 00000000..3092dc35 --- /dev/null +++ b/docs/packages/automake/.name_short @@ -0,0 +1 @@ +automake \ No newline at end of file diff --git a/docs/packages/bash/.name_short b/docs/packages/bash/.name_short new file mode 100644 index 00000000..f4d7fa57 --- /dev/null +++ b/docs/packages/bash/.name_short @@ -0,0 +1 @@ +bash \ No newline at end of file diff --git a/docs/packages/bc/.name_short b/docs/packages/bc/.name_short new file mode 100644 index 00000000..e5d8f44b --- /dev/null +++ b/docs/packages/bc/.name_short @@ -0,0 +1 @@ +bc \ No newline at end of file diff --git a/docs/packages/binutils-2.37-upstream_fix-1/.name_short b/docs/packages/binutils-2.37-upstream_fix-1/.name_short new file mode 100644 index 00000000..175b7483 --- /dev/null +++ b/docs/packages/binutils-2.37-upstream_fix-1/.name_short @@ -0,0 +1 @@ +binutils-2.37-upstream_fix-1 \ No newline at end of file diff --git a/docs/packages/binutils/.name_short b/docs/packages/binutils/.name_short new file mode 100644 index 00000000..695eb82e --- /dev/null +++ b/docs/packages/binutils/.name_short @@ -0,0 +1 @@ +binutils \ No newline at end of file diff --git a/docs/packages/bison/.name_short b/docs/packages/bison/.name_short new file mode 100644 index 00000000..880f7230 --- /dev/null +++ b/docs/packages/bison/.name_short @@ -0,0 +1 @@ +bison \ No newline at end of file diff --git a/docs/packages/bootscripts/.name_short b/docs/packages/bootscripts/.name_short new file mode 100644 index 00000000..24c28dab --- /dev/null +++ b/docs/packages/bootscripts/.name_short @@ -0,0 +1 @@ +bootscripts \ No newline at end of file diff --git a/docs/packages/bzip2-patch/.name_short b/docs/packages/bzip2-patch/.name_short new file mode 100644 index 00000000..94063a87 --- /dev/null +++ b/docs/packages/bzip2-patch/.name_short @@ -0,0 +1 @@ +bzip2-patch \ No newline at end of file diff --git a/docs/packages/bzip2/.name_short b/docs/packages/bzip2/.name_short new file mode 100644 index 00000000..a989e1da --- /dev/null +++ b/docs/packages/bzip2/.name_short @@ -0,0 +1 @@ +bzip2 \ No newline at end of file diff --git a/docs/packages/check/.name_short b/docs/packages/check/.name_short new file mode 100644 index 00000000..4c04caa2 --- /dev/null +++ b/docs/packages/check/.name_short @@ -0,0 +1 @@ +check \ No newline at end of file diff --git a/docs/packages/coreutils-patch/.name_short b/docs/packages/coreutils-patch/.name_short new file mode 100644 index 00000000..223c4160 --- /dev/null +++ b/docs/packages/coreutils-patch/.name_short @@ -0,0 +1 @@ +coreutils-patch \ No newline at end of file diff --git a/docs/packages/coreutils/.name_short b/docs/packages/coreutils/.name_short new file mode 100644 index 00000000..a4b710b1 --- /dev/null +++ b/docs/packages/coreutils/.name_short @@ -0,0 +1 @@ +coreutils \ No newline at end of file diff --git a/docs/packages/dbus/.name_short b/docs/packages/dbus/.name_short new file mode 100644 index 00000000..95a521b4 --- /dev/null +++ b/docs/packages/dbus/.name_short @@ -0,0 +1 @@ +dbus \ No newline at end of file diff --git a/docs/packages/dejagnu/.name_short b/docs/packages/dejagnu/.name_short new file mode 100644 index 00000000..a9b96043 --- /dev/null +++ b/docs/packages/dejagnu/.name_short @@ -0,0 +1 @@ +dejagnu \ No newline at end of file diff --git a/docs/packages/diffutils/.name_short b/docs/packages/diffutils/.name_short new file mode 100644 index 00000000..815745d4 --- /dev/null +++ b/docs/packages/diffutils/.name_short @@ -0,0 +1 @@ +diffutils \ No newline at end of file diff --git a/docs/packages/dosfstools/.name_short b/docs/packages/dosfstools/.name_short new file mode 100644 index 00000000..1ae83339 --- /dev/null +++ b/docs/packages/dosfstools/.name_short @@ -0,0 +1 @@ +dosfstools \ No newline at end of file diff --git a/docs/packages/e2fsprogs/.name_short b/docs/packages/e2fsprogs/.name_short new file mode 100644 index 00000000..84c52634 --- /dev/null +++ b/docs/packages/e2fsprogs/.name_short @@ -0,0 +1 @@ +e2fsprogs \ No newline at end of file diff --git a/docs/packages/efibootmgr/.name_short b/docs/packages/efibootmgr/.name_short new file mode 100644 index 00000000..52daa12e --- /dev/null +++ b/docs/packages/efibootmgr/.name_short @@ -0,0 +1 @@ +efibootmgr \ No newline at end of file diff --git a/docs/packages/efivar-patch/.name_short b/docs/packages/efivar-patch/.name_short new file mode 100644 index 00000000..51d26540 --- /dev/null +++ b/docs/packages/efivar-patch/.name_short @@ -0,0 +1 @@ +efivar-patch \ No newline at end of file diff --git a/docs/packages/efivar/.name_short b/docs/packages/efivar/.name_short new file mode 100644 index 00000000..a86d6800 --- /dev/null +++ b/docs/packages/efivar/.name_short @@ -0,0 +1 @@ +efivar \ No newline at end of file diff --git a/docs/packages/elfutils/.name_short b/docs/packages/elfutils/.name_short new file mode 100644 index 00000000..b76b36cf --- /dev/null +++ b/docs/packages/elfutils/.name_short @@ -0,0 +1 @@ +elfutils \ No newline at end of file diff --git a/docs/packages/emacs/.name_short b/docs/packages/emacs/.name_short new file mode 100644 index 00000000..a7642dd1 --- /dev/null +++ b/docs/packages/emacs/.name_short @@ -0,0 +1 @@ +emacs \ No newline at end of file diff --git a/docs/packages/eudev/.name_short b/docs/packages/eudev/.name_short new file mode 100644 index 00000000..847a5d78 --- /dev/null +++ b/docs/packages/eudev/.name_short @@ -0,0 +1 @@ +eudev \ No newline at end of file diff --git a/docs/packages/expat/.name_short b/docs/packages/expat/.name_short new file mode 100644 index 00000000..0603602e --- /dev/null +++ b/docs/packages/expat/.name_short @@ -0,0 +1 @@ +expat \ No newline at end of file diff --git a/docs/packages/expect/.name_short b/docs/packages/expect/.name_short new file mode 100644 index 00000000..c7ddde00 --- /dev/null +++ b/docs/packages/expect/.name_short @@ -0,0 +1 @@ +expect \ No newline at end of file diff --git a/docs/packages/file/.name_short b/docs/packages/file/.name_short new file mode 100644 index 00000000..1a010b1c --- /dev/null +++ b/docs/packages/file/.name_short @@ -0,0 +1 @@ +file \ No newline at end of file diff --git a/docs/packages/findutils/.name_short b/docs/packages/findutils/.name_short new file mode 100644 index 00000000..44e468bf --- /dev/null +++ b/docs/packages/findutils/.name_short @@ -0,0 +1 @@ +findutils \ No newline at end of file diff --git a/docs/packages/flex/.name_short b/docs/packages/flex/.name_short new file mode 100644 index 00000000..3110bed4 --- /dev/null +++ b/docs/packages/flex/.name_short @@ -0,0 +1 @@ +flex \ No newline at end of file diff --git a/docs/packages/freetype/.name_short b/docs/packages/freetype/.name_short new file mode 100644 index 00000000..4bb2bb2e --- /dev/null +++ b/docs/packages/freetype/.name_short @@ -0,0 +1 @@ +freetype \ No newline at end of file diff --git a/docs/packages/gawk/.name_short b/docs/packages/gawk/.name_short new file mode 100644 index 00000000..7ef87eea --- /dev/null +++ b/docs/packages/gawk/.name_short @@ -0,0 +1 @@ +gawk \ No newline at end of file diff --git a/docs/packages/gcc/.name_short b/docs/packages/gcc/.name_short new file mode 100644 index 00000000..b08d5af5 --- /dev/null +++ b/docs/packages/gcc/.name_short @@ -0,0 +1 @@ +gcc \ No newline at end of file diff --git a/docs/packages/gdbm/.name_short b/docs/packages/gdbm/.name_short new file mode 100644 index 00000000..f70c2130 --- /dev/null +++ b/docs/packages/gdbm/.name_short @@ -0,0 +1 @@ +gdbm \ No newline at end of file diff --git a/docs/packages/gettext/.name_short b/docs/packages/gettext/.name_short new file mode 100644 index 00000000..d3a67004 --- /dev/null +++ b/docs/packages/gettext/.name_short @@ -0,0 +1 @@ +gettext \ No newline at end of file diff --git a/docs/packages/glibc-patch/.name_short b/docs/packages/glibc-patch/.name_short new file mode 100644 index 00000000..8ec49b58 --- /dev/null +++ b/docs/packages/glibc-patch/.name_short @@ -0,0 +1 @@ +glibc-patch \ No newline at end of file diff --git a/docs/packages/glibc/.name_short b/docs/packages/glibc/.name_short new file mode 100644 index 00000000..0c4c137d --- /dev/null +++ b/docs/packages/glibc/.name_short @@ -0,0 +1 @@ +glibc \ No newline at end of file diff --git a/docs/packages/gmp/.name_short b/docs/packages/gmp/.name_short new file mode 100644 index 00000000..eeaa9d93 --- /dev/null +++ b/docs/packages/gmp/.name_short @@ -0,0 +1 @@ +gmp \ No newline at end of file diff --git a/docs/packages/gperf/.name_short b/docs/packages/gperf/.name_short new file mode 100644 index 00000000..c34e3802 --- /dev/null +++ b/docs/packages/gperf/.name_short @@ -0,0 +1 @@ +gperf \ No newline at end of file diff --git a/docs/packages/grep/.name_short b/docs/packages/grep/.name_short new file mode 100644 index 00000000..9b059dc5 --- /dev/null +++ b/docs/packages/grep/.name_short @@ -0,0 +1 @@ +grep \ No newline at end of file diff --git a/docs/packages/groff/.name_short b/docs/packages/groff/.name_short new file mode 100644 index 00000000..37831a27 --- /dev/null +++ b/docs/packages/groff/.name_short @@ -0,0 +1 @@ +groff \ No newline at end of file diff --git a/docs/packages/grub/.name_short b/docs/packages/grub/.name_short new file mode 100644 index 00000000..2c8276e7 --- /dev/null +++ b/docs/packages/grub/.name_short @@ -0,0 +1 @@ +grub \ No newline at end of file diff --git a/docs/packages/gzip/.name_short b/docs/packages/gzip/.name_short new file mode 100644 index 00000000..e7aec8ea --- /dev/null +++ b/docs/packages/gzip/.name_short @@ -0,0 +1 @@ +gzip \ No newline at end of file diff --git a/docs/packages/iana-etc/.name_short b/docs/packages/iana-etc/.name_short new file mode 100644 index 00000000..cf570258 --- /dev/null +++ b/docs/packages/iana-etc/.name_short @@ -0,0 +1 @@ +iana-etc \ No newline at end of file diff --git a/docs/packages/inetutils/.name_short b/docs/packages/inetutils/.name_short new file mode 100644 index 00000000..1065ac1e --- /dev/null +++ b/docs/packages/inetutils/.name_short @@ -0,0 +1 @@ +inetutils \ No newline at end of file diff --git a/docs/packages/intltool/.name_short b/docs/packages/intltool/.name_short new file mode 100644 index 00000000..cd3947e0 --- /dev/null +++ b/docs/packages/intltool/.name_short @@ -0,0 +1 @@ +intltool \ No newline at end of file diff --git a/docs/packages/iproute2/.name_short b/docs/packages/iproute2/.name_short new file mode 100644 index 00000000..e31fff5d --- /dev/null +++ b/docs/packages/iproute2/.name_short @@ -0,0 +1 @@ +iproute2 \ No newline at end of file diff --git a/docs/packages/isl/.name_short b/docs/packages/isl/.name_short new file mode 100644 index 00000000..d240363c --- /dev/null +++ b/docs/packages/isl/.name_short @@ -0,0 +1 @@ +isl \ No newline at end of file diff --git a/docs/packages/jinja2/.name_short b/docs/packages/jinja2/.name_short new file mode 100644 index 00000000..1c579e7d --- /dev/null +++ b/docs/packages/jinja2/.name_short @@ -0,0 +1 @@ +jinja2 \ No newline at end of file diff --git a/docs/packages/kbd-patch/.name_short b/docs/packages/kbd-patch/.name_short new file mode 100644 index 00000000..f4249a8f --- /dev/null +++ b/docs/packages/kbd-patch/.name_short @@ -0,0 +1 @@ +kbd-patch \ No newline at end of file diff --git a/docs/packages/kbd/.name_short b/docs/packages/kbd/.name_short new file mode 100644 index 00000000..04e5d3b5 --- /dev/null +++ b/docs/packages/kbd/.name_short @@ -0,0 +1 @@ +kbd \ No newline at end of file diff --git a/docs/packages/kmod/.name_short b/docs/packages/kmod/.name_short new file mode 100644 index 00000000..76158284 --- /dev/null +++ b/docs/packages/kmod/.name_short @@ -0,0 +1 @@ +kmod \ No newline at end of file diff --git a/docs/packages/less/.name_short b/docs/packages/less/.name_short new file mode 100644 index 00000000..9ff82454 --- /dev/null +++ b/docs/packages/less/.name_short @@ -0,0 +1 @@ +less \ No newline at end of file diff --git a/docs/packages/libcap/.name_short b/docs/packages/libcap/.name_short new file mode 100644 index 00000000..4085af64 --- /dev/null +++ b/docs/packages/libcap/.name_short @@ -0,0 +1 @@ +libcap \ No newline at end of file diff --git a/docs/packages/libffi/.name_short b/docs/packages/libffi/.name_short new file mode 100644 index 00000000..0dc1d097 --- /dev/null +++ b/docs/packages/libffi/.name_short @@ -0,0 +1 @@ +libffi \ No newline at end of file diff --git a/docs/packages/libpipeline/.name_short b/docs/packages/libpipeline/.name_short new file mode 100644 index 00000000..a4004025 --- /dev/null +++ b/docs/packages/libpipeline/.name_short @@ -0,0 +1 @@ +libpipeline \ No newline at end of file diff --git a/docs/packages/libtasn1/.name_short b/docs/packages/libtasn1/.name_short new file mode 100644 index 00000000..b56a2c87 --- /dev/null +++ b/docs/packages/libtasn1/.name_short @@ -0,0 +1 @@ +libtasn1 \ No newline at end of file diff --git a/docs/packages/libtool/.name_short b/docs/packages/libtool/.name_short new file mode 100644 index 00000000..f898b816 --- /dev/null +++ b/docs/packages/libtool/.name_short @@ -0,0 +1 @@ +libtool \ No newline at end of file diff --git a/docs/packages/linux/.name_short b/docs/packages/linux/.name_short new file mode 100644 index 00000000..9c52cb36 --- /dev/null +++ b/docs/packages/linux/.name_short @@ -0,0 +1 @@ +linux \ No newline at end of file diff --git a/docs/packages/m4/.name_short b/docs/packages/m4/.name_short new file mode 100644 index 00000000..014d3c6b --- /dev/null +++ b/docs/packages/m4/.name_short @@ -0,0 +1 @@ +m4 \ No newline at end of file diff --git a/docs/packages/make-ca/.name_short b/docs/packages/make-ca/.name_short new file mode 100644 index 00000000..8cb64e37 --- /dev/null +++ b/docs/packages/make-ca/.name_short @@ -0,0 +1 @@ +make-ca \ No newline at end of file diff --git a/docs/packages/make/.name_short b/docs/packages/make/.name_short new file mode 100644 index 00000000..ac08cdcf --- /dev/null +++ b/docs/packages/make/.name_short @@ -0,0 +1 @@ +make \ No newline at end of file diff --git a/docs/packages/man-db/.name_short b/docs/packages/man-db/.name_short new file mode 100644 index 00000000..1ca85bf2 --- /dev/null +++ b/docs/packages/man-db/.name_short @@ -0,0 +1 @@ +man-db \ No newline at end of file diff --git a/docs/packages/man-pages/.name_short b/docs/packages/man-pages/.name_short new file mode 100644 index 00000000..2e912dd0 --- /dev/null +++ b/docs/packages/man-pages/.name_short @@ -0,0 +1 @@ +man-pages \ No newline at end of file diff --git a/docs/packages/markupsafe/.name_short b/docs/packages/markupsafe/.name_short new file mode 100644 index 00000000..612936bd --- /dev/null +++ b/docs/packages/markupsafe/.name_short @@ -0,0 +1 @@ +markupsafe \ No newline at end of file diff --git a/docs/packages/meson/.name_short b/docs/packages/meson/.name_short new file mode 100644 index 00000000..9b604bbf --- /dev/null +++ b/docs/packages/meson/.name_short @@ -0,0 +1 @@ +meson \ No newline at end of file diff --git a/docs/packages/mpc/.name_short b/docs/packages/mpc/.name_short new file mode 100644 index 00000000..0f2c6d91 --- /dev/null +++ b/docs/packages/mpc/.name_short @@ -0,0 +1 @@ +mpc \ No newline at end of file diff --git a/docs/packages/mpfr/.name_short b/docs/packages/mpfr/.name_short new file mode 100644 index 00000000..88fad384 --- /dev/null +++ b/docs/packages/mpfr/.name_short @@ -0,0 +1 @@ +mpfr \ No newline at end of file diff --git a/docs/packages/nano/.name_short b/docs/packages/nano/.name_short new file mode 100644 index 00000000..0f0ddd39 --- /dev/null +++ b/docs/packages/nano/.name_short @@ -0,0 +1 @@ +nano \ No newline at end of file diff --git a/docs/packages/ncurses/.name_short b/docs/packages/ncurses/.name_short new file mode 100644 index 00000000..ebb49ce3 --- /dev/null +++ b/docs/packages/ncurses/.name_short @@ -0,0 +1 @@ +ncurses \ No newline at end of file diff --git a/docs/packages/ninja/.name_short b/docs/packages/ninja/.name_short new file mode 100644 index 00000000..02bd9f29 --- /dev/null +++ b/docs/packages/ninja/.name_short @@ -0,0 +1 @@ +ninja \ No newline at end of file diff --git a/docs/packages/openssl/.name_short b/docs/packages/openssl/.name_short new file mode 100644 index 00000000..fc538edf --- /dev/null +++ b/docs/packages/openssl/.name_short @@ -0,0 +1 @@ +openssl \ No newline at end of file diff --git a/docs/packages/openssl/README.md b/docs/packages/openssl/README.md index d548fdd7..74977667 100644 --- a/docs/packages/openssl/README.md +++ b/docs/packages/openssl/README.md @@ -16,4 +16,4 @@ MD5: **43c5ab628b7ab899d7cd4a4c7fe4067f** Домашняя страница: [https://www.openssl.org/](https://www.openssl.org/) -SBU: **1.1** \ No newline at end of file +SBU: **1.8** \ No newline at end of file diff --git a/docs/packages/p11-kit/.name_short b/docs/packages/p11-kit/.name_short new file mode 100644 index 00000000..045935f6 --- /dev/null +++ b/docs/packages/p11-kit/.name_short @@ -0,0 +1 @@ +p11-kit \ No newline at end of file diff --git a/docs/packages/patch/.name_short b/docs/packages/patch/.name_short new file mode 100644 index 00000000..dbcae144 --- /dev/null +++ b/docs/packages/patch/.name_short @@ -0,0 +1 @@ +patch \ No newline at end of file diff --git a/docs/packages/perl-5.34.0-upstream_fixes-1/.name_short b/docs/packages/perl-5.34.0-upstream_fixes-1/.name_short new file mode 100644 index 00000000..27416fb3 --- /dev/null +++ b/docs/packages/perl-5.34.0-upstream_fixes-1/.name_short @@ -0,0 +1 @@ +perl-5.34.0-upstream_fixes-1 \ No newline at end of file diff --git a/docs/packages/perl/.name_short b/docs/packages/perl/.name_short new file mode 100644 index 00000000..09e74070 --- /dev/null +++ b/docs/packages/perl/.name_short @@ -0,0 +1 @@ +perl \ No newline at end of file diff --git a/docs/packages/pkg-config/.name_short b/docs/packages/pkg-config/.name_short new file mode 100644 index 00000000..61520f90 --- /dev/null +++ b/docs/packages/pkg-config/.name_short @@ -0,0 +1 @@ +pkg-config \ No newline at end of file diff --git a/docs/packages/popt/.name_short b/docs/packages/popt/.name_short new file mode 100644 index 00000000..57a6d112 --- /dev/null +++ b/docs/packages/popt/.name_short @@ -0,0 +1 @@ +popt \ No newline at end of file diff --git a/docs/packages/procps-ng/.name_short b/docs/packages/procps-ng/.name_short new file mode 100644 index 00000000..12eaaf32 --- /dev/null +++ b/docs/packages/procps-ng/.name_short @@ -0,0 +1 @@ +procps-ng \ No newline at end of file diff --git a/docs/packages/psmisc/.name_short b/docs/packages/psmisc/.name_short new file mode 100644 index 00000000..eb65ba20 --- /dev/null +++ b/docs/packages/psmisc/.name_short @@ -0,0 +1 @@ +psmisc \ No newline at end of file diff --git a/docs/packages/python/.name_short b/docs/packages/python/.name_short new file mode 100644 index 00000000..d8654aa0 --- /dev/null +++ b/docs/packages/python/.name_short @@ -0,0 +1 @@ +python \ No newline at end of file diff --git a/docs/packages/python/README.md b/docs/packages/python/README.md index f1eaf471..df9fb71f 100644 --- a/docs/packages/python/README.md +++ b/docs/packages/python/README.md @@ -18,4 +18,4 @@ MD5: **3e7035d272680f80e3ce4e8eb492d580** SBU (Сборка временной системы): **1.2** -SBU: **9.5** \ No newline at end of file +SBU: **6.5** \ No newline at end of file diff --git a/docs/packages/readline/.name_short b/docs/packages/readline/.name_short new file mode 100644 index 00000000..47f39c3b --- /dev/null +++ b/docs/packages/readline/.name_short @@ -0,0 +1 @@ +readline \ No newline at end of file diff --git a/docs/packages/sed/.name_short b/docs/packages/sed/.name_short new file mode 100644 index 00000000..fb996d6d --- /dev/null +++ b/docs/packages/sed/.name_short @@ -0,0 +1 @@ +sed \ No newline at end of file diff --git a/docs/packages/shadow/.name_short b/docs/packages/shadow/.name_short new file mode 100644 index 00000000..d8ecfa7e --- /dev/null +++ b/docs/packages/shadow/.name_short @@ -0,0 +1 @@ +shadow \ No newline at end of file diff --git a/docs/packages/sysklogd/.name_short b/docs/packages/sysklogd/.name_short new file mode 100644 index 00000000..2080e9a3 --- /dev/null +++ b/docs/packages/sysklogd/.name_short @@ -0,0 +1 @@ +sysklogd \ No newline at end of file diff --git a/docs/packages/systemd/.name_short b/docs/packages/systemd/.name_short new file mode 100644 index 00000000..15146581 --- /dev/null +++ b/docs/packages/systemd/.name_short @@ -0,0 +1 @@ +systemd \ No newline at end of file diff --git a/docs/packages/sysvinit-patch/.name_short b/docs/packages/sysvinit-patch/.name_short new file mode 100644 index 00000000..22f7498a --- /dev/null +++ b/docs/packages/sysvinit-patch/.name_short @@ -0,0 +1 @@ +sysvinit-patch \ No newline at end of file diff --git a/docs/packages/sysvinit/.name_short b/docs/packages/sysvinit/.name_short new file mode 100644 index 00000000..15eca805 --- /dev/null +++ b/docs/packages/sysvinit/.name_short @@ -0,0 +1 @@ +sysvinit \ No newline at end of file diff --git a/docs/packages/tar/.name_short b/docs/packages/tar/.name_short new file mode 100644 index 00000000..e1d18b02 --- /dev/null +++ b/docs/packages/tar/.name_short @@ -0,0 +1 @@ +tar \ No newline at end of file diff --git a/docs/packages/tcl/.name_short b/docs/packages/tcl/.name_short new file mode 100644 index 00000000..7c456a89 --- /dev/null +++ b/docs/packages/tcl/.name_short @@ -0,0 +1 @@ +tcl \ No newline at end of file diff --git a/docs/packages/texinfo/.name_short b/docs/packages/texinfo/.name_short new file mode 100644 index 00000000..f00c57dd --- /dev/null +++ b/docs/packages/texinfo/.name_short @@ -0,0 +1 @@ +texinfo \ No newline at end of file diff --git a/docs/packages/tzdata/.name_short b/docs/packages/tzdata/.name_short new file mode 100644 index 00000000..687334e7 --- /dev/null +++ b/docs/packages/tzdata/.name_short @@ -0,0 +1 @@ +tzdata \ No newline at end of file diff --git a/docs/packages/udev/.name_short b/docs/packages/udev/.name_short new file mode 100644 index 00000000..b95ad750 --- /dev/null +++ b/docs/packages/udev/.name_short @@ -0,0 +1 @@ +udev \ No newline at end of file diff --git a/docs/packages/util-linux/.name_short b/docs/packages/util-linux/.name_short new file mode 100644 index 00000000..a7ce47a9 --- /dev/null +++ b/docs/packages/util-linux/.name_short @@ -0,0 +1 @@ +util-linux \ No newline at end of file diff --git a/docs/packages/vim/.name_short b/docs/packages/vim/.name_short new file mode 100644 index 00000000..7923f59d --- /dev/null +++ b/docs/packages/vim/.name_short @@ -0,0 +1 @@ +vim \ No newline at end of file diff --git a/docs/packages/wget/.name_short b/docs/packages/wget/.name_short new file mode 100644 index 00000000..79949cde --- /dev/null +++ b/docs/packages/wget/.name_short @@ -0,0 +1 @@ +wget \ No newline at end of file diff --git a/docs/packages/xml-parser/.name_short b/docs/packages/xml-parser/.name_short new file mode 100644 index 00000000..56446235 --- /dev/null +++ b/docs/packages/xml-parser/.name_short @@ -0,0 +1 @@ +xml-parser \ No newline at end of file diff --git a/docs/packages/xz/.name_short b/docs/packages/xz/.name_short new file mode 100644 index 00000000..a162c286 --- /dev/null +++ b/docs/packages/xz/.name_short @@ -0,0 +1 @@ +xz \ No newline at end of file diff --git a/docs/packages/zlib-ng/.name_short b/docs/packages/zlib-ng/.name_short new file mode 100644 index 00000000..65f4ecb0 --- /dev/null +++ b/docs/packages/zlib-ng/.name_short @@ -0,0 +1 @@ +zlib-ng \ No newline at end of file diff --git a/docs/packages/zstd/.name_short b/docs/packages/zstd/.name_short new file mode 100644 index 00000000..613f917f --- /dev/null +++ b/docs/packages/zstd/.name_short @@ -0,0 +1 @@ +zstd \ No newline at end of file diff --git a/tools/gen-index.js b/tools/gen-index.js index 4495b311..8828f739 100644 --- a/tools/gen-index.js +++ b/tools/gen-index.js @@ -37,6 +37,7 @@ allPackages.forEach(pkg => { fs.writeFileSync(`${dir}/.version`, pkg.version, 'utf-8'); fs.writeFileSync(`${dir}/.filename`, pkg.fileName, 'utf-8'); fs.writeFileSync(`${dir}/.name`, `${pkg.name}-${pkg.version}`, 'utf-8'); + fs.writeFileSync(`${dir}/.name_short`, pkg.name, 'utf-8'); const downloadLink = `Оригинальное расположение: [${pkg.url}](${pkg.url})`; const downloadLinkMirror = `Ссылка для загрузки: [${pkg.downloadUrl}](${pkg.downloadUrl})`;