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

Update funcs.mk #368

Merged
merged 7 commits into from
Jun 14, 2020
Merged

Update funcs.mk #368

merged 7 commits into from
Jun 14, 2020

Conversation

crackfoo
Copy link

fixes compile ownership issues on linux

Cheers
http://zpool.ca

ca333
ca333 previously approved these changes Jun 13, 2020
@ca333 ca333 changed the base branch from master to dev June 13, 2020 08:08
@ca333 ca333 dismissed their stale review June 13, 2020 08:08

The base branch was changed.

ca333
ca333 previously approved these changes Jun 13, 2020
DeckerSU
DeckerSU previously approved these changes Jun 13, 2020
Copy link

@DeckerSU DeckerSU left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but such change seems needed also and in other place:

$(AT)rm -rf $(host_prefix); mkdir -p $(host_prefix)/lib; cd $(host_prefix); $(foreach package,$($(1)_all_dependencies), tar xf $($(package)_cached); )

Should be:

$(AT)rm -rf $(host_prefix); mkdir -p $(host_prefix)/lib; cd $(host_prefix); $(foreach package,$($(1)_all_dependencies), tar --no-same-owner xf $($(package)_cached); ) 

Also.

DeckerSU added a commit to DeckerSU/KomodoOcean that referenced this pull request Jun 13, 2020
For normal users, --no-same-owner is default, but not so for root, where
it is assumed that root can change ownership willy-nilly. This is not
the case for privilege-limited container environments where we gaslight
the process into thinking it's root.

KomodoPlatform/komodo#368
bitcoin/bitcoin@89bee1b
@ca333 ca333 dismissed stale reviews from DeckerSU and themself via 91d000e June 14, 2020 07:01
@ca333 ca333 merged commit 3bb5331 into KomodoPlatform:dev Jun 14, 2020
TheComputerGenie added a commit to PirateNetwork/PirateOcean that referenced this pull request Oct 30, 2020
For normal users, --no-same-owner is default, but not so for root, where
it is assumed that root can change ownership willy-nilly. This is not
the case for privilege-limited container environments where we gaslight
the process into thinking it's root.

KomodoPlatform/komodo#368
bitcoin/bitcoin@89bee1b
DeckerSU/KomodoOcean@85d2fa6
TheComputerGenie added a commit to PirateNetwork/PirateOcean that referenced this pull request Oct 30, 2020
* New user params

* no splash fix

* no splash fix

* Update Ocean_all_cd.yml

until openssl and python2 breaking changes fixes are finalized
actions/runner-images#1811 (comment)

* + CountBits in crypto/common.h 

Return the smallest number n such that (x >> n) == 0 (or 64 if the highest bit in x is set
DeckerSU/KomodoOcean@d836179

* Add asmap utility which queries a mapping

The scripts for creating a compact IP->ASN mapping are here:
https://github.com/sipa/asmap

bitcoin/bitcoin@8feb4e4
DeckerSU/KomodoOcean@50daf84

* p2p: supplying and using asmap to improve IP bucketing in addrman

first approach to porting bitcoin/bitcoin#16702 into old v0.13 codebase.
DeckerSU/KomodoOcean@bfaf287

* Return mapped AS in RPC call getpeerinfo and in GUI 

DeckerSU/KomodoOcean@81d10f5

* Addrman Google Tests

Note: these are standart tests, which is not include asmap features.

DeckerSU/KomodoOcean@2173036

* add legacy and asmap addrman tests 

DeckerSU/KomodoOcean@7567965

* when clearing addrman clear mapInfo and mapAddr 

bitcoin/bitcoin@b86a420
DeckerSU/KomodoOcean@9b2c1f3

* add addrman serialization test 

DeckerSU/KomodoOcean@18ebbd5

* addrman: Add missing lock in Clear() (CAddrMan) 

bitcoin/bitcoin#11585
DeckerSU/KomodoOcean@b81d07b

* gui: debug window -> tab peers elems re-arrange 

added scroll area for detailed peer info, added splitter
between detailed info and peer table
DeckerSU/KomodoOcean@be106ed

* depends: tar: Always extract as yourself 

For normal users, --no-same-owner is default, but not so for root, where
it is assumed that root can change ownership willy-nilly. This is not
the case for privilege-limited container environments where we gaslight
the process into thinking it's root.

KomodoPlatform/komodo#368
bitcoin/bitcoin@89bee1b
DeckerSU/KomodoOcean@85d2fa6

* refactor: remove unused header var in GetBlockProof 

DeckerSU/KomodoOcean@a1be01c

* bump versions

CLIENT_VERSION 4.0.2
KOMODO_VERSION 0.6.1

* add display service bits for NSPV, ADDRINDEX and SPENTINDEX 

DeckerSU/KomodoOcean@f0ef3e2

* optional disable nspv 

nSPV processing is disabled by default for Komodo-Qt, to enable it
you can alsways use `-nspv_msg` command line arg.

KomodoPlatform/komodo#382
DeckerSU/KomodoOcean@1d1e568

* update getblocktemplate conditions 

DeckerSU/KomodoOcean@506bc22

* update IsNotInSync() conditions 

IsNotInSync() using now only in waitForPeers() which is called
in VerusStaker(...) and BitcoinMiner_noeq(...), mean which used
only in verushash-algo based mining and staking chains.
DeckerSU/KomodoOcean@cb5dec1

* fetch bdb using https instead of http 

DeckerSU/KomodoOcean@d09c03a

* remove auto-created file (cryptoconditions/compile) 

to resolve issues with compiling dirty releases from unchanged repo.
DeckerSU/KomodoOcean@3e4aa66
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants