Michael Weiss
41dbc0a995
chromiumBeta: 96.0.4664.27 -> 96.0.4664.35
2021-11-06 17:46:46 +01:00
Casey Marshall
f3ee106074
kubebuilder: 3.1.0 -> 3.2.0
...
Update kubebuilder to 3.2.0.
kubebuilder create api now requires make in $PATH.
2021-11-06 11:25:25 -05:00
Thiago Kenji Okada
a8574a31f3
Merge pull request #144891 from legendofmiracles/pipr
...
pipr: 0.0.15 -> 0.0.16; fixes build
2021-11-06 12:53:07 -03:00
legendofmiracles
1dfe0be750
pipr: 0.0.15 -> 0.0.16; fixes build
2021-11-06 09:22:25 -06:00
Thomas Tuegel
a506f9c797
Merge pull request #143673 from oxalica/fix/sddm-default-session
...
plasma5: set default session to plasma X11 and fix sddm
2021-11-06 09:55:47 -05:00
Louis Bettens
916595e6a1
chia-plotter: unstable -> 1.1.7
2021-11-06 14:42:09 +01:00
Ryan Mulligan
d6dc3adc0a
Merge pull request #144552 from r-ryantm/auto-update/purple-lurch
...
purple-lurch: 0.6.7 -> 0.7.0
2021-11-06 05:50:37 -07:00
Ryan Mulligan
887b213245
Merge pull request #144372 from r-ryantm/auto-update/koreader
...
koreader: 2021.09 -> 2021.10.1
2021-11-06 05:49:39 -07:00
Maximilian Bosch
17e118aa7a
Merge pull request #144283 from Kranzes/bump-libvirt
...
libvirt: 7.8.0 -> 7.9.0
2021-11-06 13:39:20 +01:00
nixpkgs-upkeep-bot
0867441532
vscodium: 1.61.2 -> 1.62.0
2021-11-06 12:08:19 +00:00
Artturi
05aaadd5cc
Merge pull request #144810 from dsg22/feature-tor-browser-harden
2021-11-06 12:39:47 +02:00
Maximilian Bosch
963b1971df
i3status-rust: 0.20.4 -> 0.20.5
...
ChangeLog: https://github.com/greshake/i3status-rust/releases/tag/v0.20.5
2021-11-06 11:11:36 +01:00
Ryan Burns
f089c5c76d
Merge pull request #144307 from trofi/fix-bemenu-for-ncurses-6.3
...
bemenu: fix build against upcoming ncurses-6.3
2021-11-06 02:48:31 -07:00
Ellie Hermaszewska
03f9ced512
picoscope: 6.14.44 -> 7.0.83
2021-11-06 17:32:49 +08:00
Sergei Trofimovich
e8815af10e
bemenu: fix build against upcoming ncurses-6.3
...
On ncurses-6.3 with extra printf() annotations gcc now detects
use of user input in place of format strings:
lib/renderers/curses/curses.c:234:9:
error: format not a string literal and no format arguments [-Werror=format-security]
234 | mvprintw(0, 0, menu->title);
| ^~~~~~~~
2021-11-06 09:31:43 +00:00
Ryan Burns
ea5c3d756e
Merge pull request #144212 from trofi/fix-aewan-on-ncurses-6.3
...
aewan: fix build against ncurses-6.3
2021-11-06 01:49:46 -07:00
Ryan Burns
9b89af7680
Merge pull request #144397 from trofi/fix-mcabber-for-ncurses-6.3
...
mcabber: pull upstream fix for upcoming ncurses-6.3
2021-11-06 01:49:10 -07:00
Ryan Burns
e70280690d
Merge pull request #144592 from trofi/fix-toxic-for-ncurses-6.3
...
toxic: fix build against upcoming ncurses-6.3
2021-11-06 01:48:42 -07:00
Ryan Burns
377c617dc6
Merge pull request #144815 from trofi/fix-ecasound-for-ncurses-6.3
...
ecasound: fix build against upcoming ncurses-6.3
2021-11-06 01:48:32 -07:00
Michael Raskin
d8b7d0e066
Merge pull request #123511 from yorickvP/yorick-picoscope
...
picoscope: init at 6.14.44-4r5870
2021-11-06 08:48:13 +00:00
Maciej Krüger
66ef35507f
Merge pull request #144697 from mkg20001/zhf-imgbrd
2021-11-06 08:34:15 +01:00
Ryan Burns
233f451841
treewide: reenable LTO on i686
2021-11-05 22:16:50 -07:00
Bernardo Meurer
58a18138b2
Merge pull request #144825 from alyssais/treewide-mirror
...
treewide: use mirror URLs where available
2021-11-05 21:10:44 -07:00
Alyssa Ross
02dfbde639
treewide: use mirror URLs where available
...
Candidates identified with
git grep -F "$(grep -v '#' pkgs/build-support/fetchurl/mirrors.nix |
grep -v nixos.org | grep :// | cut -d '"' -f 2)"
and then manually reviewed and tested.
2021-11-06 01:56:39 +00:00
Thiago Kenji Okada
4217614266
Merge pull request #144685 from r-burns/anup
...
anup: fix build on darwin
2021-11-05 22:20:49 -03:00
Sergei Trofimovich
220c819f53
ecasound: fix build against upcoming ncurses-6.3
...
On ncurses-6.3 with extra printf() annotations gcc now detects
use of user input in place of format strings:
ecasignalview.cpp:360:13:
error: format not a string literal and no format arguments [-Werror=format-security]
360 | mvprintw(r++, 0, bar);
| ~~~~~~~~^~~~~~~~~~~~~
2021-11-05 23:34:36 +00:00
Thiago Kenji Okada
d2c613620d
Merge pull request #144778 from thiagokokada/zhf-ovmf-i686
...
OVMF: disable LTO on i686
2021-11-05 20:03:43 -03:00
Davíð Steinn Geirsson
5499f32f08
tor-browser-bundle-bin: Enable content sandbox and hardened malloc
...
Tor browser enables multi-process support in firefox to sandbox each site
in its own process. This is a very important security feature. It was
disabled in the nixpkgs version, according to a comment due to "crashing
tabs", but running with it enabled I have not been able to recreate this.
Sandboxing enabled is the upstream default, and if we can't ship a tor
browser that way then we should not ship one at all.
Also re-enable useHardenedMalloc to use graphene-hardened-malloc. Here
there was also a comment, in this case saying it caused "crashes with
intel driver". I have also been unable to recreate this on my Intel
UHD P630 onboard graphics.
I believe neither of these are issues any longer.
2021-11-05 22:37:42 +00:00
Artturi
01995f66a9
Merge pull request #144446 from jkarlson/qemu
2021-11-05 22:50:39 +02:00
Sandro
89ec86651b
Merge pull request #144783 from iblech/patch-thonny-icon
2021-11-05 21:14:42 +01:00
Sandro
4042e36f2d
Merge pull request #144774 from dan4ik605743/tonelib-meta
2021-11-05 21:03:40 +01:00
Ingo Blechschmidt
480285a39e
rstudio: fix desktop icon
2021-11-05 20:36:14 +01:00
Ingo Blechschmidt
19de3a7c5b
thonny: add desktop item
2021-11-05 20:20:16 +01:00
Thiago Kenji Okada
571c4e73e1
OVMF: disable LTO on i686
...
Fix build.
2021-11-05 15:38:07 -03:00
dan4ik
a123ab3a72
tonelib-zoom: fix meta.platforms
2021-11-06 01:14:47 +07:00
dan4ik
d78a7264c6
tonelib-jam: fix meta.platforms
2021-11-06 01:09:46 +07:00
Sandro
118cec339f
Merge pull request #144714 from saschagrunert/crun
2021-11-05 17:31:26 +01:00
Doron Behar
b2d1a7d94f
Merge pull request #144746 from doronbehar/pkg/jami-client-gnome
2021-11-05 16:09:04 +00:00
Doron Behar
ebaa823afd
jami-daemon.ffmpeg: mark as broken for aarch64
2021-11-05 17:34:35 +02:00
Bobby Rong
8c0e13349f
Merge pull request #135789 from lucasew/package/cisco-packet-tracer
...
cisco-packet-tracer: init at 7.3.1 and 8.0.1
2021-11-05 22:49:41 +08:00
Florian Klink
3097a43496
xmedcon: 0.21.0 -> 0.21.2
...
in release 0.21.2 @ 20-Jul-2021 (Gtk+3)
Small addition in our speedometer CSS theme: window titlebar is now in dark mode too
Learned how to leave out annoying autotools reconfigure rules from Makefiles via AM_MAINTAINER_MODE macro
Why? working with most recent autotools version <> older autotools version on most systems <> users are not necessarily developers ...
Improvements for Wayland (CentOS Stream / OpenSUSE Tumbleweed)
Menu "Online info" core dumps due to "toplevel" window problem
Check "Gdk-CRITICAL gdk_monitor_get_workarea: assertion 'GDK_IS_MONITOR ()' failed"
gtk_window_set_transient_for(window, parent)
Not working GBC-widget (gamma, brightness, contrast)
in release 0.21.1 @ 01-May-2021 (Gtk+3)
Require libpng >= 1.6.0 for Ubuntu's sake
Added in GUI resizing to fifth and quint
Secured two sprintf() statements
Updated Inno Setup file for Gtk+3 dependencies
Fresh update of application icon
GIF89a: write "XMedCon" in application block
2021-11-05 15:30:51 +01:00
Florian Klink
0886f51b37
xmedcon: fix meta.platforms
...
platforms.darwin and platforms.linux are both lists. They need to be
concatenated, otherwise they're not recognized as supported platforms.
2021-11-05 15:30:51 +01:00
Claudio Bley
7f2b8a3beb
azuredatastudio: 1.17.1 -> 1.33.0 ( #143078 )
2021-11-05 15:25:24 +01:00
Thiago Kenji Okada
1285cc476d
Merge pull request #144691 from legendofmiracles/zerobin
...
zerobin: fix build
2021-11-05 11:01:42 -03:00
Doron Behar
25ea24497b
jami-client-gnome: unset CLUTTER_BACKEND
2021-11-05 15:32:12 +02:00
legendofmiracles
0bbc024462
zerobin: fix build
2021-11-05 07:10:07 -06:00
Armin Rothfuss
f3ff3fe3db
eclipses.plugins: Add Apache ivyde, iyvderv, ivyant and ivy plugins ( #142407 )
...
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-11-05 14:09:15 +01:00
Sandro
288e3f8896
Merge pull request #144156 from simonkampe/submit/snapmaker-luban
2021-11-05 14:05:30 +01:00
Sandro
8c0e6e6c76
Merge pull request #144731 from erikarvstedt/btcpayserver-1.3.3
2021-11-05 14:02:23 +01:00
Thiago Kenji Okada
96fb6ed434
Merge pull request #144696 from GKasparov/picom-next
...
picom-next: init at unstable-2021-10-31
2021-11-05 09:54:29 -03:00
06kellyjac
7326f67e42
nerdctl: 0.12.1 -> 0.13.0
2021-11-05 11:55:34 +00:00
Erik Arvstedt
34913fa4e8
btcpayserver: 1.3.2 -> 1.3.3
2021-11-05 11:31:44 +01:00
Sascha Grunert
1889cedd0a
crun: 1.2 -> 1.3
...
Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
2021-11-05 09:34:48 +01:00
Ben Siraphob
563957288e
Merge pull request #144689 from legendofmiracles/hn
...
haxor-news: fix build
2021-11-04 22:56:17 -05:00
GKasparov
a3aaebc300
picom-next: init at unstable-2021-10-31
2021-11-05 14:52:28 +11:00
Maciej Krüger
01e9eb40da
imgbrd-wrapper: 7.3.2 -> 7.5.1
...
ZHF: https://github.com/NixOS/nixpkgs/issues/144627
2021-11-05 04:47:31 +01:00
figsoda
05b19e3129
Merge pull request #144687 from figsoda/eww-linux
...
eww: set meta.broken on darwin
2021-11-04 22:38:51 -04:00
Bernardo Meurer
f140680724
Merge pull request #144671 from andersk/LD_LIBRARY_PATH
...
treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2
2021-11-04 19:38:39 -07:00
legendofmiracles
34dad80816
haxor-news: fix build
2021-11-04 20:07:20 -06:00
figsoda
c39e93249a
eww: set meta.broken on darwin
2021-11-04 21:46:24 -04:00
Ryan Burns
68a8b278c1
anup: fix build on darwin
2021-11-04 18:21:10 -07:00
Thiago Kenji Okada
b5a1a988c2
Merge pull request #144581 from Hexadecimaaal/new-bitwig-studio
...
bitwig-studio: 4.0.1 -> 4.0.7
2021-11-04 22:11:44 -03:00
nixpkgs-upkeep-bot
3702a81873
vscode: 1.61.2 -> 1.62.0
2021-11-05 00:09:37 +00:00
Anders Kaseorg
e12f4db556
treewide: Fix unsafe concatenation of $LD_LIBRARY_PATH, round 2
...
Naive concatenation of $LD_LIBRARY_PATH can result in an empty
colon-delimited segment; this tells glibc to load libraries from the
current directory, which is definitely wrong, and may be a security
vulnerability if the current directory is untrusted. (See #67234 , for
example.) Fix this throughout the tree.
Followup to #76804 . Fixes #144646 .
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2021-11-04 16:15:05 -07:00
Bernardo Meurer
51289b6b65
Merge pull request #144346 from taku0/thunderbird-bin-91.3.0
...
thunderbird, thunderbird-bin: 91.2.1 -> 91.3.0
2021-11-04 16:08:12 -07:00
Bernardo Meurer
471043b174
Merge pull request #144308 from andresilva/ledger-live-2.34.4
...
ledger-live-desktop: 2.34.3 -> 2.34.4
2021-11-04 16:07:51 -07:00
Maximilian Bosch
3adcef2569
Merge pull request #143807 from linyinfeng/jetbrains-prefer-local-build
...
jetbrains: fix preferLocalBuild
2021-11-04 23:45:55 +01:00
Sandro
012811c79d
Merge pull request #144659 from SuperSamus/lavalauncher
2021-11-04 23:00:19 +01:00
Maximilian Bosch
31029fdbe2
Merge pull request #142987 from FliegendeWurst/tbb-10.5.10
...
tor-browser-bundle-bin: 10.5.8 -> 10.5.10
2021-11-04 22:59:45 +01:00
Sandro
23911f7ee5
Merge pull request #144658 from aanderse/kodi.packages.libretro-genplus
2021-11-04 22:48:17 +01:00
Aaron Andersen
47d8506f90
kodi.packages.libretro-genplus: init at 1.7.4.31
2021-11-04 17:24:46 -04:00
Martino Fontana
e0cfb5db67
lavalauncher: 2.0.0 -> 2.1.1, fix broken build
2021-11-04 22:23:37 +01:00
Sandro
cfefcfc460
Merge pull request #142380 from dan4ik605743/cubocore
2021-11-04 21:50:47 +01:00
Mauricio Collares
076563ebac
sage: import sympy 1.9 update patch
2021-11-04 18:53:06 +01:00
Pavol Rusnak
164173d0fc
Merge pull request #144631 from erikarvstedt/btcpayserver-1.3.2
...
btcpayserver: 1.3.1 -> 1.3.2
2021-11-04 18:11:50 +01:00
flexagoon
63a0830244
mullvad-vpn: fix the .desktop file
2021-11-04 20:09:12 +03:00
Ryan Mulligan
630e21704e
Merge pull request #144536 from r-ryantm/auto-update/polkadot
...
polkadot: 0.9.12 -> 0.9.12-1
2021-11-04 09:38:49 -07:00
Erik Arvstedt
661f05bc50
btcpayserver: 1.3.1 -> 1.3.2
2021-11-04 17:35:21 +01:00
Anderson Torres
1221903710
Merge pull request #144624 from AndersonTorres/new-elisp-packages
...
elisp updates
2021-11-04 13:34:56 -03:00
AndersonTorres
b4507131cc
emacsPackages.sunrise-commander: 0.pre+unstable=2021-07-22 -> 0.pre+unstable=2021-09-27
2021-11-04 12:50:01 -03:00
AndersonTorres
a0e6ae474a
nongnu-packages 2021-11-04
2021-11-04 12:47:21 -03:00
AndersonTorres
b66cd27f16
melpa-packages 2021-11-04
2021-11-04 12:46:59 -03:00
AndersonTorres
ba6d8767ac
manual fixup
2021-11-04 12:46:21 -03:00
AndersonTorres
74628ed462
elpa-packages 2021-11-04
2021-11-04 12:46:03 -03:00
Ryan Mulligan
db56abb141
Merge pull request #144551 from r-ryantm/auto-update/pt2-clone
...
pt2-clone: 1.36 -> 1.37
2021-11-04 08:22:09 -07:00
ajs124
0b20e55170
Merge pull request #144527 from r-ryantm/auto-update/pdfsam-basic
...
pdfsam-basic: 4.2.6 -> 4.2.7
2021-11-04 15:01:17 +01:00
Anderson Torres
56cccec572
Merge pull request #144573 from AndersonTorres/new-smplayer
...
smplayer: 21.1.0 -> 21.10.0
2021-11-04 10:04:56 -03:00
Bobby Rong
c89bbe3506
Merge pull request #143276 from r-ryantm/auto-update/ashuffle
...
ashuffle: 3.10.1 -> 3.12.3
2021-11-04 20:40:36 +08:00
Patrick Hilhorst
9fcfc32699
Merge pull request #144566 from samuela/upkeep-bot/plexamp-3.8.0-1635984552
2021-11-04 12:30:07 +01:00
Robert Hensing
3bccce68d1
Merge pull request #144440 from SuperSandro2000/lib-fromJSON
...
treewide: switch ``builtins.fromJSON(builtins.readFile ./file.json)``…
2021-11-04 12:17:40 +01:00
Sergei Trofimovich
fa34b0f03a
toxic: fix build against upcoming ncurses-6.3
...
On ncurses-6.3 with extra printf() annotations gcc now detects
use of user input in place of format strings:
toxic/src/game_chess.c:1633:63: error:
format not a string literal and no format arguments [-Werror=format-security]
1633 | mvwprintw(win, board->y_bottom_bound + 2, x_mid, state->status_message);
| ~~~~~^~~~~~~~~~~~~~~~
2021-11-04 09:49:38 +00:00
Pavol Rusnak
1e207ecd49
Merge pull request #144537 from prusnak/clightning
...
clightning: 0.10.1 -> 0.10.2
2021-11-04 09:02:24 +01:00
Hexadecimal Hyuga
e4214b4a2d
bitwig-studio: 4.0.1 -> 4.0.7
2021-11-04 15:07:44 +08:00
Emil Karlson
d222938650
qemu: add upstream patches for qemu-6.1.0 regressions
...
first patch fixes crash in 9p code that occasionally happens also in nixos tests
second patch fixes io errors from discards in aio io engine with virtio-scsi
2021-11-04 08:17:50 +02:00
Anderson Torres
c36c40333e
Merge pull request #144496 from AndersonTorres/new-mpv
...
mpv: 0.33.1 -> 0.34.0
2021-11-04 00:31:30 -03:00
Samuel Dionne-Riel
b5b3db3c2f
Merge pull request #144078 from IreneKnapp/tenacity
...
tenacity: init at 0.0.1
2021-11-03 23:30:22 -04:00
AndersonTorres
77dc8455c6
smplayer: 21.1.0 -> 21.10.0
2021-11-04 00:28:18 -03:00
Bobby Rong
ef74ebb7b2
Merge pull request #144374 from r-ryantm/auto-update/kube-score
...
kube-score: 1.12.0 -> 1.13.0
2021-11-04 08:59:44 +08:00
Bobby Rong
1900f53a96
Merge pull request #144378 from r-ryantm/auto-update/kubeconform
...
kubeconform: 0.4.10 -> 0.4.12
2021-11-04 08:57:46 +08:00
nixpkgs-upkeep-bot
438367dfba
plexamp: 3.7.1 -> 3.8.0
2021-11-04 00:09:13 +00:00
Daniel Olsen
f64f106ff2
hydrus: 458 -> 460
2021-11-04 00:30:05 +01:00
R. Ryantm
f9a9b5b617
purple-lurch: 0.6.7 -> 0.7.0
2021-11-03 22:24:46 +00:00
R. Ryantm
4f7f702d6e
pt2-clone: 1.36 -> 1.37
2021-11-03 22:18:08 +00:00
Pavol Rusnak
9ee3139d4e
clightning: 0.10.1 -> 0.10.2
2021-11-03 23:17:36 +01:00
Artturi
f92500945f
Merge pull request #144538 from r-ryantm/auto-update/praat
2021-11-03 23:18:35 +02:00
R. Ryantm
976307adc3
praat: 6.1.53 -> 6.1.55
2021-11-03 20:57:07 +00:00
R. Ryantm
103623757c
polkadot: 0.9.12 -> 0.9.12-1
2021-11-03 20:49:25 +00:00
Justin Bedő
a5ac0a33a7
Merge pull request #144529 from r-ryantm/auto-update/picard-tools
...
picard-tools: 2.26.3 -> 2.26.4
2021-11-04 07:19:02 +11:00
R. Ryantm
509a8c298f
picard-tools: 2.26.3 -> 2.26.4
2021-11-03 19:57:00 +00:00
R. Ryantm
f432442f1b
pdfsam-basic: 4.2.6 -> 4.2.7
2021-11-03 19:45:25 +00:00
Simon Kämpe
74551fd199
snapmaker-luban: init at 4.0.3
2021-11-03 19:30:10 +01:00
Michael Raskin
df3adb0398
Merge pull request #144502 from r-ryantm/auto-update/opensmt
...
opensmt: 2.1.1 -> 2.2.0
2021-11-03 18:23:06 +00:00
R. Ryantm
8fed17e682
opensmt: 2.1.1 -> 2.2.0
2021-11-03 18:03:12 +00:00
AndersonTorres
8153c49e28
mpv: 0.33.1 -> 0.34.0
2021-11-03 14:39:01 -03:00
Eric Bailey
0535a5b7ac
kubernetes-helm: 3.7.0 -> 3.7.1
...
Co-authored-by: Bobby Rong <rjl931189261@126.com>
2021-11-03 12:09:36 -05:00
R. Ryantm
b97a25a3c1
nextdns: 1.37.2 -> 1.37.3
2021-11-03 16:29:53 +00:00
Sandro
d2d03877f4
Merge pull request #144321 from aanderse/kodi.packages.keymap
2021-11-03 17:18:06 +01:00
Sandro
d115d1aaef
Merge pull request #144472 from r-ryantm/auto-update/motion
2021-11-03 17:13:18 +01:00
Sandro
227699860a
Merge pull request #144470 from r-ryantm/auto-update/mob
2021-11-03 17:07:01 +01:00
Sandro
ca6d7c54c1
Merge pull request #144462 from Artturin/shutterupda
2021-11-03 17:05:10 +01:00
Sandro
fd5bc0b231
Merge pull request #144461 from r-ryantm/auto-update/mdzk
2021-11-03 16:44:10 +01:00
R. Ryantm
b29edc1cf9
motion: 4.3.2 -> 4.4.0
2021-11-03 15:38:42 +00:00
R. Ryantm
cce52b308c
mob: 1.12.0 -> 2.0.0
2021-11-03 15:29:25 +00:00
R. Ryantm
5c7e0b2e70
mixxx: 2.3.0 -> 2.3.1
2021-11-03 15:19:51 +00:00
markuskowa
ed71268f52
Merge pull request #142695 from ck3d/add-nerd-font-patcher
...
nerd-font-patcher: init at 2.1.0
2021-11-03 16:18:56 +01:00
R. Ryantm
bdc35a6107
minitube: 3.8.1 -> 3.9.1
2021-11-03 15:11:14 +00:00
Artturin
a6a9160e64
shutter: 0.99 -> 0.99.2
2021-11-03 16:47:03 +02:00
R. Ryantm
0ecb9c7945
mdzk: 0.4.2 -> 0.4.3
2021-11-03 14:41:50 +00:00
Bobby Rong
d9cf07e341
Merge pull request #144375 from r-ryantm/auto-update/kube3d
...
kube3d: 5.0.0 -> 5.0.3
2021-11-03 22:26:03 +08:00
Sandro Jäckel
8547db919a
treewide: switch `builtins.fromJSON(builtins.readFile ./file.json)
` to lib.importJSON ./file.json
2021-11-03 14:43:52 +01:00
Sandro
e87e79273a
Merge pull request #144435 from r-ryantm/auto-update/limesctl
2021-11-03 14:08:25 +01:00
Sandro
6548695bca
Merge pull request #144335 from r-ryantm/auto-update/flavours
2021-11-03 14:07:34 +01:00
R. Ryantm
d3963f7e0a
limesctl: 2.0.0 -> 2.0.1
2021-11-03 12:26:03 +00:00
Sandro
4399ca88ab
Merge pull request #144350 from r-ryantm/auto-update/istioctl
2021-11-03 13:17:47 +01:00
Mario Rodas
d494129068
Merge pull request #143434 from r-ryantm/auto-update/soju
...
soju: 0.1.2 -> 0.2.2
2021-11-03 07:11:03 -05:00
Bobby Rong
1c78751423
Merge pull request #144416 from bobby285271/mainprogram
...
treewide: set meta.mainProgram for packages teams.pantheon.members maintain
2021-11-03 20:10:33 +08:00
Mario Rodas
b2d3a72eb9
Merge pull request #143476 from r-ryantm/auto-update/signal-cli
...
signal-cli: 0.9.0 -> 0.9.2
2021-11-03 07:00:38 -05:00
Mario Rodas
e86daa95bd
Merge pull request #143462 from r-ryantm/auto-update/seatd
...
seatd: 0.6.2 -> 0.6.3
2021-11-03 06:59:40 -05:00
Mario Rodas
40f7f2cbc6
Merge pull request #143543 from r-ryantm/auto-update/sdrangel
...
sdrangel: 6.17.1 -> 6.17.2
2021-11-03 06:44:17 -05:00
Mario Rodas
ec57fc9bc6
Merge pull request #144180 from marsam/update-rclone
...
rclone: 1.56.2 -> 1.57.0
2021-11-03 06:32:15 -05:00
Bobby Rong
2483e778d4
treewide: set meta.mainProgram for packages teams.pantheon.members maintain
2021-11-03 19:07:21 +08:00
Bobby Rong
b951ae6b1b
Merge pull request #144406 from ShamrockLee/graphicsmagick
...
graphicsmagick: add mainProgram
2021-11-03 18:49:37 +08:00
Artturi
0099cd6289
Merge pull request #137636 from bzizou/obitools
2021-11-03 12:30:53 +02:00
Shamrock Lee
3c77e75d14
graphicsmagick: add mainProgram
2021-11-03 18:05:49 +08:00
Luke Granger-Brown
8cafc54845
Merge pull request #144315 from pacien/mercurial-5.9.3
...
mercurial: 5.9.1 -> 5.9.3
2021-11-03 03:05:33 -07:00
Sandro
40224f09aa
Merge pull request #144368 from McSinyx/river-0.1.0
2021-11-03 11:05:09 +01:00
Bruno Bzeznik
0d9ec2d3f0
obitools3: fix build on aarch64 + formatting
2021-11-03 11:59:05 +02:00
R. Ryantm
14ee52edff
elan: 1.3.0 -> 1.3.1
...
(cherry picked from commit 4cb7820ac9
)
2021-11-03 10:51:13 +01:00
Bobby Rong
2842093642
Merge pull request #144301 from r-ryantm/auto-update/barrier
...
barrier: 2.3.3 -> 2.4.0
2021-11-03 17:44:30 +08:00
Bobby Rong
d37e5e2bdf
Merge pull request #144324 from bobby285271/pantheon-tweaks
...
pantheon-tweaks: 1.0.1 -> 1.0.2
2021-11-03 17:41:53 +08:00