Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37042983
en ru br
Репозитории ALT

Группа :: Сети/WWW
Пакет: eget

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

29 июля 2023 Vitaly Lipatov <lav at altlinux.ru> 7.7-alt1

  • eget: put PROGNAME set to init_eget func
  • eget: add hack for construct full url from related Location
  • eget: add is_abs_path and use it
  • eget: add have_end_slash and use it

2 июля 2023 Vitaly Lipatov <lav at altlinux.ru> 7.6-alt1

  • README.md: add commend about install with eepm
  • eget: add --get-ipfs-cid to help, fix for case when IPFS is disabled (no accessible gateway)
  • eget: get_cid_by_url(): return only correct CID
  • eget: fix concatenate_url_and_filename()

12 мая 2023 Vitaly Lipatov <lav at altlinux.ru> 7.5-alt1

  • eget: allow download file from http://site/page/ URL (with latest slash)
  • eget: print about unknown options

5 мая 2023 Vitaly Lipatov <lav at altlinux.ru> 7.4-alt1

  • eget: add -H (--header) support
  • eget: fix for brave go-ipfs
  • eget: add support for UTF-8 filename in Content-disposition
  • eget: check filename in Content-Disposition in case insensivity
  • eget: fix github json handling (some servers return optimized nonformatted answer)
  • eget: use correct http download backend for ipfs via gateway

22 апреля 2023 Vitaly Lipatov <lav at altlinux.ru> 7.3-alt1

  • eget: improve globbing symbol translation
  • eget: disable checking for magic CID if IPFS is used
  • eget: check Brave IPFS after local ipfs in IPFS auto mode
  • eget: restore missed quotes after href

15 апреля 2023 Vitaly Lipatov <lav at altlinux.ru> 7.2-alt1

  • eget: fix get real url again
  • eget: fix embedded mode
  • eget: don't return put error in gateway mode
  • eget: add --compressed (send Accept-Encoding and decode result)

12 апреля 2023 Vitaly Lipatov <lav at altlinux.ru> 7.1-alt1

  • eget: fix --check
  • eget: add filename support in ipfs://Qm...filename=real.name
  • eget: hide IPFS mode status when IPFS mode is disabled
  • eget: add --quiet alias for -q
  • eget: add --verbose support
  • eget --check: allow --verbose
  • eget: fix quiet mode

12 апреля 2023 Vitaly Lipatov <lav at altlinux.ru> 7.0-alt1

  • eget: add --get-ipfs-cid, --get-real-url, --get-filename, --get-response
  • eget: add ipfs mode support (EGET_IPFS={disabled,auto,brave,local,gateway)
  • eget: add ipfs:// support
  • eget: add EGET_IPFS_DB file support (save after download, get when download)
  • eget: use scat only for get remote page content
  • eget: add support for EGET_BACKEND={curl,wget}, refactoring wget/curl detection
  • eget: stop recursion with EGET_ vars
  • eget: add hack to get headers ever if HEAD is not allowed

10 апреля 2023 Vitaly Lipatov <lav at altlinux.ru> 6.1-alt1

  • eget: improve is_url checking
  • eget: disable checking for globbing symbol ? in URL
  • eget: fix URL concatenation
  • eget: add -4/-6 support (force use IPv4/6)
  • eget: comment out set_quiet for --check
  • eget: add support for single quote
  • eget: update which workaround
  • eget: update tty functions

30 марта 2023 Vitaly Lipatov <lav at altlinux.ru> 6.0-alt1

  • eget: add --second-latest support
  • eget: add support -O when wildcards are used
  • eget: parse data-file= too
  • eget: implement --check-mirrors
  • eget: rewrite mirror checking to minimize requests
  • eget: add support for URL in form file:/ or /path
  • eget: make correct URL if file part parsed by mask separately
  • eget: improve options parsing
  • eget: improve help text
  • eget: fix list for direct URL without mask
  • eget: add checking for extra args

4 сентября 2022 Vitaly Lipatov <lav at altlinux.ru> 5.9-alt1

  • eget: add --check support for check url if accessible
  • eget: improve UserAgent line
  • eget: check for wildcard only if separated mask is missed
  • eget: fix absolute path on a site

27 апреля 2022 Vitaly Lipatov <lav at altlinux.ru> 5.8-alt1

  • eget: fix making file url from site url and filename

18 апреля 2022 Vitaly Lipatov <lav at altlinux.ru> 5.7-alt1

  • eget: fix url from page filtering

17 апреля 2022 Vitaly Lipatov <lav at altlinux.ru> 5.6-alt1

  • eget: clean warnings
  • eget: add support for -O- and -O/dev/stdout
  • add script to prepare patches for eepm

15 апреля 2022 Vitaly Lipatov <lav at altlinux.ru> 5.5-alt1

  • eget: don't add latest slash, slit file to lines by tags
  • eget: add examples to help

8 апреля 2022 Vitaly Lipatov <lav at altlinux.ru> 5.4-alt1

  • add README.md
  • eget: workaround quotes

6 апреля 2022 Vitaly Lipatov <lav at altlinux.ru> 5.3-alt1

  • eget: add --no-check-certificate support
  • eget: add --user-agent support

3 апреля 2022 Vitaly Lipatov <lav at altlinux.ru> 5.2-alt1

  • eget: use sort --version-sort for ordering (fix 99 > 100)
  • eget: use Content-disposition for downloaded filename

28 октября 2021 Vitaly Lipatov <lav at altlinux.ru> 5.1-alt1

  • eget: add / in the end of URL to avoid redirect

24 августа 2021 Vitaly Lipatov <lav at altlinux.ru> 5.0-alt1

  • eget: make list always returns absolute URL
  • eget: fix double slash in URL to download
  • eget: don't fall in download by mask without a mask or if we have a direct url
  • eget: allow separated mask for urls
  • eget: concatenate filenames with base url if need

16 августа 2021 Vitaly Lipatov <lav at altlinux.ru> 4.1-alt1

  • eget: add hack for skip mask if there ?...= (some args)
  • eget: fix get list of releases

26 октября 2020 Vitaly Lipatov <lav at altlinux.ru> 4.0-alt1

  • full rewrite to support curl (and detect curl or wget is available)

23 октября 2020 Vitaly Lipatov <lav at altlinux.ru> 3.4-alt1

  • eget: add --latest support
  • eget: add support for https://github.com/owner/project urls
  • tools_eget: don't strict mask with begin of the line

19 октября 2020 Vitaly Lipatov <lav at altlinux.ru> 3.3-alt1

  • eget: fix ? in sed

18 июня 2018 Vitaly Lipatov <lav at altlinux.ru> 3.2-alt1

  • eget: fix href case accept

10 декабря 2017 Vitaly Lipatov <lav at altlinux.ru> 3.1-alt1

  • test_glob: add test for [ab]
  • eget: add initial help

11 ноября 2017 Vitaly Lipatov <lav at altlinux.ru> 3.0-alt1

  • improve test for eget, add check for globbing
  • eget: full rewrite, use filter_glob

11 ноября 2017 Vitaly Lipatov <lav at altlinux.ru> 2.0-alt1

  • rewrite eget

10 ноября 2017 Vitaly Lipatov <lav at altlinux.ru> 1.0-alt1

  • initial build for ALT Sisyphus
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin