Launchpad.net

Code in branches

Recently imported branches

Name Status Registered Project Last Modified Last Commit
lp://staging/~lttng/urcu/trunk Development 2011-05-11 09:12:55 UTC urcu 2023-10-19 20:44:50 UTC
1485. cleanup: use an enum for the error st...

Author: Michael Jeanson
Revision Date: 2023-10-19 20:44:50 UTC

cleanup: use an enum for the error states of nr_cpus_mask

Using an enum with labels for error states instead of literal values
will make the code easier to read and understand.

Change-Id: I4558e17ccb45ab40515bb516af840b2852ee8fc3
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

lp://staging/rt/5.0 Development 2020-07-09 21:11:42 UTC rt 2023-10-19 19:25:40 UTC
9048. Merge branch '4.4-trunk' into 5.0-trunk

Author: sunnavy
Revision Date: 2023-10-19 19:25:40 UTC

Merge branch '4.4-trunk' into 5.0-trunk

lp://staging/rt/4.4 Mature 2016-02-04 17:20:00 UTC rt 2023-10-19 19:21:12 UTC
8995. Merge branch '4.4.7-releng' into 4.4-...

Author: sunnavy
Revision Date: 2023-10-19 19:21:12 UTC

Merge branch '4.4.7-releng' into 4.4-trunk

lp://staging/josm Mature 2010-03-24 09:56:32 UTC josm 2023-10-19 19:01:05 UTC
18540. remove TLD from IANA

Author: taylor.smock
Revision Date: 2023-10-19 19:01:05 UTC

remove TLD from IANA

lp://staging/pmake Development 2005-12-31 23:53:02 UTC pmake 2023-10-19 18:24:33 UTC
4965. tests/make: clean up, explain and reo...

Author: rillig
Revision Date: 2023-10-19 18:24:33 UTC

tests/make: clean up, explain and reorganize several tests

lp://staging/~lttng/lttng-ust/lttng-ust Development 2011-11-03 19:23:05 UTC lttng-ust 2023-10-19 17:56:44 UTC
3031. Cleanup: remove leftover comment Sig...

Author: Mathieu Desnoyers
Revision Date: 2023-10-19 17:56:44 UTC

Cleanup: remove leftover comment

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
Change-Id: Ifd2ead39c7d7ebe9d50ec20b834c81cd4caa5e1d

lp://staging/~vcs-imports/putty/master Development 2016-10-02 20:55:32 UTC putty 2023-10-19 17:55:04 UTC
6759. Recognise and discard the APC termina...

Author: Simon Tatham
Revision Date: 2023-10-19 17:55:04 UTC

Recognise and discard the APC terminal escape sequence.

I encountered an instance of this sequence in the log files from a
clang CI build. The payload text inside the wrapper was
"bk;t=1697630539879"; I don't know what the "bk" stood for, but the
second half appears to be a timestamp in milliseconds since the Unix
epoch.

I don't think there's anything we can (or should) actually _do_ with
this sequence, but I think it's useful to at least recognise it, so
that it can be conveniently discarded.

lp://staging/~lttng/lttng-modules/trunk Development 2011-05-12 07:10:09 UTC lttng-modules 2023-10-19 15:43:28 UTC
1872. Fix build for RHEL 8.8 with linux 4.1...

Author: Kienan Stewart
Revision Date: 2023-10-19 15:43:28 UTC

Fix build for RHEL 8.8 with linux 4.18.0-477.10.1+

4.18.0-477.10.1 introduces backports a change which updates the
`kfree_skb` trace event to the 3-argument version used in more recent
kernel versions.

Change-Id: I5a1071a59659b76e1499beae3388159ca8ced1f7
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>

lp://staging/~lttng/babeltrace/trunk Development 2011-05-21 03:02:22 UTC babeltrace 2023-10-19 15:02:02 UTC
4514. fix: test_message_iterator.py hangs o...

Author: Simon Marchi
Revision Date: 2023-10-19 15:02:02 UTC

fix: test_message_iterator.py hangs on Python 3.12

Starting with Python 3.12, `None` is immortal: its refcount operations
are NO-OP and sys.getrefcount() will return a static value of UINT_MAX
on 64-bit and UINT_MAX >> 2 on 32-bit.

This basically transform `test_try_again_many_times` in an almost
infinite loop and hangs the testsuite.

Detect this by checking if the refcount on `None` is incremented after
assigning to a variable and skip the test if it's not the case.

See PEP-0683[1] for the gory details.

[1] https://peps.python.org/pep-0683/

Change-Id: Id07658245d524288ce7606cb0a011ad97068dad1
Signed-off-by: Michael Jeanson <mjeanson@debian.org>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/10379
Reviewed-by: Philippe Proulx <eeppeliteloop@gmail.com>

lp://staging/gawk Development 2011-06-12 17:29:33 UTC gawk 2023-10-19 11:05:13 UTC
2029. Improvements in helpers/testdfa.c.

Author: Arnold Robbins
Revision Date: 2023-10-19 11:05:13 UTC

Improvements in helpers/testdfa.c.

lp://staging/libv4l bug Development 2010-07-13 15:12:42 UTC libv4l 2023-10-19 08:57:43 UTC
5012. v4l2-compliance: pass media_fd when w...

Author: Hans Verkuil
Revision Date: 2023-10-19 08:57:43 UTC

v4l2-compliance: pass media_fd when walking topology

When testing all interfaces listed by the media controller
(i.e. when called with option -m), then pass the fd to the
media controller to each test of an interface.

That way the test of the interface can check against the
media controller information.

Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>

lp://staging/~neon/kmouth/master Development 2011-08-27 20:44:27 UTC kmouth 2023-10-19 06:30:14 UTC
826. There's no QVector anymore, QList is ...

Author: Laurent Montel
Revision Date: 2023-10-19 06:30:14 UTC

There's no QVector anymore, QList is the QVector in Qt6

lp://staging/gnu-gsrc Development 2012-04-07 15:42:33 UTC gnu-gsrc 2023-10-19 04:57:18 UTC
9595. update cmake to 3.28.0-rc2

Author: <email address hidden>
Revision Date: 2023-10-19 04:57:18 UTC

update cmake to 3.28.0-rc2

lp://staging/gsrc Development 2011-10-19 19:28:13 UTC gsrc 2023-10-19 04:57:18 UTC
9595. update cmake to 3.28.0-rc2

Author: <email address hidden>
Revision Date: 2023-10-19 04:57:18 UTC

update cmake to 3.28.0-rc2

lp://staging/ofono Mature 2010-06-17 09:56:20 UTC ofono 2023-10-19 02:11:19 UTC
9001. atmodem: added context deactivation e...

Author: Maxim Lyubimov
Revision Date: 2023-10-19 02:11:19 UTC

atmodem: added context deactivation event handling

lp://staging/~ubuntu-touch-coreapps-drivers/trojita/git-kde Development 2014-03-31 13:30:13 UTC trojita 2023-10-19 01:29:45 UTC
5102. GIT_SILENT Sync po/docbooks with svn

Author: l10n daemon script
Revision Date: 2023-10-19 01:29:45 UTC

GIT_SILENT Sync po/docbooks with svn

lp://staging/deltahex Development 2016-11-30 19:47:35 UTC deltahex 2023-10-18 21:54:57 UTC
199. Modify data action - 2

Author: hajdam
Revision Date: 2023-10-18 21:54:57 UTC

Modify data action - 2

lp://staging/scribus Development 2011-01-07 00:27:20 UTC scribus 2023-10-18 20:56:12 UTC
19749. Enable scribus150format plugin to ope...

Author: jghali
Revision Date: 2023-10-18 20:56:12 UTC

Enable scribus150format plugin to open 1.6.x files

lp://staging/gthumb Development 2011-05-23 11:45:01 UTC gthumb 2023-10-18 18:58:15 UTC
6592. Update Turkish translation

Author: Sabri Ünal
Revision Date: 2023-10-18 18:58:15 UTC

Update Turkish translation

lp://staging/dasher Development 2010-10-16 18:27:27 UTC dasher 2023-10-18 18:22:51 UTC
3845. Update Turkish translation

Author: Sabri Ünal
Revision Date: 2023-10-18 18:22:51 UTC

Update Turkish translation

lp://staging/balsa Development 2011-06-17 02:24:50 UTC balsa 2023-10-18 18:18:30 UTC
9188. Update Turkish translation

Author: Sabri Ünal
Revision Date: 2023-10-18 18:18:30 UTC

Update Turkish translation

lp://staging/sosreport Development 2013-04-17 23:21:04 UTC sosreport 2023-10-18 14:39:41 UTC
4352. [pulpcore] Scrub AUTH_LDAP_BIND_PASSW...

Author: Pavel Moravec
Revision Date: 2023-10-18 14:39:41 UTC

[pulpcore] Scrub AUTH_LDAP_BIND_PASSWORD value

Likewise in #3379, scrub the password also in pulpcore plugin.

Resolves: #3389

Signed-off-by: Pavel Moravec <pmoravec@redhat.com>

lp://staging/~beaky/wacs/trunk Development 2013-05-27 09:14:50 UTC wacs 2023-10-18 14:38:01 UTC
2027. Fixes to wacsplacemgr to support new ...

Author: beaky
Revision Date: 2023-10-18 14:38:01 UTC

Fixes to wacsplacemgr to support new set types.

lp://staging/evergreen/3.10 Development 2023-05-03 15:20:23 UTC evergreen 2023-10-18 13:05:05 UTC
26440. LP2039311 Tables for cash reports lay...

Author: Stephanie Leary
Revision Date: 2023-10-18 13:05:05 UTC

LP2039311 Tables for cash reports layout

Use simple tables instead of Bootstrap columns to lay out cash reports
totals. This allows the lines to wrap according to their contents and
provides keyboard shortcuts for screen reader navigation.

Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org>
Signed-off-by: Jennifer Pringle <jennifer.pringle@bc.libraries.coop>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>

lp://staging/evergreen/3.11 Development 2023-05-05 19:25:09 UTC evergreen 2023-10-18 13:04:40 UTC
26617. LP2039311 Tables for cash reports lay...

Author: Stephanie Leary
Revision Date: 2023-10-18 13:04:40 UTC

LP2039311 Tables for cash reports layout

Use simple tables instead of Bootstrap columns to lay out cash reports
totals. This allows the lines to wrap according to their contents and
provides keyboard shortcuts for screen reader navigation.

Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org>
Signed-off-by: Jennifer Pringle <jennifer.pringle@bc.libraries.coop>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>

lp://staging/evergreen Development 2023-05-04 13:37:09 UTC evergreen 2023-10-18 12:59:47 UTC
26644. LP2039311 Tables for cash reports lay...

Author: Stephanie Leary
Revision Date: 2023-10-18 12:59:47 UTC

LP2039311 Tables for cash reports layout

Use simple tables instead of Bootstrap columns to lay out cash reports
totals. This allows the lines to wrap according to their contents and
provides keyboard shortcuts for screen reader navigation.

Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org>
Signed-off-by: Jennifer Pringle <jennifer.pringle@bc.libraries.coop>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>

lp://staging/~openstreetmap/josm/josm_osm Mature 2010-01-28 17:05:14 UTC josm 2023-10-18 12:34:04 UTC
12618. See #20748: Change utilsplugin2 icons...

Author: taylor.smock
Revision Date: 2023-10-18 12:34:04 UTC

See #20748: Change utilsplugin2 icons to vector graphics

This converts most of the "easy" icons to svg for utilsplugin2.

lp://staging/global Development 2011-10-03 01:37:20 UTC global 2023-10-18 07:10:24 UTC
2925. [Bug fixed] pygments-parser.la: The f...

Author: shigio
Revision Date: 2023-10-18 07:10:24 UTC

[Bug fixed]
pygments-parser.la: The following setting of Universal Ctags caused no tag output.
Same result if the value is not 'no'.

[$HOME/.config/conf.ctags]
+---------------------------
|--tag-relative=always

Now it works.

lp://staging/~titusx/nginx/mainline Mature 2014-05-03 11:02:31 UTC nginx 2023-10-18 01:30:11 UTC
7217. Core: changed ngx_queue_sort() to use...

Author: Maxim Dounin
Revision Date: 2023-10-18 01:30:11 UTC

Core: changed ngx_queue_sort() to use merge sort.

This improves nginx startup times significantly when using very large number
of locations due to computational complexity of the sorting algorithm being
used: insertion sort is O(n*n) on average, while merge sort is O(n*log(n)).
In particular, in a test configuration with 20k locations total startup
time is reduced from 8 seconds to 0.9 seconds.

Prodded by Yusuke Nojima,
https://mailman.nginx.org/pipermail/nginx-devel/2023-September/NUL3Y2FPPFSHMPTFTL65KXSXNTX3NQMK.html

lp://staging/goffice Development 2012-03-25 10:20:28 UTC goffice 2023-10-18 00:04:37 UTC
4504. GocWidget: on realize, redo the offbox

Author: Morten Welinder
Revision Date: 2023-10-18 00:04:37 UTC

GocWidget: on realize, redo the offbox

lp://staging/emms Development 2011-10-09 03:35:27 UTC emms 2023-10-17 19:37:42 UTC
1443. * emms-source-file.el: fix extra defc...

Author: Yoni Rabkin
Revision Date: 2023-10-17 19:37:42 UTC

* emms-source-file.el: fix extra defcustom

lp://staging/kmod Development 2012-07-04 04:33:58 UTC kmod 2023-10-17 17:27:59 UTC
1311. kmod: Add pkgconfig file with kmod co...

Author: Michal Suchanek
Revision Date: 2023-10-17 17:27:59 UTC

kmod: Add pkgconfig file with kmod compile time configuration

Show distconfdir (where system configuration files are searched/to be
installed), sysconfdir (where user configuration files are searched),
module compressions, and module signatures supported.

Signed-off-by: Michal Suchanek <msuchanek@suse.de>
Link: https://lore.kernel.org/r/468b3f572d3b84f25bb53ec8fcb15ed4871914d4.1689681454.git.msuchanek@suse.de
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>

lp://staging/~beaky/wacs/wacs-php Development 2017-02-08 13:42:07 UTC wacs 2023-10-17 15:18:26 UTC
389. Added A-All Girl, renamed D-BDSM

Author: beaky
Revision Date: 2023-10-17 15:18:26 UTC

Added A-All Girl, renamed D-BDSM

lp://staging/~neon/kompare/master Development 2013-02-11 17:07:56 UTC kompare 2023-10-17 10:04:51 UTC
1274. Fix source/destination folder selecti...

Author: Efe Çiftci
Revision Date: 2023-10-17 10:04:51 UTC

Fix source/destination folder selection in Files dialog

The "Select folder" buttons currently open a regular file selection dialog, where, instead of selecting, folders are navigated into when clicked. This MR fixes this problem.

lp://staging/reviewboard Development 2009-12-17 03:09:57 UTC reviewboard 2023-10-17 08:48:36 UTC
4999. Merge branch 'release-6.x'

Author: Christian Hammond
Revision Date: 2023-10-17 08:48:36 UTC

Merge branch 'release-6.x'

lp://staging/bluez Development 2011-01-12 23:03:03 UTC bluez 2023-10-17 00:33:46 UTC
22425. mesh: Fix check for active scan when ...

Author: Inga Stotland
Revision Date: 2023-10-17 00:33:46 UTC

mesh: Fix check for active scan when using generic IO

This modifies the check for an active scan in generic IO:
the bug has been introduced during earlier code refactoring.

Fixes: https://github.com/bluez/bluez/issues/625

lp://staging/~kdevelop/kgraphviewer/master Development 2011-08-13 17:59:54 UTC kgraphviewer 2023-10-16 13:37:48 UTC
839. snapcraft: initial import snapcraft f...

Author: Scarlett Gately Moore
Revision Date: 2023-10-16 13:37:48 UTC

snapcraft: initial import snapcraft files.

lp://staging/denemo Development 2010-07-31 16:14:29 UTC denemo 2023-10-16 10:09:12 UTC
9241. Make TweakSpacing work at start of bar

Author: Richard Shann
Revision Date: 2023-10-16 10:09:12 UTC

Make TweakSpacing work at start of bar

lp://staging/nano Development 2016-08-09 11:46:44 UTC nano 2023-10-16 06:55:06 UTC
10193. input: neutralize two spurious keycod...

Author: Benno Schulenberg
Revision Date: 2023-10-16 06:55:06 UTC

input: neutralize two spurious keycodes from VTE terminals

At least some of the VTE-based terminals claim to be compatible with
xterm-25color (and set TERM to that value). But they really aren't:
they mishandle the focus-in and focus-out events, for example. So,
catch and discard the corresponding keycodes that nano shouldn't be
seeing at all.

This improves the fix for https://savannah.gnu.org/bugs/?64578.

lp://staging/gatimaan Development 2023-08-15 14:27:37 UTC gatimaan 2023-10-15 08:41:17 UTC
164. Release Version 0.2.4 🎊

Author: Sam
Revision Date: 2023-10-15 08:41:17 UTC

Release Version 0.2.4 🎊

lp://staging/libsigsegv Development 2011-10-11 03:56:43 UTC libsigsegv 2023-10-15 06:40:38 UTC
626. Fix compilation error on FreeBSD 5.2....

Author: Bruno Haible
Revision Date: 2023-10-15 06:40:38 UTC

Fix compilation error on FreeBSD 5.2.1.

* src/stackvma-freebsd.c: Include <sys/param.h>.

lp://staging/temporal-cli-snap Development 2023-10-13 20:41:17 UTC temporal-cli-snap 2023-10-13 20:41:17 UTC
2. Add snapcraft.yaml

Author: Maximiliano Bertacchini
Revision Date: 2023-10-13 20:33:38 UTC

Add snapcraft.yaml

lp://staging/~jd-team/jdownloader/appwork-utils Development 2010-12-23 22:10:20 UTC jdownloader 2023-10-13 17:55:03 UTC
4090.

Author: thomas
Revision Date: 2023-10-13 17:55:03 UTC

lp://staging/~neon/dragon/master Development 2012-04-11 11:17:03 UTC dragon 2023-10-13 01:28:54 UTC
1097. GIT_SILENT Sync po/docbooks with svn

Author: l10n daemon script
Revision Date: 2023-10-13 01:28:54 UTC

GIT_SILENT Sync po/docbooks with svn

lp://staging/imath Mature 2018-05-10 13:53:23 UTC imath 2023-10-12 18:53:59 UTC
395. Fix bug that crashed the Office when ...

Author: Jan Rheinländer
Revision Date: 2023-10-12 18:53:59 UTC

Fix bug that crashed the Office when a new document without units was populated with merged formulas

lp://staging/evergreen/3.8 Development 2023-03-24 20:55:30 UTC evergreen 2023-10-12 18:22:13 UTC
25421. Docs: updates to Z39.50 documentation...

Author: Simone Rauscher
Revision Date: 2023-10-12 18:22:13 UTC

Docs: updates to Z39.50 documentation

Signed-off-by: Simone Rauscher <srauscher@grimsby.ca>
Signed-off-by: Lauren Mous <lmous@westlincoln.ca>
Signed-off-by: Andrea Buntz Neiman <abneiman@equinoxinitiative.org>

lp://staging/evergreen/3.9 Development 2023-04-27 01:32:06 UTC evergreen 2023-10-12 18:18:22 UTC
25737. Docs: updates to Z39.50 documentation...

Author: Simone Rauscher
Revision Date: 2023-10-12 18:18:22 UTC

Docs: updates to Z39.50 documentation

Signed-off-by: Simone Rauscher <srauscher@grimsby.ca>
Signed-off-by: Lauren Mous <lmous@westlincoln.ca>
Signed-off-by: Andrea Buntz Neiman <abneiman@equinoxinitiative.org>

lp://staging/mksh Mature 2010-07-09 13:45:53 UTC mksh 2023-10-12 15:32:12 UTC
3514. mbccS2(FOO) for where FOO is a macro,...

Author: tg
Revision Date: 2023-10-12 15:32:12 UTC

mbccS2(FOO) for where FOO is a macro, not a parameter

lp://staging/~indicator-network-developers/wpasupplicant/trunk Development 2010-06-04 12:08:44 UTC wpasupplicant 2023-10-12 15:31:08 UTC
18714. SAE: Remove current PMKSA from driver...

Author: Veerendranath Jakkam
Revision Date: 2023-10-12 15:31:08 UTC

SAE: Remove current PMKSA from driver after reauth threshold is passed

wpa_supplicant postpones expired PMKSA deletion untillassociation is
lost for SAE to avoid forced disconnection. But during this time the
driver may use the expired PMKSA for reassociation with the current
connected AP.

Remove the current PMKSA for SAE from the driver after reauth threshold
is passed when the driver takes care of BSS selection.

Signed-off-by: Veerendranath Jakkam <quic_vjakkam@quicinc.com>

lp://staging/freetube Development 2023-08-23 10:49:05 UTC freetube 2023-10-12 10:50:46 UTC
22. New Release

Author: Sam
Revision Date: 2023-10-12 10:50:46 UTC

New Release

lp://staging/~neon/kdesdk-kioslaves/master Development 2013-02-11 17:07:11 UTC kdesdk-kioslaves 2023-10-12 01:30:49 UTC
551. GIT_SILENT Sync po/docbooks with svn

Author: l10n daemon script
Revision Date: 2023-10-12 01:30:49 UTC

GIT_SILENT Sync po/docbooks with svn

lp://staging/~vcs-imports/ipfire/ipfire-2.x Development 2010-05-31 09:47:16 UTC ipfire 2023-10-11 07:48:53 UTC
11808. core180: Ship cURL Signed-off-by: Mi...

Author: Michael Tremer
Revision Date: 2023-10-11 07:48:53 UTC

core180: Ship cURL

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>

lp://staging/~neon/libkomparediff2/master Development 2013-09-22 03:19:27 UTC libkomparediff2 2023-10-11 01:51:06 UTC
428. GIT_SILENT Sync po/docbooks with svn

Author: l10n daemon script
Revision Date: 2023-10-11 01:51:06 UTC

GIT_SILENT Sync po/docbooks with svn

lp://staging/~neon/kdesdk-thumbnailers/master Development 2013-02-11 17:06:41 UTC kdesdk-thumbnailers 2023-10-11 01:50:25 UTC
137. GIT_SILENT Sync po/docbooks with svn

Author: l10n daemon script
Revision Date: 2023-10-11 01:50:25 UTC

GIT_SILENT Sync po/docbooks with svn

lp://staging/~neon/kde-dev-utils/master Development 2013-02-11 17:06:38 UTC kde-dev-utils 2023-10-11 01:50:13 UTC
646. GIT_SILENT Sync po/docbooks with svn

Author: l10n daemon script
Revision Date: 2023-10-11 01:50:13 UTC

GIT_SILENT Sync po/docbooks with svn

lp://staging/~neon/libkcddb/master Development 2012-04-11 11:09:07 UTC libkcddb 2023-10-11 01:42:12 UTC
830. GIT_SILENT Sync po/docbooks with svn

Author: l10n daemon script
Revision Date: 2023-10-11 01:42:12 UTC

GIT_SILENT Sync po/docbooks with svn

lp://staging/~neon/phonon/vlc Development 2011-01-31 07:59:55 UTC phonon 2023-10-11 01:38:33 UTC
731. GIT_SILENT Sync po/docbooks with svn

Author: l10n daemon script
Revision Date: 2023-10-11 01:38:33 UTC

GIT_SILENT Sync po/docbooks with svn

lp://staging/mplayer Development 2011-06-07 12:03:22 UTC mplayer 2023-10-10 14:43:01 UTC
38283. Update the audio and video filters of...

Author: ib
Revision Date: 2023-10-10 14:43:01 UTC

Update the audio and video filters of the file selector.

Add *.dsf to FilterAudioAll and
*.bik and *.smk to FilterVideoAll.

lp://staging/survex Development 2023-10-08 04:07:51 UTC survex 2023-10-08 04:07:51 UTC
4827. Update (C) year

Author: Olly Betts
Revision Date: 2023-09-01 04:43:59 UTC

Update (C) year

lp://staging/~ztefn/haguichi/git-master Development 2023-10-07 12:23:06 UTC haguichi 2023-10-07 12:23:06 UTC
521. Add margin for toolbar buttons in com...

Author: Stephen Brandt
Revision Date: 2023-10-06 22:26:39 UTC

Add margin for toolbar buttons in commands editor to elementary stylesheet

lp://staging/xserver-xorg-video-sis Development 2010-08-08 02:24:42 UTC xserver-xorg-video-sis 2023-10-06 23:08:16 UTC
319. gitlab CI: ensure libtool is installe...

Author: Alan Coopersmith
Revision Date: 2023-10-06 23:08:16 UTC

gitlab CI: ensure libtool is installed in build container

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

lp://staging/ipxe Development 2020-01-06 04:12:10 UTC ipxe 2023-10-06 11:50:43 UTC
6299. [libc] Use wall clock time as seed fo...

Author: Michael Brown
Revision Date: 2023-10-06 11:50:43 UTC

[libc] Use wall clock time as seed for the (non-cryptographic) RNG

We currently use the number of timer ticks since power-on as a seed
for the non-cryptographic RNG implemented by random(). Since iPXE is
often executed directly after power-on, and since the timer tick
resolution is generally low, this can often result in identical seed
values being used on each cold boot attempt.

As of commit 41f786c ("[settings] Add "unixtime" builtin setting to
expose the current time"), the current wall-clock time is always
available within the default build of iPXE. Use this time instead, to
introduce variability between cold boot attempts on the same host.
(Note that variability between different hosts is obtained by using
the MAC address as an additional seed value.)

This has no effect on the separate DRBG used by cryptographic code.

Suggested-by: Heiko <heik0@xs4all.nl>
Signed-off-by: Michael Brown <mcb30@ipxe.org>

lp://staging/~m11g5w-3-5lmmq9/spice-vdi/trunk Development 2012-08-21 10:01:35 UTC spice-vdi 2023-10-06 00:29:20 UTC
651. gitlab CI: ensure libtool is installe...

Author: Alan Coopersmith
Revision Date: 2023-10-06 00:29:20 UTC

gitlab CI: ensure libtool is installed in build container

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

lp://staging/~pali/nouveau/trunk Development 2013-11-26 12:41:06 UTC nouveau 2023-10-06 00:10:21 UTC
2506. gitlab CI: ensure libtool is installe...

Author: Alan Coopersmith
Revision Date: 2023-10-06 00:10:21 UTC

gitlab CI: ensure libtool is installed in build container

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

lp://staging/dkimpy-milter/0.9 Development 2018-02-17 10:13:26 UTC dkimpy-milter 2023-10-05 21:17:54 UTC
246. README.md: Fix macro name typo. Than...

Author: Scott Kitterman
Revision Date: 2023-10-05 21:17:54 UTC

README.md: Fix macro name typo. Thanks to Victor Dukhovni for pointing it out.

lp://staging/gnupg Development 2011-09-28 01:51:54 UTC gnupg 2023-10-05 05:00:46 UTC
8940. Minor style fixes. -- Signed-off-by...

Author: NIIBE Yutaka
Revision Date: 2023-10-05 05:00:46 UTC

Minor style fixes.

--

Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>

lp://staging/busybox Development 2010-08-01 16:14:43 UTC busybox 2023-10-04 14:46:35 UTC
17715. udhcp: Avoid leaking uninitialized/st...

Author: Russ Dill
Revision Date: 2023-10-04 14:46:35 UTC

udhcp: Avoid leaking uninitialized/stale data

I noticed a commit in connman:

"gdhcp: Avoid leaking stack data via unitiialized variable" [1]

Since gdhcp is just BusyBox udhcp with the serial numbers filed off, I
checked if BusyBox udhcp has a related issue.

The issue is that the get_option logic assumes any data within the
memory area of the buffer is "valid". This reduces the complexity of the
function at the cost of reading past the end of the actually received
data in the case of specially crafted packets. This is not a problem
for the udhcp_recv_kernel_packet data path as the entire memory
area is zeroed. However, d4/d6_recv_raw_packet does not zero the
memory.

Note that a related commit [2] is not required as we are zeroing
any data that can be read by the get_option function.

[1] https://git.kernel.org/pub/scm/network/connman/connman.git/commit/?id=a74524b3e3fad81b0fd1084ffdf9f2ea469cd9b1
[2] https://git.kernel.org/pub/scm/network/connman/connman.git/commit/?id=58d397ba74873384aee449690a9070bacd5676fa

function old new delta
d4_recv_raw_packet 484 497 +13
d6_recv_raw_packet 216 228 +12
.rodata 105390 105381 -9
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/1 up/down: 25/-9) Total: 16 bytes

Signed-off-by: Russ Dill <russ.dill@gmail.com>
Cc: Colin Wee <cwee@tesla.com>
Cc: Denys Vlasenko <vda.linux@googlemail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>

lp://staging/libgnomekbd Development 2011-03-03 13:51:11 UTC libgnomekbd 2023-10-03 19:07:49 UTC
928. Update Chinese (China) translation

Author: lumingzh
Revision Date: 2023-10-03 19:07:49 UTC

Update Chinese (China) translation

lp://staging/~firmware-testing-team/fwts/master Development 2013-03-21 17:18:24 UTC fwts 2023-10-02 02:30:50 UTC
5127. klog.json: Add some missing erst kern...

Author: Ivan Hu
Revision Date: 2023-10-02 02:30:50 UTC

klog.json: Add some missing erst kernel messages to klog database

These messages are specific to the ACPI erst driver.

Signed-off-by: Ivan Hu <ivan.hu@canonical.com>

lp://staging/evdev Development 2010-03-14 12:55:17 UTC evdev 2023-10-01 18:22:19 UTC
617. gitlab CI: ensure libtool is installe...

Author: Alan Coopersmith
Revision Date: 2023-10-01 18:22:19 UTC

gitlab CI: ensure libtool is installed in build container

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>

lp://staging/~socminarch/x264/stable Mature 2020-07-22 22:15:44 UTC x264 2023-10-01 14:28:26 UTC
3108. ppc: Fix compilation on unknown OS

Author: Anton Mitrofanov
Revision Date: 2023-10-01 14:28:26 UTC

ppc: Fix compilation on unknown OS

lp://staging/pspp Development 2011-10-08 12:51:52 UTC pspp 2023-09-30 20:29:05 UTC
7061. MATCH FILES: Fix crash in string vari...

Author: Ben Pfaff
Revision Date: 2023-09-30 20:29:05 UTC

MATCH FILES: Fix crash in string variable resizing.

Commmit 638bf380e550 ("combine-files: Allow matching string
variables to have different widths.") introduced a bug in the
case where the variables in data files being combined didn't
have the same variable order. This is kind of an
embarrassing bug since the input files having the same order
of variables is an exceptional case anyhow. This commit
should fix the problem.

The test as updated will crash if the bug regresses.

Thanks to Frans Houweling for reporting the bug.

lp://staging/upnp-router-control Development 2021-02-18 13:03:06 UTC upnp-router-control 2023-09-29 07:34:17 UTC
228. Bump to 0.3.4

Author: Daniele Napolitano
Revision Date: 2023-09-29 07:34:17 UTC

Bump to 0.3.4

lp://staging/electric Development 2011-10-08 22:38:10 UTC electric 2023-09-28 17:59:34 UTC
267. Fixed bug doing DRC on Carbon Nanotub...

Author: strubin
Revision Date: 2023-09-28 17:59:34 UTC

Fixed bug doing DRC on Carbon Nanotube transistors

lp://staging/eqc Mature 2014-11-08 16:40:48 UTC eqc 2023-09-27 14:58:42 UTC
74. Update debian compatibility level

Author: Jan Rheinländer
Revision Date: 2023-09-27 14:58:42 UTC

Update debian compatibility level

lp://staging/econsysqtcam Development 2020-03-05 07:33:03 UTC econsysqtcam 2023-09-26 09:11:03 UTC
240. QtCAM_25.0.22

Author: Sushanth172
Revision Date: 2023-09-26 09:11:03 UTC

QtCAM_25.0.22

lp://staging/gnumeric Development 2011-05-23 11:42:23 UTC gnumeric 2023-09-24 17:07:14 UTC
24256. Fix dependency issues in 725 and 647.

Author: Morten Welinder
Revision Date: 2023-09-24 17:07:14 UTC

Fix dependency issues in 725 and 647.

lp://staging/ddd Development 2011-10-10 21:41:48 UTC ddd 2023-09-24 14:33:51 UTC
6705. Split derived GDBAgent classes into s...

Author: eager
Revision Date: 2023-09-24 14:33:51 UTC

Split derived GDBAgent classes into separate files.

lp://staging/~klaus-vormweg-deactivatedaccount/bluefish/trunk Development 2014-11-28 20:19:54 UTC bluefish 2023-09-21 23:39:11 UTC
7612. fix bug in the int_indentstack when p...

Author: oli4
Revision Date: 2023-09-21 23:39:11 UTC

fix bug in the int_indentstack when painting indenting

lp://staging/libpipeline Mature 2014-02-08 09:11:15 UTC libpipeline 2023-09-21 22:57:21 UTC
321. Explain how to generate INSTALL * RE...

Author: Colin Watson
Revision Date: 2023-09-21 22:57:21 UTC

Explain how to generate INSTALL

* README.md: Explain that you may need to run `./bootstrap` to create
`INSTALL`.

lp://staging/~x2go/x2go/x2goclient_master Development 2011-04-18 10:17:59 UTC x2go 2023-09-21 10:52:05 UTC
2057. debian/changelog: fixup.

Author: Mihai Moldovan
Revision Date: 2023-09-21 10:52:05 UTC

debian/changelog: fixup.

lp://staging/blume Development 2021-08-27 16:01:04 UTC blume 2023-09-20 22:22:40 UTC
450. really bump version number

Author: John Gill
Revision Date: 2023-09-20 22:22:40 UTC

really bump version number

lp://staging/~zeal-developers/zeal/zeal Development 2015-04-14 21:22:07 UTC zeal 2023-09-20 05:24:18 UTC
1652. chore: bump version to 0.7.0

Author: Oleg Shparber
Revision Date: 2023-09-20 05:24:18 UTC

chore: bump version to 0.7.0

lp://staging/config Development 2010-01-27 12:03:06 UTC config 2023-09-19 08:00:00 UTC
1253. config.sub: Remove windows-gnu `wind...

Author: John Ericson
Revision Date: 2023-09-19 08:00:00 UTC

config.sub: Remove windows-gnu

`windows-gnu` has been used by LLVM and Rust to mean MinGW, but many
people on the mailing list object that it is in no way bona fide GNU on
Windows. Even under the interpretation of `-gnu` as a libc which LLVM
often goes with, it doesn't pass muster either because MinGW uses
msvcrt/ucrt, not any GNU libc. Arguably Cygwin, using a modified (GNU)
Newlib, is the closest thing we have to "GNU on Windows" today.

We couldn't decide on what `windows-*` should replace it, or even
whether there should be such a thing, so absent consensus it is better
to just remove it while it is still recently added and we don't need to
worry about backwards compatibility. We can always re-add it later, but
we can't do nothing now and remove it later.

This partially reverts commit 91f6a7f616b161c25ba2001861a40e662e18c4ad.

* config.sub (windows*-gnu*): Remove.
* doc/config.sub.1: Regenerate.
* testsuite/config-sub.data (x86_64-windows-gnu): Remove.

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>

lp://staging/telegnome Development 2009-05-27 07:38:38 UTC telegnome 2023-09-19 06:09:18 UTC
278. Add Hungarian translation

Author: Balázs Úr
Revision Date: 2023-09-19 06:09:18 UTC

Add Hungarian translation

lp://staging/del Development 2023-09-18 14:01:15 UTC del 2023-09-18 14:01:15 UTC
4. deb file

Author: 6a6ak
Revision Date: 2023-09-18 13:59:59 UTC

deb file

lp://staging/libunistring Development 2011-10-11 18:40:57 UTC libunistring 2023-09-18 11:51:14 UTC
356. Fix shared library support on Android...

Author: Bruno Haible
Revision Date: 2023-09-18 11:51:14 UTC

Fix shared library support on Android.

Patch from <https://savannah.gnu.org/patch/index.php?10393>.

* m4/libtool.m4: On Android, fix library_names_spec and
hardcode_libdir_flag_spec.

lp://staging/libiconv Development 2010-07-31 16:53:50 UTC libiconv 2023-09-18 11:35:39 UTC
1271. Fix shared library support on Android...

Author: Bruno Haible
Revision Date: 2023-09-18 11:35:39 UTC

Fix shared library support on Android.

Patch from <https://savannah.gnu.org/patch/index.php?10393>.

* m4/libtool.m4: On Android, fix library_names_spec and
hardcode_libdir_flag_spec.
* libcharset/m4/libtool.m4: Likewise.

lp://staging/ufw Development 2018-01-14 18:59:11 UTC ufw 2023-09-17 16:49:03 UTC
1160. doc/ufw-framework.8: add info for LXD...

Author: Jamie Strandboge
Revision Date: 2023-09-17 16:49:03 UTC

doc/ufw-framework.8: add info for LXD

References:
* https://discuss.linuxcontainers.org/t/lxd-bridge-doesnt-work-with-ipv4-and-ufw-with-nftables/10034/34

lp://staging/~connman-maintainers/connman/head Development 2010-05-31 07:56:26 UTC connman 2023-09-16 12:17:45 UTC
8279. build: Support building with clang

Author: Denis Kenzior
Revision Date: 2023-09-16 12:17:45 UTC

build: Support building with clang

lp://staging/openstack-venus Development 2021-03-19 00:50:28 UTC openstack-venus 2023-09-15 13:49:47 UTC
413. Update master for stable/2023.2 Add ...

Author: OpenStack Release Bot
Revision Date: 2023-09-15 13:49:47 UTC

Update master for stable/2023.2

Add file to the reno documentation build to show release notes for
stable/2023.2.

Use pbr instruction to increment the minor version number
automatically so that master versions are higher than the versions on
stable/2023.2.

Sem-Ver: feature
Change-Id: I66d2f245befc9955cd77573359acb647d411112e

lp://staging/evolution-mapi Development 2009-06-17 12:34:45 UTC evolution-mapi 2023-09-15 06:21:55 UTC
1910. Post-release version bump

Author: Milan Crha
Revision Date: 2023-09-15 06:21:55 UTC

Post-release version bump

lp://staging/~itachi-san/telegram-desktop/gyp Development 2016-12-19 12:54:50 UTC telegram-desktop 2023-09-14 15:02:22 UTC
2172. Added support for constructing Xcode ...

Author: David Gatwood
Revision Date: 2023-09-14 15:02:22 UTC

Added support for constructing Xcode project files that import XCFrameworks.

Bug: N/A
Change-Id: I7457406894f76110b834fe052d395be2c21ca39a
Reviewed-on: https://chromium-review.googlesource.com/c/external/gyp/+/4858505
Reviewed-by: Mark Mentovai <mark@chromium.org>

lp://staging/rusty Development 2023-09-13 22:43:54 UTC rusty 2023-09-13 22:43:54 UTC
16. Update index.html

Author: AnguloRecto2
Revision Date: 2023-09-13 21:54:44 UTC

Update index.html

lp://staging/coccinelle Development 2010-12-14 12:41:54 UTC coccinelle 2023-09-13 19:42:58 UTC
5520. in modern versions of Linux, PAGE_ALI...

Author: Julia Lawall
Revision Date: 2023-09-13 19:42:58 UTC

in modern versions of Linux, PAGE_ALIGNED looks like an ordinary macro call

lp://staging/wasta-custom-car Development 2016-11-12 10:46:36 UTC wasta-custom-car 2023-09-13 16:24:29 UTC
86. simplify postinst script

Author: Nate
Revision Date: 2023-09-13 16:24:29 UTC

simplify postinst script

lp://staging/~x2go/x2go/x2gokdrive_master Development 2019-07-15 14:25:40 UTC x2go 2023-09-12 20:29:15 UTC
267. Continue development

Author: X2Go Release Manager
Revision Date: 2023-09-12 20:29:15 UTC

Continue development

lp://staging/starlet Development 2022-08-17 12:30:53 UTC starlet 2023-09-11 10:31:24 UTC
24. [*] Added API for TLV/AV

Author: ruslan laishev
Revision Date: 2023-09-11 10:31:24 UTC

[*] Added API for TLV/AV

lp://staging/~vcs-imports/debian-policy/master Development 2010-03-04 12:49:59 UTC debian-policy 2023-09-10 18:27:20 UTC
1224. Add changelog for terminology fixes

Author: Russ Allbery
Revision Date: 2023-09-10 18:27:20 UTC

Add changelog for terminology fixes

lp://staging/gperf Development 2010-01-27 17:00:00 UTC gperf 2023-09-07 11:20:52 UTC
390. Fix "make extracheck" failure (regres...

Author: Bruno Haible
Revision Date: 2023-09-07 11:20:52 UTC

Fix "make extracheck" failure (regression 2016-11-27).

* tests/validate (KR-C): Remove the test against ' const ', since the
input files jstest*.gperf now contain 'const' keywords.

1100 of 8646 results