Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-12-19 | Spell include path correctly, even though it is not actually used. | joerg | 2 | -4/+4 | |
2019-12-19 | Needs pkg-config. | joerg | 1 | -2/+2 | |
2019-12-19 | Uses Python 2 syntax. | joerg | 1 | -1/+3 | |
2019-12-19 | Add missing errno.h | joerg | 2 | -1/+14 | |
2019-12-19 | Package makefile is spelled with lower case m. | joerg | 1 | -1/+3 | |
2019-12-19 | Fix compatability with regex restrictions in current Perl. Bump | joerg | 3 | -3/+20 | |
revision. | |||||
2019-12-19 | Deal with bind vs std::bind conflict. | joerg | 3 | -4/+32 | |
2019-12-19 | Add missing dependency for lrelease. | joerg | 1 | -1/+2 | |
2019-12-19 | Avoid using a non-literal string as format string. | joerg | 2 | -6/+6 | |
2019-12-19 | Add missing py-test-runner dependency. | joerg | 1 | -1/+2 | |
2019-12-19 | Deal with the kqueue type change in NetBSD. | joerg | 2 | -1/+25 | |
2019-12-19 | Force extraction with bsdtar, pax-as-tar leaves around too much garbage. | joerg | 1 | -1/+3 | |
2019-12-19 | Uses backtrace(3), so pull in libexecinfo. Add missing network headers. | joerg | 4 | -2/+27 | |
2019-12-19 | Don't hardcode /usr/bin/gcc. | joerg | 2 | -3/+12 | |
2019-12-19 | Don't install PIC libs to avoid different PLISTs depending on the | joerg | 6 | -16/+16 | |
NetBSD version. | |||||
2019-12-19 | PYTHON_VERSIONS_ACCEPTED must be set before including the Python | joerg | 1 | -3/+3 | |
fragments. | |||||
2019-12-19 | Needs to be build as gnu++03. Doesn't work yet due to PaX mprotect | joerg | 1 | -2/+2 | |
restrictions. | |||||
2019-12-19 | Ignore unknown warnings and deprecation attributes with clang. | joerg | 1 | -3/+3 | |
2019-12-19 | Fix parallel build. | joerg | 2 | -1/+17 | |
2019-12-19 | Needs libXmu, which used to be pulled in by Mesa. | joerg | 1 | -1/+2 | |
2019-12-19 | Uses C++ extensions, so go with gnu++03. | joerg | 1 | -2/+2 | |
2019-12-19 | When using std::setlocale, also include <clocale> on all systems. | joerg | 2 | -1/+17 | |
2019-12-19 | Add missing errno.h. Explicitly load atomic in switch. | joerg | 3 | -9/+31 | |
2019-12-19 | Add dependencies formerly pulled in by Mesa. | joerg | 1 | -1/+3 | |
2019-12-19 | Add missing <string>. | joerg | 3 | -1/+27 | |
2019-12-19 | Fix ctype use. | joerg | 4 | -3/+40 | |
2019-12-19 | Add missing bdftopcf dependency. | joerg | 1 | -2/+2 | |
2019-12-19 | Add missing dependency on generated files. Build as C++03. | joerg | 3 | -11/+14 | |
2019-12-19 | Needs py-test-runner. | joerg | 1 | -1/+2 | |
2019-12-19 | Build shared module as PIC. Bump revision. | joerg | 4 | -2/+31 | |
2019-12-19 | Needs docbook-xsl. | joerg | 1 | -1/+2 | |
2019-12-19 | Don't depend on TRUE/FALSE, they are gone in newer PostgreSQL. | joerg | 2 | -1/+35 | |
2019-12-19 | Requires C++03 to build. | joerg | 1 | -3/+3 | |
2019-12-19 | Uses old Python syntax. | joerg | 1 | -1/+3 | |
2019-12-19 | Don't buildlink py-dbus, it might not even be the correct version. | joerg | 1 | -2/+1 | |
2019-12-19 | gns3-gui: fix permissions of installed files | markd | 1 | -1/+5 | |
2019-12-19 | gns3-server: fix install for python != 3.7. | markd | 1 | -3/+8 | |
Also fix permissions of installed files | |||||
2019-12-19 | ns: modern compilers fussy about unsigned char | markd | 1 | -1/+7 | |
2019-12-19 | nam: modern compilers fussy about unsigned char | markd | 1 | -1/+7 | |
2019-12-19 | Don't touch RLIMIT_STACK for now, see https://gnats.netbsd.org/51158 | kim | 3 | -10/+13 | |
2019-12-19 | Note update of the "mutt" package to version 1.13.2 | tron | 1 | -1/+2 | |
2019-12-19 | mutt: Update to version 1.13.2 | tron | 2 | -7/+7 | |
Changes since version 1.13.1: ! Bug fix release. Update during freeze approved by gdt@ | |||||
2019-12-19 | doc: Updated games/nethack to 3.6.4 | rhialto | 1 | -1/+2 | |
2019-12-19 | games/nethack: security update to 3.6.4. | rhialto | 2 | -7/+7 | |
https://www.nethack.org/security/index.html: NetHack: Privilege escalation/remote code execution/crash in configuration parsing Severity: High Affected versions: 3.6.0, 3.6.1, 3.6.2, 3.6.3 First Patched Version: 3.6.4 Basic Information: A buffer overflow issue exists when reading very long lines from a NetHack configuration file (usually named .nethackrc). This vulnerability affects systems that have NetHack installed suid/sgid and shared systems that allow users to upload their own configuration files. All users are urged to upgrade to NetHack 3.6.4 as soon as possible. Additional information related to this advisory, if any, will be made available at https://nethack.org/security. | |||||
2019-12-19 | Updated www/py-django, www/py-django2 | adam | 1 | -1/+3 | |
2019-12-19 | py-django2: updated to 2.2.9 | adam | 2 | -7/+7 | |
Django 2.2.9 fixes a security issue and a data loss bug in 2.2.8. CVE-2019-19844: Potential account hijack via password reset form By submitting a suitably crafted email address making use of Unicode characters, that compared equal to an existing user email when lower-cased for comparison, an attacker could be sent a password reset token for the matched account. In order to avoid this vulnerability, password reset requests now compare the submitted email using the stricter, recommended algorithm for case-insensitive comparison of two identifiers from Unicode Technical Report 36, section 2.11.2(B)(2). Upon a match, the email containing the reset token will be sent to the email address on record rather than the submitted address. Bugfixes * Fixed a data loss possibility in SplitArrayField. When using with ArrayField(BooleanField()), all values after the first True value were marked as checked instead of preserving passed values | |||||
2019-12-19 | py-django: updated to 1.11.27 | adam | 2 | -7/+7 | |
Django 1.11.27 fixes a security issue and a data loss bug in 1.11.26. CVE-2019-19844: Potential account hijack via password reset form By submitting a suitably crafted email address making use of Unicode characters, that compared equal to an existing user email when lower-cased for comparison, an attacker could be sent a password reset token for the matched account. In order to avoid this vulnerability, password reset requests now compare the submitted email using the stricter, recommended algorithm for case-insensitive comparison of two identifiers from Unicode Technical Report 36, section 2.11.2(B)(2). Upon a match, the email containing the reset token will be sent to the email address on record rather than the submitted address. Bugfixes * Fixed a data loss possibility in SplitArrayField. When using with ArrayField(BooleanField()), all values after the first True value were marked as checked instead of preserving passed values | |||||
2019-12-19 | Fix patch or sys/loadavg.h | nros | 2 | -13/+13 | |
The patch for including sys/loadavg.h included the file in the section where getloadavg isn't used so the patch did nothing. Include it in the right place to fix it. | |||||
2019-12-19 | grep: Avoid conflict with sys/limits.h guard. | jperkin | 2 | -1/+19 | |
2019-12-19 | devel/py-importlib-metadata: fix files' permission | taca | 1 | -1/+4 | |
Fix file's permission to pass build under CHECK_PERMS is yes, i.e. PKG_DEVELOPER is on. Distfile of importlib-metadata 0.23, 1.1.0, 1.2.0 and 1.3.0 are contains world writable permission of files. Adam, why did you remove post-extract part? |