Commit Graph

13 Commits

Author SHA1 Message Date
rsadowski
3dc225ba05 Update bitcoin to 23.0
Tweak and ok kirby@
2022-11-13 10:35:44 +00:00
ajacoutot
f50fdd748e Stop using the daemon class in @newuser.
If we need to make an exception we can do it and properly document the
reason but by default we should just use the default login class.
rc.d uses daemon or the login class provided in login.conf.d so this has
no impact there.

discussed with sthen@, tb@ and robert@

praying that my grep/sed skills did not break anything and still
believing in portbump :-)
2022-11-08 11:14:43 +00:00
ajacoutot
ac557b060e /etc -> SYSCONFDIR 2022-05-24 18:51:24 +00:00
naddy
3f5796b9fd drop RCS Ids 2022-03-11 19:45:43 +00:00
rsadowski
7d40b29522 Update bitcoin to 0.21.0 2021-01-30 06:17:16 +00:00
rsadowski
dac296739a Update bitcoin to 0.19.0.1
- Add no_x11 documentation and remove unnecessary debug flavor.
- Changelog:
  https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.19.0.1.md
2020-01-13 19:59:26 +00:00
rsadowski
86cd5a9a19 Update bitcion to 0.18.1
Release notes:
https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.18.1.md
2019-08-24 07:27:20 +00:00
rsadowski
7402be06ce Update bitcoin to 0.18.0.
Upstream changlog:

https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.18.0.md

Notable port changes:

- Disable BIP70, form changlog:

"A new --disable-bip70 option may be passed to ./configure to prevent
Bitcoin-Qt from being built with support for the BIP70 payment protocol
or from linking libssl. As the payment protocol has exposed Bitcoin Core
to libssl vulnerabilities in the past, builders who don't need BIP70
support are encouraged to use this option to reduce their exposure to
future vulnerabilities."

- Major lib bump: libbitcoinconsensus
- WANTLIB png clean up
- devel/protobuf is not more needed with disabled BIP70
2019-05-12 11:59:49 +00:00
rsadowski
442bea308b Update bitcoin 0.17.0
release notes:
https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.17.0.md
2018-10-09 07:08:17 +00:00
bentley
d9e1ed70f3 Give the _bitcoind user the correct home directory.
Previous versions of the package give _bitcoind a nonexistent home
directory, causing errors when using the rc script in certain situations.

This can't be fixed by updating the package alone.
N.B.: if you've EVER installed bitcoin, wait for the package mirrors to
update with bitcoin-0.16.2p1, and then run the following:

# pkg_delete bitcoin
# userdel _bitcoind

After doing so, you can safely re-add the package.

noticed by tb@
2018-09-10 11:11:29 +00:00
espie
f4b7f81318 convert to PKGSTEM 2018-09-04 12:46:09 +00:00
bentley
c5e85cdd59 Use ksh, not sh, in rc script.
ok rsadowski@ (maintainer)
2018-07-15 22:03:50 +00:00
rsadowski
28b56241af Import bitcoin-0.16.1
Long time ago pascal@ started working on bitcoin in openbsd-wip.
I've finished this work.

A lot of feedback, tweaks and tests from Bryan Linton <bl A shoshoni D info>,
Fabian Raetz <fabian.raetz A gmail D com>, thfr@ and kirby@. Thnks a lot!

Undefined reference to boost and db4 with GCC, so only CLANG arches are
enabled yet.

Bitcoin is an experimental new digital currency that enables instant
payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer
technology to operate with no central authority: managing transactions
and issuing money are carried out collectively by the network.
Bitcoin is also the name of the open source software which enables
the use of this currency.

ok kirby@
2018-07-09 12:22:16 +00:00