Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zeek 3.0.2 #81479

Merged
merged 3 commits into from Mar 13, 2020
Merged

Zeek 3.0.2 #81479

merged 3 commits into from Mar 13, 2020

Conversation

GTrunSec
Copy link
Contributor

@GTrunSec GTrunSec commented Mar 2, 2020

Motivation for this change

fixed issue by #79515
related to zeek/zeek#804.

the Zeek script-loading mechanism and nix mechanism. Will not load which has same inode after second one .

 find /nix/store/jfn4qgjbcp3rcqa41q0v1b3b6m7wgy98-zeek-3.0.1 -name __load__.zeek  | xargs ls -li|sort -n                 : 11:45:45 
                                                                                                                                         
  1408368 -r--r--r-- 73 root root   13 Dec 31  1969 /nix/store/jfn4qgjbcp3rcqa41q0v1b3b6m7wgy98-zeek-3.0.1/share/zeek/base/files/x509/__l
oad__.zeek                                                                                                                               
  1408368 -r--r--r-- 73 root root   13 Dec 31  1969 /nix/store/jfn4qgjbcp3rcqa41q0v1b3b6m7wgy98-zeek-3.0.1/share/zeek/base/frameworks/ana
lyzer/__load__.zeek                                                                                                                      
  1408368 -r--r--r-- 73 root root   13 Dec 31  1969 /nix/store/jfn4qgjbcp3rcqa41q0v1b3b6m7wgy98-zeek-3.0.1/share/zeek/base/frameworks/dpd
/__load__.zeek                                                                                                                           
  1408368 -r--r--r-- 73 root root   13 Dec 31  1969 /nix/store/jfn4qgjbcp3rcqa41q0v1b3b6m7wgy98-zeek-3.0.1/share/zeek/base/frameworks/rep
orter/__load__.zeek                                                                                                                      
  1408368 -r--r--r-- 73 root root   13 Dec 31  1969 /nix/store/jfn4qgjbcp3rcqa41q0v1b3b6m7wgy98-zeek-3.0.1/share/zeek/base/frameworks/tun
nels/__load__.zeek                                                                                                                       
  1408368 -r--r--r-- 73 root root   13 Dec 31  1969 /nix/store/jfn4qgjbcp3rcqa41q0v1b3b6m7wgy98-zeek-3.0.1/share/zeek/base/protocols/mysq
l/__load__.zeek                                                                                                                          
  1408368 -r--r--r-- 73 root root   13 Dec 31  1969 /nix/store/jfn4qgjbcp3rcqa41q0v1b3b6m7wgy98-zeek-3.0.1/share/zeek/base/protocols/radi
us/__load__.zeek                                                                                                                         
  1408368 -r--r--r-- 73 root root   13 Dec 31  1969 /nix/store/jfn4qgjbcp3rcqa41q0v1b3b6m7wgy98-zeek-3.0.1/share/zeek/base/protocols/snmp
/__load__.zeek                                                                                                                           
  1408368 -r--r--r-- 73 root root   13 Dec 31  1969 /nix/store/jfn4qgjbcp3rcqa41q0v1b3b6m7wgy98-zeek-3.0.1/share/zeek/policy/files/unifie
d2/__load__.zeek                                                                                                                         
  1408372 -r--r--r--  9 root root 1159 Dec 31  1969 /nix/store/jfn4qgjbcp3rcqa41q0v1b3b6m7wgy98-zeek-3.0.1/share/zeek/base/frameworks/clu
ster/__load__.zeek           
.....  
Things done
  • Tested using sandboxing (nix.useSandbox on NixOS, or option sandbox in nix.conf on non-NixOS linux)
  • Built on platform(s)
    • NixOS
    • macOS
    • other Linux distributions
  • Tested via one or more NixOS test(s) if existing and applicable for the change (look inside nixos/tests)
  • Tested compilation of all pkgs that depend on this change using nix-shell -p nixpkgs-review --run "nixpkgs-review wip"
  • Tested execution of all binary files (usually in ./result/bin/)
  • Determined the impact on package closure size (by running nix path-info -S before and after)
  • Ensured that relevant documentation is up to date
  • Fits CONTRIBUTING.md.

@GTrunSec
Copy link
Contributor Author

GTrunSec commented Mar 12, 2020

the Zeek official website has been changed www. to old.

new fetchurl address is:

https://old.zeek.org/downloads/zeek-3.0.3.tar.gz

@pSub pSub merged commit 285a98e into NixOS:master Mar 13, 2020
@GTrunSec GTrunSec deleted the zeek-3.0.2 branch March 13, 2020 11:14
dtzWill pushed a commit to dtzWill/nixpkgs that referenced this pull request Mar 14, 2020
Zeek 3.0.2

(cherry picked from commit 285a98e)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants