This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Keybase proof | |
| I hereby claim: | |
| * I am arduent on github. | |
| * I am quantificant (https://keybase.io/quantificant) on keybase. | |
| * I have a public key whose fingerprint is ADF1 91B1 585F F2B1 6A0B 21F2 E504 BC7C 3D1F 84C4 | |
| To claim this, I am signing this object: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #include <netinet/in.h> | |
| #include <resolv.h> | |
| #include <string.h> | |
| typedef union { | |
| HEADER qb1; | |
| u_char qb2[65536]; | |
| } querybuf; | |
| int main(int argc, char **argv) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff -u /usr/ports/graphics/digikam/Makefile digikam/Makefile | |
| --- /usr/ports/graphics/digikam/Makefile 2020-01-26 00:57:44.000000000 -0400 | |
| +++ digikam/Makefile 2020-03-23 01:29:42.766315000 -0400 | |
| @@ -1,14 +1,12 @@ | |
| # $FreeBSD: head/graphics/digikam/Makefile 524151 2020-01-26 04:57:44Z danfe $ | |
| PORTNAME= digikam | |
| -DISTVERSION= 6.4.0 | |
| -PORTREVISION= 3 | |
| +DISTVERSION= 7.0.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff -ruN /usr/ports/devel/libevdev/Makefile libevdev/Makefile | |
| --- /usr/ports/devel/libevdev/Makefile 2019-11-27 05:53:10.000000000 -0400 | |
| +++ libevdev/Makefile 2020-03-12 21:48:45.150084000 -0400 | |
| @@ -1,8 +1,7 @@ | |
| # $FreeBSD: head/devel/libevdev/Makefile 518490 2019-11-27 09:53:10Z tobik $ | |
| PORTNAME= libevdev | |
| -PORTVERSION= 1.5.9 | |
| -PORTREVISION= 1 | |
| +PORTVERSION= 1.9.0 |