summary refs log tree commit diff
path: root/pkgs/tools/networking/netcat-openbsd
AgeCommit message (Collapse)AuthorFilesLines
2022-12-13treewide: mark packages broken that never built on PLATFORMRick van Schijndel1-0/+2
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken Tool is still WIP but this is one of the first results. I manually audited the results and removed some results that were not valid. Note that some of these packages maybe should have more constrained platforms set instead of broken set, but I think not being perfectly correct is better than just keep trying to build all these things and never succeeding. Some observations: - Some darwin builds require XCode tools - aarch64-linux builds sometimes suffer from using gcc9 - gcc9 is getting older and misses some new libraries/features - Sometimes tools try to do system detection or expect some explicit settings for platforms that are not x86_64-linux
2022-10-23netcat-openbsd: 1.218-5 -> 1.219-1Artturin1-8/+2
remove unneeded hacks
2022-05-07netcat-openbsd: init at 1.218-5Artturin1-0/+54
2018-04-27netcat-openbsd: removeMatthew Bauer1-51/+0
2018-04-27netcat-openbsd: 1.187 -> 1.190: (#39605)Sander Hollaar1-3/+3
http://metadata.ftp-master.debian.org/changelogs/main/n/netcat-openbsd/netcat-openbsd_1.190-1_changelog
2018-03-26netcat-openbsd: fix w/musl by providing b64_ntopWill Dietz1-1/+8
It seems many projects have copies of this code-- and AFAICT all are derived from ISC's BIND[2] although it does not appear present in recent versions. This is a curious function as it is not documented nor part of any standard[1]. [1] https://www.lemoda.net/unix/base64/index.html [2] for example, glibc's copy: https://sourceware.org/git/?p=glibc.git;a=blob;f=resolv/README;h=514e9bb617e710f16126c1474561965a2b35653d;hb=HEAD#l104
2018-01-18netcat-openbsd: 1.130 -> 1.187Jörg Thalheim1-5/+12
fixes #34002
2017-08-29netcat-openbsd: 1.105 -> 1.130WilliButz1-9/+11
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* pkgs: refactor needless quoting of homepage meta attribute A lot of packages are needlessly quoting the homepage meta attribute (about 1400, 22%), this commit refactors all of those instances. * pkgs: Fixing some links that were wrongfully unquoted in the previous commit * Fixed some instances
2017-04-14netcat-openbsd: pkgconfig is a nativeBuildInputEric Litak1-1/+3
2016-10-30netcat-openbsd: install man pagesternenseemann1-0/+1
2014-11-11Fixed many descriptionsPascal Wittmann1-1/+1
2014-10-12change md5sum to sha256sum for a few packagesLongrin Wischnewski1-2/+2
2013-10-24Add netcat-openbsd, TCP/IP swiss army knife, openbsd variantJaka Hudoklin1-0/+32