Skip to content

Commit

Permalink
Merge pull request #798 from Ana06/vcredist140
Browse files Browse the repository at this point in the history
Add metapackage for vcredist140 dependency
  • Loading branch information
Ana06 authored Dec 20, 2023
2 parents c459d7b + a189be9 commit 84b4c49
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/nmap.vm/nmap.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>nmap.vm</id>
<version>7.93.20230418.20230614</version>
<version>7.93.20230418.20231218</version>
<authors>Fyodor, Nmap Project</authors>
<description>Port scanning utility and nc replacement with extended features</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="npcap.vm" />
<dependency id="autohotkey" version="[1.1.36.2]" />
<dependency id="vcredist140" version="[14.36.32532]" />
<dependency id="vcredist140.vm" />
</dependencies>
</metadata>
</package>
Expand Down
4 changes: 2 additions & 2 deletions packages/rpcview.vm/rpcview.vm.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>rpcview.vm</id>
<version>0.3.1.20231115</version>
<version>0.3.1.20231218</version>
<authors>silverf0x</authors>
<description>RpcView is an open-source tool to explore and decompile all RPC functionalities present on a Microsoft system</description>
<dependencies>
<dependency id="common.vm" />
<dependency id="vcredist140" version="[14.38.33130]" />
<dependency id="vcredist140.vm" />
</dependencies>
</metadata>
</package>
13 changes: 13 additions & 0 deletions packages/vcredist140.vm/vcredist140.vm.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>vcredist140.vm</id>
<version>0.0.0.20231019</version>
<description>Metapackage for Python 3 to ensure all packages use the same Python version.</description>
<authors>Mandiant</authors>
<dependencies>
<dependency id="common.vm" />
<dependency id="vcredist140" version="[14.36.32532, 14.37)" />
</dependencies>
</metadata>
</package>

0 comments on commit 84b4c49

Please sign in to comment.