wok diff aircrack-ng-oui/receipt @ rev 25674

tiptop: race condition
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Feb 28 11:10:12 2024 +0000 (6 months ago)
parents 73f36875e5a7
children
line diff
     1.1 --- a/aircrack-ng-oui/receipt	Thu Mar 09 18:12:54 2023 +0000
     1.2 +++ b/aircrack-ng-oui/receipt	Wed Feb 28 11:10:12 2024 +0000
     1.3 @@ -15,7 +15,7 @@
     1.4  current_version()
     1.5  {
     1.6  	wget -O - https://github.com/royhills/arp-scan/commits/master/ieee-oui.txt 2>/dev/null | \
     1.7 -	sed '/Commits on/!d;s|.*on |"|;s|<.*|"|;q' | xargs date +%Y%m%d -d
     1.8 +	sed 's|",|&\n|g' | sed '/committedDate/!d;s|.*":"||;s|T.*||;s|-||g;q'
     1.9  }
    1.10  
    1.11  # Rules to configure and make the package.