Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37789653
en ru br
ALT Linux repositórios
S:4.2.4-alt2

Group :: Development/Python3
RPM: python3-module-django

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

31 agosto 2023 Alexey Shabalin <shaba at altlinux.org> 4.2.4-alt2

  • Update BR.

28 agosto 2023 Alexey Shabalin <shaba at altlinux.org> 4.2.4-alt1

  • New version 4.2.4 (new 4.2 LTS release).

12 julho 2023 Anton Farygin <rider at altlinux.ru> 3.2.20-alt1

  • New version 3.2.19.
  • Fixes for the following security vulnerabilities:
     + CVE-2023-36053: Potential regular expression denial of service vulnerability in EmailValidator/URLValidator

27 maio 2023 Alexey Shabalin <shaba at altlinux.org> 3.2.19-alt1

  • New version 3.2.19.
  • Fixes for the following security vulnerabilities:
     + CVE-2023-31047 Potential bypass of validation when uploading multiple files using one form field

24 março 2023 Alexey Shabalin <shaba at altlinux.org> 3.2.18-alt1

  • New version 3.2.18.
  • Fixes for the following security vulnerabilities:
     + CVE-2023-23969 Potential denial-of-service via ``Accept-Language`` headers
     + CVE-2023-24580 Potential denial-of-service vulnerability in file uploads

11 outubro 2022 Alexey Shabalin <shaba at altlinux.org> 3.2.16-alt1

  • new version 3.2.16
  • Fixes for the following security vulnerabilities:
     + CVE-2022-41323 Potential denial-of-service vulnerability in internationalized URLs

22 agosto 2022 Alexey Shabalin <shaba at altlinux.org> 3.2.15-alt1

  • new version 3.2.15
  • Fixes for the following security vulnerabilities:
     + CVE-2022-34265 Potential SQL injection via Trunc(kind) and Extract(lookup_name) arguments.
     + CVE-2022-36359 Potential reflected file download vulnerability in FileResponse.

11 abril 2022 Anton Farygin <rider at altlinux.ru> 3.2.13-alt1

  • 3.2.12 -> 3.2.13
  • Fixes:
     * CVE-2022-28346: Potential SQL injection in QuerySet.annotate(), aggregate(), and extra()
     * CVE-2022-28347: Potential SQL injection via QuerySet.explain(**options) on PostgreSQL

20 fevereiro 2022 Anton Farygin <rider at altlinux.ru> 3.2.12-alt1

  • 3.2.11 -> 3.2.12
  • Fixes for the following security vulnerabilities:
     + CVE-2022-22818: Possible XSS via {% debug %} template tag.
     + CVE-2022-23833: Denial-of-service possibility in file uploads.

18 janeiro 2022 Alexey Shabalin <shaba at altlinux.org> 3.2.11-alt1

  • new version 3.2.11
  • Fixes for the following security vulnerabilities:
     + CVE-2021-45115 Prevented DoS vector in UserAttributeSimilarityValidator.
     + CVE-2021-45116 Fixed potential information disclosure in dictsort template filter.
     + CVE-2021-45452 Fixed potential path traversal in storage subsystem.

17 dezembro 2021 Alexey Shabalin <shaba at altlinux.org> 3.2.10-alt1

  • new version 3.2.10
  • Fixes for the following security vulnerabilities:
     + CVE-2021-44420 Fixed potential bypass of an upstream access control based on URL paths.

5 novembro 2021 Alexey Shabalin <shaba at altlinux.org> 3.2.9-alt1

  • new version 3.2.9

18 agosto 2021 Alexey Shabalin <shaba at altlinux.org> 3.2.6-alt1

  • new version 3.2.6
  • Rename dbbackend-psycopg2 to dbbackend-postgresql
  • Add dbbackend-oracle package
  • Fixes for the following security vulnerabilities:
     + CVE-2021-35042 Potential SQL injection via unsanitized QuerySet.order_by() input

13 julho 2021 Alexey Shabalin <shaba at altlinux.org> 2.2.24-alt1

  • new version 2.2.24
  • Fixes for the following security vulnerabilities:
     + CVE-2021-28658 Potential directory-traversal via uploaded files
     + CVE-2021-31542 Potential directory-traversal via uploaded files
     + CVE-2021-32052 Header injection possibility since URLValidator accepted newlines in input on Python 3.9.5+
     + CVE-2021-33203 Potential directory traversal via admindocs
     + CVE-2021-33571 Possible indeterminate SSRF, RFI, and LFI attacks since validators accepted leading zeros in IPv4 addresses

24 fevereiro 2021 Alexey Shabalin <shaba at altlinux.org> 2.2.19-alt2

  • Drop Provides: Django

24 fevereiro 2021 Alexey Shabalin <shaba at altlinux.org> 2.2.19-alt1

  • 2.2.19
  • rename package to python3-module-django back
  • Fixes for the following security vulnerabilities:
     + CVE-2021-3281 Potential directory-traversal via archive.extract()
     + CVE-2021-23336 Web cache poisoning via django.utils.http.limited_parse_qsl()

9 fevereiro 2021 Grigory Ustinov <grenka at altlinux.org> 2.2.17-alt2

  • Disable check for bootstrap of python3.9.

11 dezembro 2020 Alexey Shabalin <shaba at altlinux.org> 2.2.17-alt1

  • new version 2.2.17
  • Fixes for the following security vulnerabilities:
     + CVE-2020-13254 Potential data leakage via malformed memcached keys
     + CVE-2020-13596 Possible XSS via admin ForeignKeyRawIdWidget
     + CVE-2020-24583: Incorrect permissions on intermediate-level directories on Python 3.7+
     + CVE-2020-24584: Permission escalation in intermediate-level directories of the file system cache on Python 3.7+

14 abril 2020 Alexey Shabalin <shaba at altlinux.org> 2.2.12-alt3

  • add more provides

12 abril 2020 Alexey Shabalin <shaba at altlinux.org> 2.2.12-alt2

  • merge tests package to main
  • move bash-completions to %_datadir
  • add man pages to package
  • enable tests

12 abril 2020 Alexey Shabalin <shaba at altlinux.org> 2.2.12-alt1

  • 2.2.12
  • Fixes for the following security vulnerabilities:
     + CVE-2019-19118 Privilege escalation in the Django admin.
     + CVE-2019-19844 Potential account hijack via password reset form
     + CVE-2020-7471 Potential SQL injection via StringAgg(delimiter)
     + CVE-2020-9402 Potential SQL injection via tolerance parameter in GIS functions and aggregates on Oracle

23 agosto 2019 Alexey Appolonov <alexey at altlinux.org> 2.2.4-alt2

  • Build with flagged conflict with python-module-django1.11
     (due to file '/etc/bash_completion.d/django.sh').

5 agosto 2019 Alexey Shabalin <shaba at altlinux.org> 2.2.4-alt1

  • 2.2.4
  • Fixes for the following security vulnerabilities:
     + CVE-2019-14232 Adjusted regex to avoid backtracking issues when truncating HTML
     + CVE-2019-14233 Prevented excessive HTMLParser recursion in strip_tags() when handling incomplete HTML entities
     + CVE-2019-14234 Protected JSONField/HStoreField key and index lookups against SQL injection
     + CVE-2019-14235 Fixed potential memory exhaustion in django.utils.encoding.uri_to_iri()

16 julho 2019 Alexey Shabalin <shaba at altlinux.org> 2.2.3-alt2

  • tear circular dependencies python3-module-django2.2 and python3-module-django2.2-tests

15 julho 2019 Alexey Shabalin <shaba at altlinux.org> 2.2.3-alt1

  • 2.2.3
  • build python3 only
  • rename package to python3-module-django2.2
  • Fixes for the following security vulnerabilities:
     + CVE-2019-12781 Incorrect HTTP detection with reverse-proxy connecting via HTTPS
     + CVE-2019-12308 AdminURLFieldWidget XSS
     + CVE-2019-6975 Memory exhaustion in django.utils.numberformat.format()
     + CVE-2019-3498 Content spoofing possibility in the default 404 page
     + CVE-2018-16984 Password hash disclosure to view only admin users
     + CVE-2018-14574 Open redirect possibility in CommonMiddleware
     + CVE-2018-7536 Denial-of-service possibility in urlize and urlizetrunc template filters
     + CVE-2018-7537 Denial-of-service possibility in truncatechars_html and truncatewords_html template filters
     + CVE-2018-6188 Information leakage in AuthenticationForm

17 dezembro 2018 Grigory Ustinov <grenka at altlinux.org> 1.11.17-alt1

  • Build new version (Closes: #35861).
  • Transfer to python3.
  • Temporary disabled check.

12 abril 2017 Alexey Shabalin <shaba at altlinux.ru> 1.8.18-alt1

  • 1.8.18
  • fixed CVE-2017-7233,CVE-2017-7234

2 fevereiro 2017 Alexey Shabalin <shaba at altlinux.ru> 1.8.17-alt1

  • 1.8.17
  • fixed CVE-2016-9013,CVE-2016-9014

24 outubro 2016 Alexey Shabalin <shaba at altlinux.ru> 1.8.15-alt1

  • 1.8.15
  • fixed CVE-2016-2512,CVE-2016-2513,CVE-2016-6186,CVE-2016-7401

11 abril 2016 Ivan Zakharyaschev <imz at altlinux.org> 1.8.7-alt1.1.1.1

  • (NMU) rebuild with rpm-build-python3-0.1.10 (for new-style python3(*) reqs)
     and with python3-3.5 (for byte-compilation).

13 março 2016 Ivan Zakharyaschev <imz at altlinux.org> 1.8.7-alt1.1.1

  • (NMU) rebuild with rpm-build-python3-0.1.9
     (for common python3/site-packages/ and auto python3.3-ABI dep when needed)

29 janeiro 2016 Mikhail Efremov <sem at altlinux.org> 1.8.7-alt1.1

  • NMU: Use buildreq for BR.

27 novembro 2015 Alexey Shabalin <shaba at altlinux.ru> 1.8.7-alt1

  • 1.8.7
  • fixed CVE-2015-8213

13 outubro 2015 Alexey Shabalin <shaba at altlinux.ru> 1.8.5-alt1

  • 1.8.5
  • fixed CVE-2015-5143, CVE-2015-5144, CVE-2015-5145, CVE-2015-5964, CVE-2015-5963

2 abril 2015 Alexey Shabalin <shaba at altlinux.ru> 1.8-alt2

  • Version 1.8

1 abril 2015 Alexey Shabalin <shaba at altlinux.ru> 1.8-alt1.c1

  • Version 1.8c1

26 fevereiro 2015 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1.8-alt1.b1

  • Version 1.8b1

1 outubro 2014 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1.7-alt1

  • Version 1.7

2 setembro 2014 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1.6.6-alt1

  • Version 1.6.6

19 julho 2014 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1.6.5-alt1

  • Version 1.6.5

15 abril 2013 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1.5.1-alt1.1

  • Use 'find... -exec...' instead of 'for ... $(find...'

3 abril 2013 Aleksey Avdeev <solo at altlinux.ru> 1.5.1-alt1

  • Version 1.5.1
  • Fix python3-module-django

22 março 2013 Aleksey Avdeev <solo at altlinux.ru> 1.5.0-alt4.1

  • Rebuild with Python-3.3

27 fevereiro 2013 Aleksey Avdeev <solo at altlinux.ru> 1.5.0-alt4

  • Rename package to python-module-django

27 fevereiro 2013 Aleksey Avdeev <solo at altlinux.ru> 1.5.0-alt3

  • Version 1.5.0

26 fevereiro 2013 Aleksey Avdeev <solo at altlinux.ru> 1.5.0-alt2.rc2

  • Version 1.5.0-rc2
  • Rename package to python-module-django1.5
  • Remove %name-mod_python subpackage

5 junho 2012 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1.5.0-alt1.alpha

  • Version 1.5.0-alpha

3 maio 2012 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1.4-alt1

  • Version 1.4 (ALT #27288)

15 dezembro 2011 Vladimir V. Kamarzin <vvk at altlinux.org> 1.3.1-alt1

  • Version 1.3.1. Security fixes:
     https://www.djangoproject.com/weblog/2011/sep/09/security-releases-issued/

24 outubro 2011 Vitaly Kuznetsov <vitty at altlinux.ru> 1.3-alt1.1

  • Rebuild with Python-2.7

10 maio 2011 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1.3-alt1

  • Version 1.3

25 fevereiro 2011 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1.2.5-alt1

  • Version 1.2.5

27 novembro 2010 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1.2.3-alt1

  • Version 1.2.3

26 agosto 2010 Andrey Rahmatullin <wrar at altlinux.org> 1.2.1-alt2

  • do not search for dependencies in django/contrib/gis/db/backends (closes: #23924)

2 agosto 2010 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1.2.1-alt1

  • Version 1.2.1
  • Added tests (ALT #22479)

21 março 2010 Denis Klimov <zver at altlinux.org> 1.2-alt3.svn12825

  • fix inherit with alt gear

21 março 2010 Denis Klimov <zver at altlinux.org> 1.2-alt2.svn12825

  • new version
  • remove examples subpackage. It was removed from Django.

9 fevereiro 2010 Denis Klimov <zver at altlinux.org> 1.2-alt2.svn12398

  • new version

23 novembro 2009 Eugeny A. Rostovtsev (REAL) <real at altlinux.org> 1.2-alt2.svn11756.1

  • Rebuilt with python 2.6

21 novembro 2009 Denis Klimov <zver at altlinux.org> 1.2-alt2.svn11756

  • add conflicts

21 novembro 2009 Denis Klimov <zver at altlinux.org> 1.2-alt1.svn11756

  • new version
  • use python macros
  • add doc and examples subpackages
  • remove test files

19 setembro 2009 Denis Klimov <zver at altlinux.org> 1.1-alt2.svn11581

  • change depend for sqlite python module (Closes: #18957)

18 setembro 2009 Denis Klimov <zver at altlinux.org> 1.1-alt1.svn11581

  • new version (Closes: #21617)

4 junho 2009 Denis Klimov <zver at altlinux.org> 1.1-alt1.svn10914

  • new version (Closes: #20300)

7 maio 2009 Denis Klimov <zver at altlinux.org> 1.1-alt1.svn10702

  • new version from trunk
  • remove needless -q option from setup macros
  • remove commented lines
  • turn off test section

20 março 2009 Denis Klimov <zver at altlinux.org> 1.0-alt5.svn10105

  • new version from trunk

15 fevereiro 2009 Denis Klimov <zver at altlinux.org> 1.0-alt5.svn9832

  • new version from trunk

4 setembro 2008 Andrew Kornilov <hiddenman at altlinux.ru> 1.0-alt5

  • 1.0 release

1 setembro 2008 Andrew Kornilov <hiddenman at altlinux.ru> 1.0-alt4.beta_2

  • 1.0 beta 2

17 agosto 2008 Andrew Kornilov <hiddenman at altlinux.ru> 1.0-alt3.beta_1

  • 1.0 beta 1

14 agosto 2008 Andrew Kornilov <hiddenman at altlinux.ru> 1.0-alt2.alpha_2

  • 1.0 alpha 2
  • BuildReq updates

25 julho 2008 Andrew Kornilov <hiddenman at altlinux.ru> 1.0-alt1.alpha

  • First 1.0 alpha
  • Spec updates
  • Removed ChangeLog.bz2
  • Use Django unit tests

20 maio 2008 Andrew Kornilov <hiddenman at altlinux.ru> 0.97-alt1.svn7540

  • Latest SVN trunk sources (Closes: #15646)
  • Security fixes (http://groups.google.com/group/django-developers/browse_thread/thread/903d7c2af239ec42)
  • Spec updates (pack subdirs)

11 abril 2008 Andrew Kornilov <hiddenman at altlinux.ru> 0.97-alt1.svn7412

  • Latest SVN trunk sources
  • Fixed packages description

20 março 2008 Andrew Kornilov <hiddenman at altlinux.ru> 0.97-alt1.svn7152

  • SVN trunk

9 fevereiro 2008 Andrew Kornilov <hiddenman at altlinux.ru> 0.97-alt1.svn7103

  • Latest svn trunk sources

10 dezembro 2007 Andrew Kornilov <hiddenman at altlinux.ru> 0.97-alt0.2.svn6903

  • Latest svn trunk sources

8 dezembro 2007 Andrew Kornilov <hiddenman at altlinux.ru> 0.97-alt0.2.svn6898

  • Latest svn trunk sources

24 setembro 2007 Andrew Kornilov <hiddenman at altlinux.ru> 0.97-alt0.1.svn6410

  • Latest svn trunk sources
  • Temporarily removed cx_Oracle requirement
  • ChangeLog added to the docs
  • Removed core/handler.py because it's deprecated

2 julho 2007 Andrew Kornilov <hiddenman at altlinux.ru> 0.97-alt0.1.svn5583

  • Near the 0.97 release

26 maio 2007 Andrew Kornilov <hiddenman at altlinux.ru> 0.96-alt1

  • New version
  • Spec cleanups (package names)

8 março 2007 Ivan Fedorov <ns at altlinux.ru> 0.95.1-alt1

  • Initial build for ALT Linux Sisyphus.
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009