Package: langford / 0.0.20130228-7
Metadata
| Package | Version | Patches format |
|---|---|---|
| langford | 0.0.20130228-7 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| minmax | (download) |
langford.h |
4 2 + 2 - 0 ! |
fix min/max macros These macros did not properly guard against operator precedence issues. |
| static | (download) |
langford.c |
12 6 + 6 - 0 ! |
make internal functions static |
| unsigned | (download) |
langford.c |
22 11 + 11 - 0 ! |
make variables containing positive offsets unsigned |
| circular | (download) |
langford.c |
18 8 + 10 - 0 ! |
make ring buffer code overflow free |
| hardening | (download) |
Makefile |
4 2 + 2 - 0 ! |
accept debian's hardening flags |
| devinit | (download) |
langford.c |
6 3 + 3 - 0 ! |
remove __devinit/__devexit for linux 3.8 |
| fixbuild | (download) |
Makefile |
51 11 + 40 - 0 ! |
fix the build system |
| reproducible | (download) |
langford.c |
2 1 + 1 - 0 ! |
fix builds with error flags for reproducible builds
Debian now sets flags to make builds fail that use __DATE__ and __TIME__,
because these builds would be unreproducible. As no one really cares about
the build date, we just replace it by a version string.
.
langford (0.0.20130228-4) unstable; urgency=low
.
* Remove build date/time from module greeting, nobody cared anyway
(Closes: #788272)
|
| vmalloc.patch | (download) |
langford.h |
3 3 + 0 - 0 ! |
--- |
| uaccess | (download) |
langford.h |
2 1 + 1 - 0 ! |
fix uaccess.h path This should be addressed as <linux/uaccess.h>, not <asm/uaccess.h>. |
| conditional no_llseek | (download) |
langford.c |
2 2 + 0 - 0 ! |
make use of no_llseek conditional This symbol is NULL since 6.0-rc1, and has been removed in 6.12-rc1. . Dropping its use after 6.0 should allow this to build on older kernels still. |
| conditional min max | (download) |
langford.h |
4 4 + 0 - 0 ! |
only define min/max macros if they don't already exist Later kernels bring a better definition. |
