mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-20 23:00:56 -05:00
- gitignore .source tempfile used for compatible make.
This commit is contained in:
parent
442e95620e
commit
cb8374cce5
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,6 +1,7 @@
|
||||||
*.lo
|
*.lo
|
||||||
*.o
|
*.o
|
||||||
/.libs/
|
/.libs/
|
||||||
|
/.source
|
||||||
/Makefile
|
/Makefile
|
||||||
/autom4te.cache/
|
/autom4te.cache/
|
||||||
/config.h
|
/config.h
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,7 @@
|
||||||
- Provide a prototype for compat malloc to remove compile warning.
|
- Provide a prototype for compat malloc to remove compile warning.
|
||||||
- Portable grep usage for reuseport configure test.
|
- Portable grep usage for reuseport configure test.
|
||||||
- Check return type of HMAC_Init_ex for openssl 0.9.8.
|
- Check return type of HMAC_Init_ex for openssl 0.9.8.
|
||||||
|
- gitignore .source tempfile used for compatible make.
|
||||||
|
|
||||||
13 November 2019: Wouter
|
13 November 2019: Wouter
|
||||||
- iana portlist updated.
|
- iana portlist updated.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue