| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In my experience, this project does not encourage contribution.
The people involved with merging have ignored improvements,
rewritten commits and history wholesale, and engaged in
squabbles over petty things rather than helping to improve
the packages.
These gatekeepers are adverse to large amounts of changes, large
numbers of commits and often request changes to the commit
histories without giving explanation.
Many times inconsistent suggestions and fixation on nits have
caused entire patch sets to be closed without any progress on
the package at all.
The style "rules" that are so often the sole focus of reviews
lately are a mistake.
https://gist.github.com/tcely/8ef31809f04a494a27ad79d49afdf167
Given all of this and the conversation below, I consider all of
my efforts toward improving this project to have been wasted.
Hopefully, this will serve as a warning of what others might
expect before they experience similar demoralizing responses.
2019-10-18 11:31:35 <tcely> If your only contribution to a review is to suggest breaking a package I'm maintaining, please don't waste everyone's time!
2019-10-18 12:15:47 <ncopa> tcely: url?
2019-10-18 12:26:56 <tcely> ncopa: !327
2019-10-18 12:29:22 <_ikke_> tcely: No need to be passive aggressive about this
2019-10-18 12:30:20 <_ikke_> tcely: being a maintainer of a package does not mean that you can do whatever you want
2019-10-18 12:30:52 <tcely> _ikke_: I'm fully willing to be direct. This is a stupid upgrade. Stop looking for useless things to argue about it is not a helpful review!
2019-10-18 12:31:19 <_ikke_> tcely: the problem is that there are so many changes in these stupid ugprades
2019-10-18 12:31:35 <_ikke_> if they were stupid upgrades, they would have been long applied
2019-10-18 12:33:10 <tcely> That last statement is false. If you disagree with changes, you need to do the work yourself. Stop shitting all over work you didn't have to think through for petty nonsense.
2019-10-18 12:42:28 <ncopa> can we please calm down
2019-10-18 13:17:46 <ncopa> tcely: i agree with _ikke_ that your commits are not always self explanatory, and a bit confusing to understand
2019-10-18 13:18:13 <ncopa> it may be good to have more explanations in the commit message to help people that are not as smart as you
2019-10-18 13:19:10 <ncopa> there seems also to be a disagreement on the coding style e.g $var vs ${var}
2019-10-18 13:19:43 <ncopa> i think consistence is better than the "perfect" coding style
2019-10-18 13:20:51 <ncopa> and we have landed on $var rather than ${var}
2019-10-18 13:21:46 <ncopa> and we expect maintainers to respect that
2019-10-18 13:25:51 <tcely> Duly noted. You want total control and slave labor with no room for improvement. I'll stop wasting my time.
|
|
|
| |
Closes !548
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Fixes #10536
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Build errors:
> /usr/lib/gcc/s390x-alpine-linux-musl/8.3.0/../../../../s390x-alpine-linux-musl/bin/ld:
> mtasker_context.o: in function `pdns_swapcontext(pdns_ucontext_t&,
> pdns_ucontext_t const&)':
> mtasker_context.cc:(.text+0xe8): undefined reference to `jump_fcontext'
> /usr/lib/gcc/s390x-alpine-linux-musl/8.3.0/../../../../s390x-alpine-linux-musl/bin/ld:
> mtasker_context.o: in function `pdns_makecontext(pdns_ucontext_t&,
> boost::function<void ()>&)': mtasker_context.cc:(.text+0x1ea): undefined
> reference to `make_fcontext'
> /usr/lib/gcc/s390x-alpine-linux-musl/8.3.0/../../../../s390x-alpine-linux-musl/bin/ld:
> mtasker_context.cc:(.text+0x20e): undefined reference to `jump_fcontext'
> /usr/lib/gcc/s390x-alpine-linux-musl/8.3.0/../../../../s390x-alpine-linux-musl/bin/ld:
> mtasker_context.o: in function `threadWrapper':
> mtasker_context.cc:(.text+0x27e): undefined reference to `jump_fcontext'
> /usr/lib/gcc/s390x-alpine-linux-musl/8.3.0/../../../../s390x-alpine-linux-musl/bin/ld:
> mtasker_context.cc:(.text+0x382): undefined reference to `jump_fcontext'
Merged in GH-7998
|
|
|
|
| |
Co-Authored-By: TBK <858296+TBK@users.noreply.github.com>
|
|
|
|
|
|
| |
- enable s390x
- add & enable botan-dev for gost
- remove chown from package function
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
build step failed on s390x with undefined references to:
- jump_fcontext
- make_fcontext
```
CXXLD testrunner
/usr/s390x-alpine-linux-musl/bin/ld: mtasker_context.o: in function
`pdns_swapcontext(pdns_ucontext_t&, pdns_ucontext_t const&)':
mtasker_context.cc:(.text+0xe8): undefined reference to `jump_fcontext'
/usr/s390x-alpine-linux-musl/bin/ld: mtasker_context.o: in function
`pdns_makecontext(pdns_ucontext_t&, boost::function<void ()>&)':
mtasker_context.cc:(.text+0x1ea): undefined reference to `make_fcontext'
/usr/s390x-alpine-linux-musl/bin/ld: mtasker_context.cc:(.text+0x20e):
undefined reference to `jump_fcontext'
/usr/s390x-alpine-linux-musl/bin/ld: mtasker_context.o: in function
`threadWrapper': mtasker_context.cc:(.text+0x27e): undefined reference
to `jump_fcontext'
/usr/s390x-alpine-linux-musl/bin/ld: mtasker_context.cc:(.text+0x382):
undefined reference to `jump_fcontext'
collect2: error: ld returned 1 exit status
make[2]: *** [Makefile:1210: testrunner] Error 1
```
|
|
|
|
| |
boost-context is now available
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
CVE-2018-14644 - CVE-2018-14626
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- use pkgname in download URL
- add check function
- enable unit tests for check
- match pkgusers/pkggroups to pre-install
- add dependencies configure is seeking
- remove obsolete (since 4.0.4) boost-fix.patch
- update license
- add file for configure script
|
|
|
|
| |
(CVE-2017-15090-15092-15093-15094). Fixes #8253
|
|
|
|
|
|
|
| |
Most of these updates is based on data from https://repology.org/,
detection based on permanent redirect from http:// to https://.
$source urls are updated when they contain $url as substring.
|
| |
|
| |
|
|
|
|
|
|
|
| |
pdns-recursor requires context functions (swapcontext, getcontext,
makecontext). These functions are deprecated in POSIX and not
implemented in musl. s390x also does not support boost context (and
coroutine1/2) yet.
|
| |
|
|
|
|
|
|
| |
This is very bad practice, we can't know if the package user has been
originally created by apk or by the user and if the user needs
it or not.
|
| |
|
| |
|
| |
|
| |
|