Commit graph

317607 commits

Author SHA1 Message Date
Ryan Burns
9eb591df10 netbsd.compat: fix libs by using cctools strip as objcopy
Reverts d43df749ac

NetBSD makefiles strip local symbols from libs using `OBJCOPY?=objcopy`,
which is missing on macOS. GNU objcopy appears to succeed but produces
broken .a libs which do not link into dependers.

(As this issue does not fail the netbsd.compat build,
downstream netbsd.install is added to passthru.tests.)

Since `OBJCOPY` is only used for stripping, we can:
* skip stripping with the hacky `OBJCOPY=echo`
* use cctools strip, which is invoked in the same way

The latter is obviously preferable if it works.
Indeed, locals are stripped, although it doesn't affect size much.
Comparison:

`OBJCOPY=echo`:
```
$ du -b result/lib/*.a
347784	result/lib/libnbcompat.a
357120	result/lib/libnbcompat_p.a
```

`OBJCOPY=${cctools}/bin/strip`:
```
$ du -b result/lib/*.a
347008	result/lib/libnbcompat.a
357120	result/lib/libnbcompat_p.a
```
2021-09-22 17:42:12 -07:00
Ryan Burns
d43df749ac netbsd.compat: fix build on darwin
The makefile requires GNU objcopy
2021-09-19 21:58:33 +09:00
Ryan Burns
7f59b4b529 sourceHighlight: fix build on darwin
Clang has trouble compiling the tests, so re-disable
building them pending an upstream fix.
2021-09-19 09:27:50 +09:00
happysalada
47961c73be docs: fix release notes format 2021-09-18 23:39:59 +09:00
Raphael Megzari
62468d6ff7
Merge branch 'master' into staging-next 2021-09-18 22:46:18 +09:00
Robert Scott
48bf1250a8
Merge pull request #138351 from r-ryantm/auto-update/bosh-cli
bosh-cli: 6.4.6 -> 6.4.7
2021-09-18 14:27:17 +01:00
figsoda
b560e06265
Merge pull request #138151 from figsoda/difftastic
difftastic: use existing tree-sitter grammars when possible, bump version
2021-09-18 09:25:34 -04:00
figsoda
334c2ce6db
Merge pull request #138350 from renesat/submit/autorestic
autorestic: init at 1.2.0
2021-09-18 09:25:16 -04:00
Guillaume Girol
af5ba65b9f nixos/nntp-proxy: define group, fix after #133166 2021-09-18 14:42:08 +02:00
Guillaume Girol
fa3664a176 nixos/logcheck: define group, fix after #133166 2021-09-18 14:42:08 +02:00
Guillaume Girol
cd2b24c306 nixos/heapster: define group, fix after #133166 2021-09-18 14:42:08 +02:00
Guillaume Girol
9e94e48b94 nixos/gammu-smsd: define group, fix after #133166 2021-09-18 14:42:08 +02:00
Guillaume Girol
ca2db671ba nixos/cgminer: define group, fix eval after #133166 2021-09-18 14:42:08 +02:00
Guillaume Girol
3e9520f414 nixos/cgminer: fix type of services.cgminer.config option 2021-09-18 14:42:08 +02:00
Guillaume Girol
8c2e6705b3 nixos/gpsd: define group, fix after #133166 2021-09-18 14:42:08 +02:00
Guillaume Girol
615db90f3d nixos/openntpd, nixos/ntp: define group, fix after #133166 2021-09-18 14:42:08 +02:00
Guillaume Girol
88b4ba2169 nixos/unifi: define group, fix after #133166 2021-09-18 14:42:08 +02:00
Fabian Affolter
3a00e2e34a
Merge pull request #138243 from fabaff/bump-hdate
python3Packages.hdate: 0.10.3 -> 0.10.4
2021-09-18 14:16:47 +02:00
Fabian Affolter
3ba2a6854d
Merge pull request #138392 from r-ryantm/auto-update/macchina
macchina: 1.1.5 -> 1.1.6
2021-09-18 14:13:53 +02:00
davidak
69f341a530
Merge pull request #130380 from bobby285271/switchboard
Pantheon 6.0.2
2021-09-18 14:09:39 +02:00
Fabian Affolter
84258ded4c
Merge pull request #138247 from fabaff/bump-pook
python3Packages.pook: 1.0.1 -> 1.0.2
2021-09-18 14:09:03 +02:00
github-actions[bot]
7da057ad4e
Merge master into staging-next 2021-09-18 12:01:25 +00:00
Félix Baylac-Jacqué
a1ac5195b2 pleroma: 2.4.0 -> 2.4.1
Changed
- Make mix pleroma.database set_text_search_config run concurrently
  and indefinitely

Added
- AdminAPI: Missing configuration description for StealEmojiPolicy

Fixed
- MastodonAPI: Stream out Create activities
- MRF ObjectAgePolicy: Fix pattern matching on "published"
- TwitterAPI: Make change_password and change_email require params on
  body instead of query
- Subscription(Bell) Notifications: Don't create from Pipeline
  Ingested replies
- AdminAPI: Fix rendering reports containing a nil object
- Mastodon API: Activity Search fallbacks on status fetching after a
  DB Timeout/Error
- Mastodon API: Fix crash in Streamer related to reblogging
- AdminAPI: List available frontends when static/frontends folder is missing
- Make activity search properly use language-aware GIN indexes
- AdminAPI: Fix suggestions for MRF Policies
2021-09-18 20:42:27 +09:00
renesat
fd010f6ba6 autorestic: init at 1.2.0 2021-09-18 14:40:53 +03:00
Bobby Rong
1b16dbeb55
nixos/rl-2111: mention pantheon 6 upgrade and touchegg module 2021-09-18 19:35:16 +08:00
Bobby Rong
4998805947
nixos/pantheon: prefer pantheon.epiphany 2021-09-18 19:33:41 +08:00
Bobby Rong
dc19457a80
nixos/pantheon: remove lightlocker
screen locker has been embedded in the compositor, see github.com/elementary/gala/pull/809
2021-09-18 19:33:41 +08:00
Bobby Rong
158181403a
nixos/pantheon: enable touchegg by default 2021-09-18 19:33:41 +08:00
Bobby Rong
b420199b87
nixos/pantheon: enable fwupd by default
this is needed in switchboard-plug-about
2021-09-18 19:33:41 +08:00
Bobby Rong
a66bcfe997
nixos/pantheon: fix test command for wingpanel 2021-09-18 19:33:40 +08:00
Bobby Rong
3f3502ca93
nixos/pantheon: update excludePackages example in docs 2021-09-18 19:33:40 +08:00
Bobby Rong
760f7e57e4
nixos/pantheon: install elementary-mail by default 2021-09-18 19:33:40 +08:00
Bobby Rong
0366acbcd5
nixos/pantheon: add inter and open-dyslexic as preinstalled font 2021-09-18 19:33:40 +08:00
Bobby Rong
2478c8bf01
nixos/touchegg: init 2021-09-18 19:33:40 +08:00
Bobby Rong
fee747f5c5
pantheon.epiphany: init 2021-09-18 19:33:40 +08:00
Bobby Rong
dc5ea0908d
pantheon.touchegg: init 2021-09-18 19:33:40 +08:00
Bobby Rong
72b2f5ab09
touchegg: 1.1.1 -> 2.0.11
Co-Authored-By: Audrey MP <astatide@users.noreply.github.com>
Co-Authored-By: Rasmus T. Bjerg <rs.bjerg@gmail.com>
2021-09-18 19:33:40 +08:00
Bobby Rong
5bab454300
pantheon.granite: 6.1.0 -> 6.1.1 2021-09-18 19:33:39 +08:00
Bobby Rong
1258bfcc49
pantheon.elementary-calculator: 1.6.2 -> 1.7.0 2021-09-18 19:33:39 +08:00
Bobby Rong
2c3dec3e2d
pantheon.elementary-photos: fix translations 2021-09-18 19:33:39 +08:00
Bobby Rong
f7b26fbe9a
pantheon.elementary-code: fix translations 2021-09-18 19:33:39 +08:00
Bobby Rong
7627e5523c
pantheon.elementary-terminal: fix translations 2021-09-18 19:33:39 +08:00
Bobby Rong
8808680e7a
pantheon.elementary-videos: fix translations 2021-09-18 19:33:39 +08:00
Bobby Rong
bdce39c9f2
pantheon.appcenter: 3.6.0 -> 3.7.1 2021-09-18 19:33:39 +08:00
Bobby Rong
e56ee9ba66
pantheon.elementary-feedback: 6.0.0 -> 6.1.0 2021-09-18 19:33:39 +08:00
Bobby Rong
5523634193
pantheon.elementary-mail: 6.0.0 -> 6.1.1 2021-09-18 19:33:38 +08:00
Bobby Rong
de73ad2567
pantheon.elementary-files: 4.5.0 -> 6.0.2 2021-09-18 19:33:38 +08:00
Bobby Rong
2cc74a2106
pantheon.elementary-calendar: 5.1.1 -> 6.0.1 2021-09-18 19:33:38 +08:00
Bobby Rong
91073bc810
pantheon.elementary-screenshot: 1.7.1 -> 6.0.0
renamed from pantheon.elementary-screenshot-tool
2021-09-18 19:33:38 +08:00
Bobby Rong
3da8bb4e3a
pantheon.elementary-tasks: init at 6.0.3 2021-09-18 19:33:38 +08:00