date | project | content | link |
|---|
| 07:19 Wednesday | dpkg | Commit by guillem :: r8c31f65 dpkg/scripts/ (3 files): scripts: Refer to commands instead of actions in help output | # |
| 07:19 Wednesday | dpkg | Commit by guillem :: r8026909 dpkg/scripts/dpkg-parsechangelog.pl: dpkg-parsechangelog: Uppercase “parse options:” help output title | # |
| 07:19 Wednesday | dpkg | Commit by guillem :: r36a5005 dpkg/ (16 files in 2 dirs): scripts: Hyphenate option arguments | # |
| 07:19 Wednesday | dpkg | Commit by guillem :: r8d7922e dpkg/ (8 files in 2 dirs): scripts: Use “changelog” instead of “change log” | # |
| 07:19 Wednesday | dpkg | Commit by guillem :: rc8448c0 dpkg/scripts/dpkg-scansources.pl: dpkg-scansources: Do not accept --nohelp
This option does not make any sense. | # |
| 07:19 Wednesday | dpkg | Commit by guillem :: rbedb947 dpkg/scripts/ (2 files in 2 dirs): scripts: Handle argument parsing consistently when using Getopt::Long | # |
| 07:19 Wednesday | dpkg | Commit by guillem :: r2e62609 dpkg/scripts/ (3 files in 2 dirs): scripts: Use new pkg_name_is_illegal() instead of ad-hoc checks | # |
| 07:19 Wednesday | dpkg | Commit by guillem :: red0095e dpkg/scripts/ (4 files in 4 dirs): Dpkg::Package: Add new perl module
This includes a public function to validate package names. | # |
| 07:19 Wednesday | dpkg | Commit by guillem :: rbb486d9 dpkg/ (3 files in 3 dirs): Dpkg::Substvars: Rename no_warn() member function to mark_as_used()
Keep the old name for backwards compatibility, but make it issue a
warning. | # |
| 07:19 Wednesday | dpkg | Commit by guillem :: r48e27cb dpkg/scripts/ (3 files in 3 dirs): scripts: Use new member set_as_used() instead of ad-hoc code
Use the new member instead of setting and then marking the substvars. | # |
| 07:19 Wednesday | dpkg | Commit by guillem :: rbfc6182 dpkg/ (2 files in 2 dirs): Dpkg::Substvars: Add new member function set_as_used()
This sets a subtsvar and marks it as used, so no warnings are produced
even if the variable is never used. | # |
| 07:19 Wednesday | dpkg | Commit by guillem :: r4f2bf1e dpkg/ (debian/changelog man/start-stop-daemon.8): s-s-d(8): Switch examples from /var/run to /run | # |
| 07:19 Wednesday | dpkg | Commit by guillem :: rd1f02d2 dpkg/utils/start-stop-daemon.c: s-s-d: Refactor parse_umask() and parse_integer() into parse_unsigned()
The only fundamental difference between these two functions is the base,
one being decimal and the other being zero.
Change the code to call parse_unsigned() with an explicit base. | # |
| 07:19 Wednesday | dpkg | Commit by guillem :: rff8d590 dpkg/ (configure.ac lib/compat/compat.h): libcompat: Remove compat definition for strtoul()
Using this function is unsafe, because there's no way to know if the
input contained a negative number. Remove the compat definition now
that we do not use this function any longer. | # |
| 07:19 Wednesday | dpkg | Commit by guillem :: r2bf4b48 dpkg/ (12 files in 6 dirs): Check parsed integers for out of range errors
Verify that the numbers are not out of the range; i.e. that no negative
values are allowed if not appropriate, and that no overflows occur.
Closes: #580038 | # |
| 07:19 Wednesday | dpkg | Commit by guillem :: r157d644 dpkg/ (3 files in 2 dirs): Check parsed integers for invalid or no digit errors
Verify that the string is not empty or does not contain trailing junk. | # |
| 07:19 Wednesday | dpkg | Commit by guillem :: ra740846 dpkg/src/main.c: dpkg: Use ohshit() instead of ohshite() on strtoul() error
There's no guarantee that errno will be set for all error conditions
checked.
Regression introduced in commit 20e7af7b6ee4ab703b5d0e6f091fe3f565550a2b. | # |
| 07:19 Wednesday | dpkg | Commit by guillem :: rc1ef9aa dpkg/utils/update-alternatives.c: u-a: Rename and unify variable names for priority parsing code | # |
| 04:49 on May 17 | gnu-kbsd | Commit by guillem :: r4263 /trunk/ufsutils/debian/ (changelog control): Now using Standards-Version 3.9.3 | # |
| 04:46 on May 17 | gnu-kbsd | Commit by guillem :: r4262 /trunk/ufsutils/debian/ (changelog rules): Add build-indep and build-arch debian/rules targets | # |