Sunil Mohan Adapa
Sunil Mohan Adapa
The following changes updates the package to support and use phpunit v8. Signed-off-by: Sunil Mohan Adapa
- In Django 4.0, widget CheckboxSelectMultiple is a sub-class of RadioSelect causing the former to be rendered as the latter. Fix this by improving the check. - Versions of Django...
Django's [LOGIN_URL](https://docs.djangoproject.com/en/1.10/ref/settings/#login-url) etc. settings can be absolute paths or named URLs. In stronghold, LOGOUT_URL is always treated as an absolute path. If someone provides a LOGOUT_URL value as `user:logout`. It...
In Django 1.10, when using `django_setup(set_prefix=True)` and `FORCED_SCRIPT_PREFIX`, public named URLs do not work and login URLs lead to infinite redirects. Stronghold during load time is `reverse()`ing all the URLs...
So that running freedom-maker without prefixing sudo works. Tested the following cases: - amd64 image without --build-in-ram - a20-olinuxino-lime2 image with --build-in-ram Signed-off-by: Sunil Mohan Adapa Sorry, I introduced regressions...
Signed-off-by: Sunil Mohan Adapa The current state is that images are built successfully. Boot happens for SPL, ATF and u-boot. u-boot is able load the boot script, then kernel, dtb...
- In Python 3.12 and above, these lead to messages such as "SyntaxWarning: invalid escape sequence '\s'". In versions of Python earlier than 3.12, they were DeprecationWarnings. In a later...
- ssl.wrap_socket() has been deprecated since Python 3.7[1]. In Python 3.12, the function has been removed and causes hard failure. - Recommended way to replace ssl.wrap_socket() is to use SSLContext.wrap_socket()....
### What would you like to be added Currently, firewalld reads its configuration from a single file /etc/firewalld/firewalld.conf. Ideally the configuration must be read from multiple sources: - /etc/firewalld/firewalld.conf.d/*.conf (modified...
Apt supports a new format for describing its sources. This format is based on RFC822 and is know as Deb822. An example from the man page sources.list(5) is as follows:...