|
[layerindex-web][PATCH 15/15] README.devel: update versions
This updated code-base should be compatible with
Django 3.1 and obviously 3.2 (but not 3.0 or earlier).
Django 3.2 requires Python 3.6+.
With the upgrade to Celery 5, it is safer to
This updated code-base should be compatible with
Django 3.1 and obviously 3.2 (but not 3.0 or earlier).
Django 3.2 requires Python 3.6+.
With the upgrade to Celery 5, it is safer to
|
By
Tim Orling
·
#54158
·
|
|
[layerindex-web][PATCH 14/15] docker-compose: fix celery
In celery 5, the --workdir argument must come
before the 'worker' subcommand.
Without this, celery cannot load the layerindex
module and this causes the celery container to
continually
In celery 5, the --workdir argument must come
before the 'worker' subcommand.
Without this, celery cannot load the layerindex
module and this causes the celery container to
continually
|
By
Tim Orling
·
#54157
·
|
|
[layerindex-web][PATCH 13/15] settings: set DEFAULT_AUTO_FIELD
New in Django 3.2
To quiet warnings, set DEFAULT_AUTO_FIELD to the
default value 'django.db.models.AutoField'
NOTE: The default value for newly created Django 3.2
projects is
New in Django 3.2
To quiet warnings, set DEFAULT_AUTO_FIELD to the
default value 'django.db.models.AutoField'
NOTE: The default value for newly created Django 3.2
projects is
|
By
Tim Orling
·
#54156
·
|
|
[layerindex-web][PATCH 12/15] requirements.txt: bump to Django 3.2 LTS
Upgrade to the latest Django 3.2.x LTS for
extended support up until April 2024.
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1
Upgrade to the latest Django 3.2.x LTS for
extended support up until April 2024.
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1
|
By
Tim Orling
·
#54155
·
|
|
[layerindex-web][PATCH 11/15] about.html: update contributors
* Add
- Amber Elliot
- Tim Orling
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
templates/layerindex/about.html | 2 ++
1 file changed, 2 insertions(+)
diff --git
* Add
- Amber Elliot
- Tim Orling
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
templates/layerindex/about.html | 2 ++
1 file changed, 2 insertions(+)
diff --git
|
By
Tim Orling
·
#54154
·
|
|
[layerindex-web][PATCH 10/15] requirements.txt: update all to latest
Since we are on a "modern" version of Python in
Debian buster container (3.7) and a modern version
of Django (3.1.x) we should be able to run with
the latest of all dependencies.
Signed-off-by: Tim
Since we are on a "modern" version of Python in
Debian buster container (3.7) and a modern version
of Django (3.1.x) we should be able to run with
the latest of all dependencies.
Signed-off-by: Tim
|
By
Tim Orling
·
#54153
·
|
|
[layerindex-web][PATCH 09/15] docker-compose: bump mariadb to 10.3
10.2 was based on Ubuntu bionic 18.04,
bumping to 10.3 as it is the first release
on Ubuntu focal 20.04
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
docker-compose.yml | 2 +-
1 file
10.2 was based on Ubuntu bionic 18.04,
bumping to 10.3 as it is the first release
on Ubuntu focal 20.04
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
docker-compose.yml | 2 +-
1 file
|
By
Tim Orling
·
#54152
·
|
|
[layerindex-web][PATCH 08/15] requirements.txt: bump to Django 3.1
Another incremental upgrade towards 3.2 LTS
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
Another incremental upgrade towards 3.2 LTS
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
|
By
Tim Orling
·
#54151
·
|
|
[layerindex-web][PATCH 07/15] Updates for Django 3.0
* Update requirements.txt versions
- Mostly update to latest pre-Django 3.1 versions
* Fix deprecated axes.backends.AxesModelBackend
- settings.py
- docker/settings.py
* Fix template syntax
* Update requirements.txt versions
- Mostly update to latest pre-Django 3.1 versions
* Fix deprecated axes.backends.AxesModelBackend
- settings.py
- docker/settings.py
* Fix template syntax
|
By
Tim Orling
·
#54150
·
|
|
[layerindex-web][PATCH 06/15] requirements.txt: bump to Django 3.0
Incremental upgrade towards 3.2 LTS version.
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
Incremental upgrade towards 3.2 LTS version.
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
requirements.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
|
By
Tim Orling
·
#54149
·
|
|
[layerindex-web][PATCH 05/15] layerindex/*: make all shebangs python3
Several scripts still had /usr/bin/env python
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
layerindex/bulkchange.py | 2 +-
layerindex/recipedesc.py |
Several scripts still had /usr/bin/env python
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
layerindex/bulkchange.py | 2 +-
layerindex/recipedesc.py |
|
By
Tim Orling
·
#54148
·
|
|
[layerindex-web][PATCH 04/15] dockersetup.py: letsencrypt 2048 bit rsa
The minimum length for an RSA pem is 2048 for the dummy cert.
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
dockersetup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff
The minimum length for an RSA pem is 2048 for the dummy cert.
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
dockersetup.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff
|
By
Tim Orling
·
#54147
·
|
|
[layerindex-web][PATCH 03/15] Dockerfile: cleanup, install python3-wheel
Remove duplicate python3-pip, etc. lines
Need python3-wheel for bdist_wheel command
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
Dockerfile | 4 +---
1 file changed, 1 insertion(+), 3
Remove duplicate python3-pip, etc. lines
Need python3-wheel for bdist_wheel command
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
Dockerfile | 4 +---
1 file changed, 1 insertion(+), 3
|
By
Tim Orling
·
#54146
·
|
|
[layerindex-web][PATCH 02/15] requirements.txt: fix range check
The range check needs a comma between >=2.2 and <2.3,
otherwise we end up with Django 3.2.5 installed and
we are not ready for that yet.
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
The range check needs a comma between >=2.2 and <2.3,
otherwise we end up with Django 3.2.5 installed and
we are not ready for that yet.
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
|
By
Tim Orling
·
#54145
·
|
|
[layerindex-web][PATCH 01/15] dockersetup.py: fix EMAIL_USE_SSL/TLS
Need to concatenate str(boolean), not bool
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
dockersetup.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
Need to concatenate str(boolean), not bool
Signed-off-by: Tim Orling <timothy.t.orling@...>
---
dockersetup.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
|
By
Tim Orling
·
#54144
·
|
|
[layerindex-web][PATCH 00/15] Upgrade to Django 3.2.5 LTS and Celery 5
The current code base uses Django 2.2.x which will go out of extended
support in April 2022, but also holds us back from updating a number of
dependencies.
Update to the current Django 3.2.5 LTS and
The current code base uses Django 2.2.x which will go out of extended
support in April 2022, but also holds us back from updating a number of
dependencies.
Update to the current Django 3.2.5 LTS and
|
By
Tim Orling
·
#54143
·
|
|
Re: Exception: NotADirectoryError building Hardknott
How is your container filesystem setup/configured? It looks like the filesystem
isn't liking the build trying to create hardlinked files. It is odd it would
get as far as gmp-native before having
How is your container filesystem setup/configured? It looks like the filesystem
isn't liking the build trying to create hardlinked files. It is odd it would
get as far as gmp-native before having
|
By
Richard Purdie
·
#54142
·
|
|
Exception: NotADirectoryError building Hardknott
I can't seem to find any information about this error, but I keep getting variations of this when building hardknott:
Exception: NotADirectoryError: [Errno 20] Not a directory:
I can't seem to find any information about this error, but I keep getting variations of this when building hardknott:
Exception: NotADirectoryError: [Errno 20] Not a directory:
|
By
Simon Haines <simon.haines@...>
·
#54141
·
|
|
Re: [meta-security][PATCH] Do not use clang toolchain in Parsec recipes
Merged.
thanks
Armin
By
Armin Kuster
·
#54140
·
|
|
[meta-security][PATCH 2/2] suricata: Drop 4.1.x its EOL
Signed-off-by: Armin Kuster <akuster808@...>
---
...et-fix-build-on-recent-Linux-kernels.patch | 26 -
.../suricata/files/no_libhtp_build.patch | 38 -
Signed-off-by: Armin Kuster <akuster808@...>
---
...et-fix-build-on-recent-Linux-kernels.patch | 26 -
.../suricata/files/no_libhtp_build.patch | 38 -
|
By
Armin Kuster
·
#54139
·
|