sync ports with The Matrix
This commit is contained in:
parent
5d7f23fd90
commit
358e427f5b
@ -1,18 +0,0 @@
|
||||
If you want to use this package as your default system ruby, as root
|
||||
create symbolic links like so (overwriting any previous default):
|
||||
|
||||
ln -sf ${PREFIX}/bin/ruby30 ${PREFIX}/bin/ruby
|
||||
ln -sf ${PREFIX}/bin/erb30 ${PREFIX}/bin/erb
|
||||
ln -sf ${PREFIX}/bin/irb30 ${PREFIX}/bin/irb
|
||||
ln -sf ${PREFIX}/bin/rdoc30 ${PREFIX}/bin/racc
|
||||
ln -sf ${PREFIX}/bin/rdoc30 ${PREFIX}/bin/rdoc
|
||||
ln -sf ${PREFIX}/bin/rdoc30 ${PREFIX}/bin/rbs
|
||||
ln -sf ${PREFIX}/bin/ri30 ${PREFIX}/bin/ri
|
||||
ln -sf ${PREFIX}/bin/rake30 ${PREFIX}/bin/rake
|
||||
ln -sf ${PREFIX}/bin/gem30 ${PREFIX}/bin/gem
|
||||
ln -sf ${PREFIX}/bin/bundle30 ${PREFIX}/bin/bundle
|
||||
ln -sf ${PREFIX}/bin/bundler30 ${PREFIX}/bin/bundler
|
||||
ln -sf ${PREFIX}/bin/typeprof30 ${PREFIX}/bin/typeprof
|
||||
|
||||
The ruby-shims package is also available to automatically select an
|
||||
appropriate Ruby version per-project directory or system-wide.
|
@ -1,15 +0,0 @@
|
||||
If you set up the symlinks to make ruby 3.0 the system
|
||||
ruby, don't forget to remove the following files:
|
||||
|
||||
rm ${PREFIX}/bin/ruby
|
||||
rm ${PREFIX}/bin/erb
|
||||
rm ${PREFIX}/bin/irb
|
||||
rm ${PREFIX}/bin/rdoc
|
||||
rm ${PREFIX}/bin/ri
|
||||
rm ${PREFIX}/bin/gem
|
||||
rm ${PREFIX}/bin/bundle
|
||||
rm ${PREFIX}/bin/bundler
|
||||
rm ${PREFIX}/bin/rake
|
||||
rm ${PREFIX}/bin/racc
|
||||
rm ${PREFIX}/bin/rbs
|
||||
rm ${PREFIX}/bin/typeprof
|
@ -21,6 +21,8 @@ SEPARATE_BUILD= Yes
|
||||
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/build-aux
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/libsodium
|
||||
${INSTALL_DATA} ${WRKSRC}/README.markdown ${PREFIX}/share/doc/libsodium/
|
||||
|
@ -62,7 +62,7 @@ include/sodium/randombytes_sysrandom.h
|
||||
include/sodium/runtime.h
|
||||
include/sodium/utils.h
|
||||
include/sodium/version.h
|
||||
lib/libsodium.a
|
||||
@static-lib lib/libsodium.a
|
||||
lib/libsodium.la
|
||||
@lib lib/libsodium.so.${LIBsodium_VERSION}
|
||||
lib/pkgconfig/libsodium.pc
|
||||
|
@ -1,4 +1,4 @@
|
||||
COMMENT= CTF framework and exploit development library
|
||||
COMMENT= CTF framework and exploit development library
|
||||
|
||||
MODPY_EGG_VERSION= 4.12.0
|
||||
GH_COMMIT= 340b0bf0bcc599896065ab5fccde0e79c9ff4f9c
|
||||
|
19
security/pwntools/patches/patch-pwnlib_commandline_main_py
Normal file
19
security/pwntools/patches/patch-pwnlib_commandline_main_py
Normal file
@ -0,0 +1,19 @@
|
||||
Index: pwnlib/commandline/main.py
|
||||
--- pwnlib/commandline/main.py.orig
|
||||
+++ pwnlib/commandline/main.py
|
||||
@@ -21,7 +21,6 @@ from pwnlib.commandline import scramble
|
||||
from pwnlib.commandline import shellcraft
|
||||
from pwnlib.commandline import template
|
||||
from pwnlib.commandline import unhex
|
||||
-from pwnlib.commandline import update
|
||||
from pwnlib.commandline import version
|
||||
from pwnlib.commandline.common import parser
|
||||
from pwnlib.context import context
|
||||
@@ -45,7 +44,6 @@ commands = {
|
||||
'shellcraft': shellcraft.main,
|
||||
'template': template.main,
|
||||
'unhex': unhex.main,
|
||||
- 'update': update.main,
|
||||
'version': version.main,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user