SHA256
1
0
forked from pool/python

Commit Graph

  • cadbcd01cd Accepting request 978856 from home:marxin:branches:devel:languages:python:Factory Matej Cepl 2022-05-24 08:29:21 +00:00
  • 9c8bbffcb9 Accepting request 962906 from devel:languages:python:Factory Dominique Leuenberger 2022-03-20 19:55:07 +00:00
  • 3edb04a7cd Accepting request 962755 from home:msmeissn:branches:devel:languages:python:Factory Matej Cepl 2022-03-18 17:01:12 +00:00
  • 5f69396b1f Accepting request 958406 from devel:languages:python:Factory Dominique Leuenberger 2022-03-03 23:16:53 +00:00
  • 2dad11ae4d - Recover again proper value of %python2_package_prefix (bsc#1175619). Matej Cepl 2022-03-02 00:59:44 +00:00
  • 85f461bd4a Accepting request 957826 from devel:languages:python:Factory Dominique Leuenberger 2022-02-27 21:42:50 +00:00
  • f6d8c1bb6a Fix changelogs Matej Cepl 2022-02-26 20:11:49 +00:00
  • dc8a4b385b - Update bundled pip wheel to the latest SLE version patched against bsc#1186819 (CVE-2021-3572). - Run pre_checkin.sh as well (so other than python-base changelogs are synced as well). Matej Cepl 2022-02-26 12:44:02 +00:00
  • a939e74527 Accepting request 955867 from devel:languages:python:Factory Dominique Leuenberger 2022-02-21 16:45:49 +00:00
  • 9442b9b6ab - BuildRequire rpm-build-python: The provider to inject python(abi) has been moved there. rpm-build pulls rpm-build-python automatically in when building anything against python3-base, but this implies that the initial build of python3-base does not trigger the automatic installation. Matej Cepl 2022-02-18 11:02:04 +00:00
  • a2b1f34add - Older SLE versions should use old OpenSSL. Matej Cepl 2022-02-18 10:52:31 +00:00
  • fdf5d1ffa0 Accepting request 953310 from devel:languages:python:Factory Dominique Leuenberger 2022-02-11 22:06:42 +00:00
  • 7dbfe15b00 Accepting request 953032 from devel:languages:python:Factory Dominique Leuenberger 2022-02-09 19:38:40 +00:00
  • 5c19a933c4 Actually be py2k compatible Matej Cepl 2022-02-09 17:44:12 +00:00
  • 510e372768 Forgot to run pre_checkin.sh Matej Cepl 2022-02-09 16:55:07 +00:00
  • e29abdcb89 - Add CVE-2022-0391-urllib_parse-newline-parsing.patch (bsc#1195396, CVE-2022-0391, bpo#43882) sanitizing URLs containing ASCII newline and tabs in urlparse. Matej Cepl 2022-02-09 16:52:05 +00:00
  • 430843dcc5 Add What's New entry. Matej Cepl 2022-02-06 08:01:12 +00:00
  • 68c3ceb48d - Add CVE-2021-4189-ftplib-trust-PASV-resp.patch (bsc#1194146, bpo#43285, CVE-2021-4189, gh#python/cpython#24838) make ftplib not trust the PASV response. Matej Cepl 2022-02-06 07:47:48 +00:00
  • 1e3e266516 Accepting request 936064 from devel:languages:python:Factory Dominique Leuenberger 2021-12-08 21:08:42 +00:00
  • 556d0713a6 Accepting request 936021 from home:dirkmueller:Factory Matej Cepl 2021-12-06 15:16:14 +00:00
  • 535861326a Accepting request 928845 from devel:languages:python:Factory Dominique Leuenberger 2021-11-06 17:13:05 +00:00
  • b580dedff6 Accepting request 928691 from home:msmeissn:branches:devel:languages:python:Factory Matej Cepl 2021-11-02 19:29:32 +00:00
  • e81e86bf69 Accepting request 925440 from devel:languages:python:Factory Dominique Leuenberger 2021-10-25 13:16:44 +00:00
  • a1e48140c5 Accepting request 925378 from home:dimstar:Factory Matej Cepl 2021-10-15 13:31:18 +00:00
  • 0cca0517f9 Accepting request 924297 from devel:languages:python:Factory Dominique Leuenberger 2021-10-11 13:31:02 +00:00
  • 971ad33422 - Remove upstreamed patches: - CVE-2019-18348-CRLF_injection_via_host_part.patch - python-2.7.14-CVE-2017-1000158.patch - CVE-2018-14647_XML_SetHashSalt-in_elementtree.patch - CVE-2018-1061-DOS-via-regexp-difflib.patch - CVE-2019-10160-netloc-port-regression.patch - CVE-2019-16056-email-parse-addr.patch - Fixes a ReDoS vulnerability in http.cookiejar. Patch by Ben Caller. - Fixed possible leak in PyArg_Parse and similar PY_SSIZE_T_CLEAN is not defined. Matej Cepl 2021-10-08 20:45:22 +00:00
  • a2d457cf35 Accepting request 923134 from devel:languages:python:Factory Dominique Leuenberger 2021-10-05 20:33:50 +00:00
  • 97f5f8e975 - Modify Lib/ensurepip/__init__.py to contain the same version numbers as are in reality the ones in the bundled wheels (bsc#1187668). Matej Cepl 2021-10-04 21:15:18 +00:00
  • e11bd215de Accepting request 921455 from devel:languages:python:Factory Dominique Leuenberger 2021-09-30 21:42:52 +00:00
  • 793c3bb790 - Add CVE-2019-20907_tarfile-inf-loop.patch fixing bsc#1174091 (CVE-2019-20907, bpo#39017) avoiding possible infinite loop in specifically crafted tarball. Add recursion.tar as a testing tarball for the patch. - Provide the newest setuptools wheel (bsc#1176262, CVE-2019-20916) in their correct form (bsc#1180686). - Add CVE-2020-26116-httplib-header-injection.patch fixing bsc#1177211 (CVE-2020-26116, bpo#39603) no longer allowing special characters in the method parameter of HTTPConnection.putrequest in httplib, stopping injection of headers. Such characters now raise ValueError. - bsc#1155094 (CVE-2019-18348) Disallow control characters in hostnames in http.client. Such potentially malicious header injection URLs now cause a InvalidURL to be raised. - bsc#1109847 (CVE-2018-14647): add CVE-2018-14647_XML_SetHashSalt-in_elementtree.patch fixing bpo-34623. fixing bpo-35746 (CVE-2019-5010). Matej Cepl 2021-09-25 21:16:13 +00:00
  • 9f95aebbf6 Accepting request 919877 from devel:languages:python:Factory Dominique Leuenberger 2021-09-21 19:12:16 +00:00
  • 7919fc45c1 Run pre_checkin.sh Matej Cepl 2021-09-17 19:43:07 +00:00
  • 40fb7b0f61 Add CVE-2019-18348 to changes Matej Cepl 2021-09-17 19:42:42 +00:00
  • eab39a1bee Fix python-doc.spec Matej Cepl 2021-09-17 19:41:23 +00:00
  • af50cf637c Add CVE-2019-18348 to changes Matej Cepl 2021-09-17 19:38:46 +00:00
  • 6c0d6bd722 Accepting request 914454 from devel:languages:python:Factory Dominique Leuenberger 2021-08-28 20:28:52 +00:00
  • de8c3896ee Accepting request 914418 from home:fusionfuture:branches:devel:languages:python:Factory Matej Cepl 2021-08-26 21:32:53 +00:00
  • e77cbb0e48 Accepting request 913777 from home:fusionfuture:branches:devel:languages:python:Factory Matej Cepl 2021-08-26 06:56:34 +00:00
  • 65ab37fec4 Accepting request 911255 from devel:languages:python:Factory Richard Brown 2021-08-18 06:55:20 +00:00
  • 8a27bf7896 Accepting request 911251 from home:fusionfuture:branches:devel:languages:python:Factory Matej Cepl 2021-08-10 12:55:29 +00:00
  • 3cfc9f2646 Accepting request 911127 from home:fusionfuture:branches:devel:languages:python:Factory Matej Cepl 2021-08-10 04:45:07 +00:00
  • 9e4124b4d3 Accepting request 875546 from devel:languages:python:Factory Richard Brown 2021-03-05 12:44:35 +00:00
  • 767f0ce31a - Add CVE-2021-23336-only-amp-as-query-sep.patch which forbids use of semicolon as a query string separator (bpo#42967, bsc#1182379, CVE-2021-23336). Matej Cepl 2021-02-26 22:02:43 +00:00
  • b0e89b7316 Accepting request 868217 from devel:languages:python:Factory Dominique Leuenberger 2021-02-04 19:22:06 +00:00
  • c021ec3bc1 - Add CVE-2021-3177-buf_ovrfl_PyCArg_repr.patch fixing bsc#1181126 (CVE-2021-3177) buffer overflow in PyCArg_repr in _ctypes/callproc.c, which may lead to remote code execution. Matej Cepl 2021-01-31 18:01:03 +00:00
  • ecd632c681 Accepting request 860672 from devel:languages:python:Factory Dominique Leuenberger 2021-01-10 18:38:46 +00:00
  • a349f4646b - (bsc#1180125) We really don't Require python-rpm-macros package. Unnecessary dependency. Matej Cepl 2021-01-05 09:19:30 +00:00
  • d6c2099cb2 Accepting request 810400 from devel:languages:python:Factory Dominique Leuenberger 2020-06-11 12:37:31 +00:00
  • 05961d060d Fix changes Matej Cepl 2020-05-30 20:15:37 +00:00
  • d9c94c7ce3 Fix changes Matej Cepl 2020-05-30 13:40:50 +00:00
  • d565063e61 Fix changes Matej Cepl 2020-05-30 13:39:55 +00:00
  • 99cc3eb1fe Fix changes Matej Cepl 2020-05-30 12:27:03 +00:00
  • ec904350ee - Fix configure.ac for correct version of PYTHON_FO_REGEN Matej Cepl 2020-05-30 12:23:29 +00:00
  • b01a5ccd42 Accepting request 798115 from devel:languages:python:Factory Dominique Leuenberger 2020-04-27 21:30:47 +00:00
  • d32abf9b40 - Use python3-Sphinx on anything more recent than SLE-15 (inclusive). Matej Cepl 2020-04-27 07:04:57 +00:00
  • 00983cacd3 - Update to 2.7.18, final release of Python 2. Ever.: - Newline characters have been escaped when performing uu encoding to prevent them from overflowing into to content section of the encoded file. This prevents malicious or accidental modification of data during the decoding process. - Fixes a ReDoS vulnerability in :mod:http.cookiejar. Patch by Ben Caller. - Fixed line numbers and column offsets for AST nodes for calls without arguments in decorators. - Disallow control characters in hostnames in http.client, addressing CVE-2019-18348. Such potentially malicious header injection URLs now cause a InvalidURL to be raised. - Fix urllib.urlretrieve failing on subsequent ftp transfers from the same host. - Fix problems identified by GCC's -Wstringop-truncation warning. - AddRefActCtx() was needlessly being checked for failure in PC/dl_nt.c. - Prevent failure of test_relative_path in test_py_compile on macOS Catalina. - Fixed possible leak in :c:func:PyArg_Parse and similar functions for format units "es#" and "et#" when the macro :c:macro:PY_SSIZE_T_CLEAN is not defined. Matej Cepl 2020-04-23 09:28:38 +00:00
  • 5e971de0be Accepting request 772516 from devel:languages:python:Factory Dominique Leuenberger 2020-02-15 21:23:53 +00:00
  • 4269d11262 Fix changes Matej Cepl 2020-02-08 22:30:56 +00:00
  • 4617f57e14 - Change to Requires: libpython%{so_version} == %{version}-%{release} to python-base to keep both packages always synchronized (add %{so_version}) (bsc#1162224). Matej Cepl 2020-02-08 22:22:43 +00:00
  • 57a2c463f0 - Change to Requires: libpython%{so_version} == %{version}-%{release} to python-base to keep both packages always synchronized (add %{so_version}) (bsc#1162224). Matej Cepl 2020-02-08 21:33:28 +00:00
  • f814036fff Reapply the patch Matej Cepl 2020-02-06 22:59:43 +00:00
  • c010d2e825 - Add CVE-2020-8492-urllib-ReDoS.patch fixing the security bug "Python urrlib allowed an HTTP server to conduct Regular Expression Denial of Service (ReDoS)" (bsc#1162367) Matej Cepl 2020-02-06 22:15:44 +00:00
  • 59fa2831c6 Accepting request 769788 from devel:languages:python:Factory Dominique Leuenberger 2020-02-06 12:18:46 +00:00
  • 669bddb90e - Provide python-testsuite from devel subkg to ease py2->py3 dependencies Tomáš Chvátal 2020-02-03 19:32:19 +00:00
  • 54c4187a2a - Add python-2.7.17-switch-off-failing-SSL-tests.patch to switch off tests coliding with the combination of modern Python and ancient OpenSSL on SLE-12. Matej Cepl 2020-01-28 14:39:17 +00:00
  • 0601b7f8eb Update from application of this repo to SLE-12 Matej Cepl 2020-01-19 19:12:15 +00:00
  • 136b54de55 Accepting request 763333 from devel:languages:python:Factory Dominique Leuenberger 2020-01-14 19:58:03 +00:00
  • af1a7b545a - libnsl is required only on more recent SLEs and openSUSE, older glibc supported NIS on its own. Matej Cepl 2020-01-10 16:04:59 +00:00
  • 96f5f5bb74 Add GenericName to idle.desktop Matej Cepl 2020-01-10 16:03:01 +00:00
  • d0b6e0d24f Accepting request 760397 from devel:languages:python:Factory Dominique Leuenberger 2020-01-05 14:20:51 +00:00
  • 0d07048924 - Add provides in gdbm subpackage to provide dbm symbols. This allows us to use %%{python_module dbm} as a dependency and have it properly resolved for both python2 and python3 Tomáš Chvátal 2020-01-02 10:35:17 +00:00
  • 773aaadfaf Accepting request 758106 from devel:languages:python:Factory Dominique Leuenberger 2019-12-24 13:29:28 +00:00
  • 47be35da99 Accepting request 758098 from home:dimstar:Factory Tomáš Chvátal 2019-12-19 09:19:58 +00:00
  • 729767d23c add missing records to this changelog Matej Cepl 2019-12-11 19:45:50 +00:00
  • 7f4063f9b8 Accepting request 755898 from home:mcepl:branches:devel:languages:python:Factory Matej Cepl 2019-12-11 16:37:24 +00:00
  • 8c3fa96793 Accepting request 753190 from devel:languages:python:Factory Dominique Leuenberger 2019-12-07 14:14:50 +00:00
  • 2c21a466d3 Update changes. Matej Cepl 2019-12-03 12:20:33 +00:00
  • 48a7cf7411 Accepting request 753174 from home:mcepl:branches:devel:languages:python:Factory Matej Cepl 2019-12-03 11:26:41 +00:00
  • 9abff58a55 Testing S12merge Matej Cepl 2019-11-12 14:04:49 +00:00
  • 00800c2a14 Accepting request 745290 from home:StevenK:branches:devel:languages:python:Factory Tomáš Chvátal 2019-11-05 07:55:07 +00:00
  • 35b7abfdc2 Accepting request 742620 from devel:languages:python:Factory Dominique Leuenberger 2019-11-04 16:08:49 +00:00
  • 5167eaaa6a Accepting request 742619 from home:mcepl:branches:devel:languages:python:Factory Matej Cepl 2019-10-24 14:12:02 +00:00
  • c775292787 Accepting request 736441 from devel:languages:python:Factory Dominique Leuenberger 2019-10-22 13:36:52 +00:00
  • f5ffed7eba Accepting request 736435 from home:mcepl:branches:devel:languages:python:Factory Tomáš Chvátal 2019-10-09 10:17:50 +00:00
  • 20f164bed4 Accepting request 734624 from devel:languages:python:Factory Dominique Leuenberger 2019-10-05 14:20:01 +00:00
  • e4bf1a5dfb Accepting request 733188 from home:bmwiedemann:branches:devel:languages:python:Factory Tomáš Chvátal 2019-09-25 15:35:20 +00:00
  • d43ccb0e64 Accepting request 724359 from devel:languages:python:Factory Dominique Leuenberger 2019-08-27 13:19:48 +00:00
  • 8d87a05715 Accepting request 724264 from home:jayvdb:branches:devel:languages:python:Factory Tomáš Chvátal 2019-08-18 07:24:48 +00:00
  • 952159fbbc Accepting request 717087 from devel:languages:python:Factory Dominique Leuenberger 2019-07-30 11:03:27 +00:00
  • 4a730b55c6 Accepting request 717086 from home:mcepl:branches:devel:languages:python:Factory Matej Cepl 2019-07-19 12:54:06 +00:00
  • f532ba5ac3 - Skip test_urllib2_localnet that randomly fails in OBS Tomáš Chvátal 2019-07-19 11:20:26 +00:00
  • 8ab7b329be Accepting request 706252 from devel:languages:python:Factory Dominique Leuenberger 2019-06-24 19:44:43 +00:00
  • 9002c333c4 Accepting request 706251 from openSUSE:Factory:Staging:N Tomáš Chvátal 2019-05-29 09:09:16 +00:00
  • 2f5ed5b585 Accepting request 700428 from home:mcepl:branches:devel:languages:python:Factory Matej Cepl 2019-05-03 15:46:24 +00:00
  • acea883ae8 Accepting request 692401 from devel:languages:python:Factory Dominique Leuenberger 2019-04-14 10:21:11 +00:00
  • 88ffffeead Accepting request 692400 from home:mcepl:branches:devel:languages:python:Factory Matej Cepl 2019-04-08 22:40:36 +00:00
  • 621c9ada2b Accepting request 677944 from devel:languages:python:Factory Dominique Leuenberger 2019-02-26 21:13:27 +00:00
  • c457f4f6ba - bsc#1122191: add CVE-2019-5010-null-defer-x509-cert-DOS.patch fixing bpo-35746. An exploitable denial-of-service vulnerability exists in the X509 certificate parser of Python.org Python 2.7.11 / 3.7.2. A specially crafted X509 certificate can cause a NULL pointer dereference, resulting in a denial of service. An attacker can initiate or accept TLS connections using crafted certificates to trigger this vulnerability. Matej Cepl 2019-01-20 01:08:59 +00:00
  • d5941a386f Accepting request 660147 from devel:languages:python:Factory Dominique Leuenberger 2018-12-24 10:36:15 +00:00
  • 228d743281 Accepting request 660118 from home:TheBlackCat:branches:devel:languages:python:Factory Matej Cepl 2018-12-20 00:22:31 +00:00