HomeFreeBSD

Recent Activity
ActivePublic

Recent Activity

Today

pouria added a comment to D58287: netinet: Return EEXIST on p2p interface when address exists.
In D58287#1336892, @ivy wrote:

With this patch, you're still able to do this.

okay, but you said:

We only going to disallow setting same /32 address on multiple interfaces.

so it seems like you intend to remove the ability to do this. have i misunderstood?

Fri, Jul 17, 10:01 AM
ivy added a comment to D58287: netinet: Return EEXIST on p2p interface when address exists.

Same result.

Fri, Jul 17, 9:43 AM
tagattie committed R11:56b4b7ba7ff6: editors/vscode: Update to 1.129.0 (authored by tagattie).
editors/vscode: Update to 1.129.0
Fri, Jul 17, 9:43 AM
ivy added a comment to D58287: netinet: Return EEXIST on p2p interface when address exists.

With this patch, you're still able to do this.

Fri, Jul 17, 9:35 AM
pouria added a comment to D58287: netinet: Return EEXIST on p2p interface when address exists.
In D58287#1336871, @ivy wrote:

you have to have an IPv4 address assigned to every interface that sends IPv4 traffic. for a router, this means any interface that routes IPv4 traffic, because of ICMP error generation. an IPv4 address on the outbound interface is also required for locally-originated outbound connections that aren't bind(2)ed to a specific IP address (this applies to hosts as well as routers).

if you don't do this, the outgoing packets will have a source address of 0.0.0.0. having an IPv4 address on the loopback is not enough, it also needs to be assigned to the outgoing interface or the source selection algorithm won't use it.

in "traditional" IPv4 setups, this isn't an issue because you always have at least one link net assigned to every interface that participates in IPv4. however, modern networks are more likely to route IPv4 using IPv6 nexthops, in which case there's no need for an IPv4 address on the interface because the nexthop resolution uses IPv6 ND. but you still need to assign an address to the interface for the source selection algorithm to be happy, and in nearly all cases, you will want to use the loopback address for that.

that means a practical FreeBSD router configuration in a modern network will look something like this:

ifconfig_lo0_alias0="1.2.3.4/32"
ifconfig_ix0="inet 1.2.3.4/32"
ifconfig_ix0_ipv6="inet6 auto_linklocal"
ifconfig_ix1="inet 1.2.3.4/32"
ifconfig_ix1_ipv6="inet6 auto_linklocal"
ifconfig_ix2="inet 1.2.3.4/32"
ifconfig_ix2_ipv6="inet6 auto_linklocal"
[ ... etc ... ]
Fri, Jul 17, 9:30 AM
brnrd committed R11:72e97714cebc: www/nextcloud-groupfolders: Update to 22.0.3 (authored by brnrd).
www/nextcloud-groupfolders: Update to 22.0.3
Fri, Jul 17, 9:02 AM
brnrd committed R11:b8a5260ab041: www/nextcloud-contacts: Update to 8.7.4 (authored by brnrd).
www/nextcloud-contacts: Update to 8.7.4
Fri, Jul 17, 9:02 AM
brnrd committed R11:9cadeed47da5: www/nextcloud-forms: Update to 5.3.4 (authored by brnrd).
www/nextcloud-forms: Update to 5.3.4
Fri, Jul 17, 9:02 AM
kenrap_kennethraplee.com committed R11:78d3ed0a5506: graphics/linux-rl9-vulkan: Add vulkan-tools (authored by kenrap_kennethraplee.com).
graphics/linux-rl9-vulkan: Add vulkan-tools
Fri, Jul 17, 8:59 AM
ronald_klop.ws added a reverting change for R11:5511c16caba4: print/pdftk: Use bouncycastle dependency from ports tree: R11:279bedbeafda: print/pdftk: Revert "print/pdftk: Use bouncycastle dependency from ports tree".
Fri, Jul 17, 8:15 AM
ronald_klop.ws committed R11:279bedbeafda: print/pdftk: Revert "print/pdftk: Use bouncycastle dependency from ports tree" (authored by ronald_klop.ws).
print/pdftk: Revert "print/pdftk: Use bouncycastle dependency from ports tree"
Fri, Jul 17, 8:15 AM
tsoome requested review of D58293: bhyve: check upper bounds for value from qsz.
Fri, Jul 17, 8:14 AM
fluffy added a comment to D58286: krb5: Install profile.h again.

To be honest, /usr/include/profile.h is a conventional place for this kerberos header and consumers expecting to find it here; for example take a look at net/freerdp3 port

Fri, Jul 17, 8:04 AM
vanilla committed R11:5f2391932a16: www/phalcon: update to 5.17.0. (authored by vanilla).
www/phalcon: update to 5.17.0.
Fri, Jul 17, 7:48 AM
yuri committed R11:41e69b8dc2fd: security/liboqs: update 0.15.0 → 0.16.0 (authored by brnrd).
security/liboqs: update 0.15.0 → 0.16.0
Fri, Jul 17, 7:32 AM
yuri committed R11:8fd973a0f3a0: security/liboqs: update 0.15.0 → 0.16.0 (authored by brnrd).
security/liboqs: update 0.15.0 → 0.16.0
Fri, Jul 17, 7:31 AM
dch committed R11:42d622822a7b: net-mgmt/uptime-kuma: Fix build on 16-CURRENT arm64 (authored by dch).
net-mgmt/uptime-kuma: Fix build on 16-CURRENT arm64
Fri, Jul 17, 7:27 AM
dch committed R11:3e6c2d7aba16: sysutils/kleene-daemon: Update to 0.1.1 (authored by dch).
sysutils/kleene-daemon: Update to 0.1.1
Fri, Jul 17, 7:27 AM
yuri committed R11:4be90f3ce953: devel/py-orjson: update 3.11.4 → 3.11.9 (authored by yuri).
devel/py-orjson: update 3.11.4 → 3.11.9
Fri, Jul 17, 7:01 AM
yuri committed R11:b29958878523: misc/github-copilot-cli: update 1.0.70 → 1.0.71 (authored by yuri).
misc/github-copilot-cli: update 1.0.70 → 1.0.71
Fri, Jul 17, 7:00 AM
ivy added a comment to D58286: krb5: Install profile.h again.

i really don't like the filename /usr/include/profile.h, it's very generic and seems certain to conflict with something else in the future.

Fri, Jul 17, 6:19 AM
kib requested review of D58292: EVFILT_PROCDESC: support NOTE_FORK.
Fri, Jul 17, 5:41 AM
ivy added a comment to D58287: netinet: Return EEXIST on p2p interface when address exists.

as an aside, for the ICMP case i believe you can work around this using the sysctl net.inet.icmp.reply_src=lo0 -- although i haven't tested this on a fully unnumbered interface, i would assume it works. but this doesn't affect outgoing non-ICMP connections, and it doesn't let you choose the source address per-interface, so it's not a replacement for the existing functionality.

Fri, Jul 17, 5:22 AM
ivy added a comment to D58287: netinet: Return EEXIST on p2p interface when address exists.

Can you explain this please? The local address will be added as a loopback route anyway, with or without this patch.
Therefore, this should not break your use case.

Fri, Jul 17, 5:18 AM
adrian committed rGdd9fac5e4f00: firewire: remove SPL calls (authored by guest-seuros).
firewire: remove SPL calls
Fri, Jul 17, 4:10 AM
adrian committed rG2b9ed8da552c: fwdv: match unit directories instead of IDENTIFY (authored by guest-seuros).
fwdv: match unit directories instead of IDENTIFY
Fri, Jul 17, 4:10 AM
adrian committed rGc402d2e4b700: fwisound: match unit directories instead of IDENTIFY (authored by guest-seuros).
fwisound: match unit directories instead of IDENTIFY
Fri, Jul 17, 4:10 AM
adrian committed rG58bd89647617: fwcam: match unit directories, defer probe to first open (authored by guest-seuros).
fwcam: match unit directories, defer probe to first open
Fri, Jul 17, 4:10 AM
adrian committed rG21143476a576: firewire: per-unit-directory child device support (authored by guest-seuros).
firewire: per-unit-directory child device support
Fri, Jul 17, 4:10 AM
adrian closed D58210: firewire: remove SPL calls.
Fri, Jul 17, 4:09 AM · drivers, firewire
adrian closed D58204: fwdv: match unit directories instead of IDENTIFY.
Fri, Jul 17, 4:09 AM · drivers, firewire
adrian closed D58203: fwisound: match unit directories instead of IDENTIFY.
Fri, Jul 17, 4:09 AM · drivers, firewire
adrian closed D58202: fwcam: match unit directories, defer probe to first open.
Fri, Jul 17, 4:09 AM · drivers, firewire
adrian closed D58201: firewire: per-unit-directory child device support.
Fri, Jul 17, 4:09 AM · drivers, firewire
adrian accepted D58204: fwdv: match unit directories instead of IDENTIFY.

yes i tested this!

Fri, Jul 17, 4:06 AM · drivers, firewire
adrian accepted D58203: fwisound: match unit directories instead of IDENTIFY.

yes i tested this!

Fri, Jul 17, 4:06 AM · drivers, firewire
adrian accepted D58202: fwcam: match unit directories, defer probe to first open.

yes i tested this!

Fri, Jul 17, 4:05 AM · drivers, firewire
adrian accepted D58201: firewire: per-unit-directory child device support.

yes i tested this!

Fri, Jul 17, 4:05 AM · drivers, firewire
adrian committed rG9da8f0e0b4bd: kern: fix compilation (authored by adrian).
kern: fix compilation
Fri, Jul 17, 4:02 AM
nick_spun.io requested review of D58291: superio, ncthwm: add support for the Nuvoton NCT6798D.
Fri, Jul 17, 3:22 AM
tagattie committed R11:2f8a34d30d6b: devel/py-expression: Add port: Practical functional programming for Python 3.10+ (authored by tagattie).
devel/py-expression: Add port: Practical functional programming for Python 3.10+
Fri, Jul 17, 2:55 AM
kib added a comment to D58056: exterr: allow exterr to fit pointers on CHERI targets.
In D58056#1336833, @kib wrote:

This change broke the build on armv7 (32-bit ARM). I addressed the definition/declaration mismatch in rG5cafd6213f14.

This is the supposed fix, I am waiting for tinderbox to finish.

diff --git a/sys/kern/sys_generic.c b/sys/kern/sys_generic.c
index c867867f2618..c16e806e0bd7 100644
--- a/sys/kern/sys_generic.c
+++ b/sys/kern/sys_generic.c
@@ -2353,8 +2353,8 @@ kern_exterrctl(struct thread *td, u_int op, u_int flags, void *ptr)
 }
 
 int
-exterr_set(int eerror, int category, const char *mmsg, uintptr_t pp1,
-    uintptr_t pp2, int line)
+exterr_set(int eerror, int category, const char *mmsg, uint64ptr_t pp1,
+    uint64ptr_t pp2, int line)
 {
   struct thread *td;
 

I *just* committed that 😅...

Fri, Jul 17, 2:52 AM
ngie committed rG993fbb604c9f: Remove fips-module related diff (authored by ngie).
Remove fips-module related diff
Fri, Jul 17, 2:48 AM
ngie committed rG8a33b1d98e22: Remove `$FreeBSD$` from upstream-provided config file (authored by ngie).
Remove `$FreeBSD$` from upstream-provided config file
Fri, Jul 17, 2:47 AM
ngie committed rG0b5f2b4885a3: Remove `$FreeBSD$` from upstream-provided config file (authored by ngie).
Remove `$FreeBSD$` from upstream-provided config file
Fri, Jul 17, 2:46 AM
ngie added a comment to D58056: exterr: allow exterr to fit pointers on CHERI targets.
In D58056#1336833, @kib wrote:

This change broke the build on armv7 (32-bit ARM). I addressed the definition/declaration mismatch in rG5cafd6213f14.

This is the supposed fix, I am waiting for tinderbox to finish.

diff --git a/sys/kern/sys_generic.c b/sys/kern/sys_generic.c
index c867867f2618..c16e806e0bd7 100644
--- a/sys/kern/sys_generic.c
+++ b/sys/kern/sys_generic.c
@@ -2353,8 +2353,8 @@ kern_exterrctl(struct thread *td, u_int op, u_int flags, void *ptr)
 }
 
 int
-exterr_set(int eerror, int category, const char *mmsg, uintptr_t pp1,
-    uintptr_t pp2, int line)
+exterr_set(int eerror, int category, const char *mmsg, uint64ptr_t pp1,
+    uint64ptr_t pp2, int line)
 {
   struct thread *td;
 
Fri, Jul 17, 2:43 AM
kib added a comment to D58056: exterr: allow exterr to fit pointers on CHERI targets.

This change broke the build on armv7 (32-bit ARM). I addressed the definition/declaration mismatch in rG5cafd6213f14.

Fri, Jul 17, 2:39 AM
ngie committed rG5cafd6213f14: exterr_set: sync the definition with the header declaration (authored by ngie).
exterr_set: sync the definition with the header declaration
Fri, Jul 17, 2:32 AM
ngie added a comment to D58056: exterr: allow exterr to fit pointers on CHERI targets.

This change broke the build on ARM64/GENERIC.

Fri, Jul 17, 2:20 AM
glebius added a comment to D58290: inpcb: add single peer local port caching.

Some performance data. The test that pushes local port allocation to the corner run on CURRENT as base, then D58131 as unlock and then on D58131 and this revision combined as cache. Using virtual machine with 8 CPUs.

x base
+ unlock
* cache
+------------------------------------------------------------------------------+
|*                                                                             |
|*                                                                             |
|*                                                                             |
|*                                                                             |
|*                                                                             |
|*                                                                             |
|*    +                                                                        |
|*    ++                                                                       |
|*    ++                                                                       |
|*    +++++                     xx x    x x       xx          x  x            x|
|A    |A|                        |____________M__A______________|              |
+------------------------------------------------------------------------------+
    N           Min           Max        Median           Avg        Stddev
x  10         14.44         36.24         21.28        22.525     7.2199696
+  10          2.39          4.14         2.835         3.021    0.59897041
Difference at 95.0% confidence
        -19.504 +/- 4.81339
        -86.5882% +/- 3.35841%
        (Student's t, pooled s = 5.12283)
*  10          0.14          0.21          0.14         0.147   0.022135944
Difference at 95.0% confidence
        -22.378 +/- 4.79693
        -99.3474% +/- 0.153552%
        (Student's t, pooled s = 5.10531)
Fri, Jul 17, 2:09 AM
glebius requested review of D58290: inpcb: add single peer local port caching.
Fri, Jul 17, 1:56 AM
glebius committed rG77a201b1705d: ministat: parse comma used as decimal delimiter (authored by glebius).
ministat: parse comma used as decimal delimiter
Fri, Jul 17, 1:42 AM
glebius committed rG56ac3351c61f: witness: fix operation without WITNESS_SKIPSPIN (authored by glebius).
witness: fix operation without WITNESS_SKIPSPIN
Fri, Jul 17, 1:41 AM
kib committed rGf5f296477da5: kern_execve.c: simplify execve_block_wait() (authored by kib).
kern_execve.c: simplify execve_block_wait()
Fri, Jul 17, 1:36 AM
nick_spun.io added inline comments to D58144: aq(4): document the Atlantic 2 (AQC113/114/115/116) devices.
Fri, Jul 17, 1:31 AM · drivers
tagattie committed R11:b5cf6f36a6f6: sysutils/elephant: Update to 2.22.0 (authored by tagattie).
sysutils/elephant: Update to 2.22.0
Fri, Jul 17, 1:30 AM
tagattie committed R11:ecaf612093dc: x11/walker: Update to 2.17.0 (authored by tagattie).
x11/walker: Update to 2.17.0
Fri, Jul 17, 1:30 AM
nick_spun.io updated the summary of D58144: aq(4): document the Atlantic 2 (AQC113/114/115/116) devices.
Fri, Jul 17, 1:29 AM · drivers
nick_spun.io updated the diff for D58144: aq(4): document the Atlantic 2 (AQC113/114/115/116) devices.

revert to original manpage format

Fri, Jul 17, 1:29 AM · drivers
markj added a comment to D58261: vm_page: Fix dequeue on arches with weak ordering.
In D58261#1336806, @alc wrote:

I'm surprised that we didn't see this on arm64.

Fri, Jul 17, 12:41 AM
tagattie committed R11:e50589e9f686: devel/libunicode-contour: Update to 0.9.1 (authored by tagattie).
devel/libunicode-contour: Update to 0.9.1
Fri, Jul 17, 12:16 AM
alc accepted D58261: vm_page: Fix dequeue on arches with weak ordering.

I'm surprised that we didn't see this on arm64.

Fri, Jul 17, 12:15 AM
vvd committed R11:7144dd2374c2: deskutils/syncthingtray: Update 2.1.1 => 2.1.3 (authored by Denis Shaposhnikov <dsh@bamus.cz>).
deskutils/syncthingtray: Update 2.1.1 => 2.1.3
Fri, Jul 17, 12:14 AM

Yesterday

vvd committed R11:3f01ff20d805: net/td-system-tools: Update 2.7.7 => 2.7.10 (authored by Thomas Dreibholz <thomas.dreibholz@gmail.com>).
net/td-system-tools: Update 2.7.7 => 2.7.10
Thu, Jul 16, 11:32 PM
tagattie committed R11:2d667515794b: editors/zed: Update to 1.11.3 (authored by tagattie).
editors/zed: Update to 1.11.3
Thu, Jul 16, 10:55 PM
dtxdf committed R11:640c47e0337e: net/dataplaneapi: Fix path to configuration file (authored by dtxdf).
net/dataplaneapi: Fix path to configuration file
Thu, Jul 16, 10:45 PM
kib committed rGf967dd04c880: ptrace.2: Document PT_SET_SC_RET (authored by kib).
ptrace.2: Document PT_SET_SC_RET
Thu, Jul 16, 10:42 PM
kib committed rGfd5faa5629ae: ptrace(2): PT_SET_SC_RET request (authored by kib).
ptrace(2): PT_SET_SC_RET request
Thu, Jul 16, 10:42 PM
kib closed D58247: ptrace(2): PT_SET_SC_RET request.
Thu, Jul 16, 10:42 PM
ngie committed rGf2e6a8b9e50c: libproc: link against libctf if MK_CTF != no instead of MK_CDDL != no (authored by ngie).
libproc: link against libctf if MK_CTF != no instead of MK_CDDL != no
Thu, Jul 16, 10:02 PM
osa committed R11:fac363301589: www/freenginx-devel: third-party modules management (+) (authored by osa).
www/freenginx-devel: third-party modules management (+)
Thu, Jul 16, 9:42 PM
pouria added a comment to D58287: netinet: Return EEXIST on p2p interface when address exists.
In D58287#1336725, @ivy wrote:

Assigning the same prefix (e.g. in your case /32) to two different interfaces in the same FIB shouldn't be allowed.

why not?

Thu, Jul 16, 9:38 PM
kevans accepted D58289: tests/libc: Fix fortify_source uio tests.

Whoops, thanks!

Thu, Jul 16, 9:35 PM
pouria added a comment to D58287: netinet: Return EEXIST on p2p interface when address exists.

I'm confused how this patch might affect those BRASes. (I had those in my last ISP job for ADSL services. But I'm no longer working there.)
The loopback route is still here.
We only going to disallow setting same /32 address on multiple interfaces.
On BRAS, each user gets it's own tun and using same loopback address on multiple p2p ifps (tun) is still working since the in_addprefix() -> in_hasrtprefix() will take care of that.
For e.g:

tun0: flags=1008051<UP,POINTOPOINT,RUNNING,MULTICAST,LOWER_UP> metric 0 mtu 1500
options=4080000<LINKSTATE,MEXTPG>
inet 192.168.0.1 --> 192.168.0.2 netmask 0xffffff00
groups: tun
nd6 options=829<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL,STABLEADDR>
tun1: flags=1008051<UP,POINTOPOINT,RUNNING,MULTICAST,LOWER_UP> metric 0 mtu 1500
options=4080000<LINKSTATE,MEXTPG>
inet 192.168.0.1 --> 192.168.0.3 netmask 0xffffff00
groups: tun
nd6 options=829<PERFORMNUD,IFDISABLED,AUTO_LINKLOCAL,STABLEADDR>
[root@ftsr1] [~] # netstat -rn4
Routing tables

Internet:
Destination        Gateway            Flags         Netif Expire
default            172.23.1.254       UGS          vtnet0
127.0.0.1          link#3             UH              lo0
192.168.0.1        link#3             UHS             lo0
192.168.0.2        link#6             UH             tun0
192.168.0.3        link#7             UH             tun1
Thu, Jul 16, 9:28 PM
pouria added a reviewer for D58287: netinet: Return EEXIST on p2p interface when address exists: bz.
Thu, Jul 16, 9:24 PM
pouria added inline comments to D58287: netinet: Return EEXIST on p2p interface when address exists.
Thu, Jul 16, 9:24 PM
pouria added a comment to D58287: netinet: Return EEXIST on p2p interface when address exists.
In D58287#1336725, @ivy wrote:

the same reason you put any address on a loopback interface: so it's available when the physical interface is down (or even not present, in case of virtual interfaces like netgraph). otherwise, as soon as the interface goes down, the address is removed from the IGP and you can't connect to the router.

Thu, Jul 16, 9:12 PM
cy updated the diff for D58286: krb5: Install profile.h again.

Properly address the problem during installworld.

Thu, Jul 16, 8:51 PM
bz added inline comments to D58287: netinet: Return EEXIST on p2p interface when address exists.
Thu, Jul 16, 8:44 PM
bz added a comment to D58287: netinet: Return EEXIST on p2p interface when address exists.

I can confirm that having the same local PtP (Point-to-Point, in contrast to P2P peer-2-peer) address has been a working feature since the 90s, when people were still operating modem banks.
I am pretty sure I used to have two outgoing connections for most of the 2000s with the same feature (and no need for it to be on loopback but also didn't care about the [icmp] error cases in that setup).

Thu, Jul 16, 8:40 PM
markj requested review of D58289: tests/libc: Fix fortify_source uio tests.
Thu, Jul 16, 8:36 PM
asomers updated the diff for D58265: fusefs: add a simple in-memory file system for the tests.
  • Don't heap-allocate a std::vector
  • Use mount_fusefs with memfs
Thu, Jul 16, 8:33 PM
dim committed rG33175a505997: Add a few missed files to ObsoleteFiles.inc (authored by dim).
Add a few missed files to ObsoleteFiles.inc
Thu, Jul 16, 8:04 PM
asomers added inline comments to D58265: fusefs: add a simple in-memory file system for the tests.
Thu, Jul 16, 8:01 PM
asomers added inline comments to D56165: mount_fusefs: Implement the fusermount functionality.
Thu, Jul 16, 7:56 PM
arrowd added inline comments to D58265: fusefs: add a simple in-memory file system for the tests.
Thu, Jul 16, 7:55 PM
rene committed R11:928f28554b0b: net/proxychains: Remove expired port (authored by rene).
net/proxychains: Remove expired port
Thu, Jul 16, 7:54 PM
tagattie committed R11:5bd4d087e076: devel/electron40: Deprecate and set to expire on 2026-08-30 (authored by tagattie).
devel/electron40: Deprecate and set to expire on 2026-08-30
Thu, Jul 16, 7:54 PM
tagattie committed R11:467b2bf98692: devel/electron43: Add port: Build cross-platform desktop apps with JavaScript… (authored by tagattie).
devel/electron43: Add port: Build cross-platform desktop apps with JavaScript…
Thu, Jul 16, 7:50 PM
arrowd added inline comments to D56165: mount_fusefs: Implement the fusermount functionality.
Thu, Jul 16, 7:43 PM
dch requested review of D58288: textproc/meilisearch: Update to 1.49.0.
Thu, Jul 16, 7:26 PM
rlibby added a comment to D58269: uma: Make an effort to defer reuse of items when KASAN is enabled.

Looks fine modulo the uz_flags comment and style and history nits.

Thu, Jul 16, 7:26 PM
vvd committed R11:361a074ed64d: net/mcast-bridge: Update 1.5.0 => 1.6.0 (authored by Denny Page <dennypage@me.com>).
net/mcast-bridge: Update 1.5.0 => 1.6.0
Thu, Jul 16, 6:58 PM
vvd committed R11:e16d9b7fa176: net/mcast-bridge: Update 1.5.0 => 1.6.0 (authored by Denny Page <dennypage@me.com>).
net/mcast-bridge: Update 1.5.0 => 1.6.0
Thu, Jul 16, 6:57 PM
eduardo committed R11:2b2a902a77f9: devel/aws-sdk-cpp: Update to 1.11.848 (authored by eduardo).
devel/aws-sdk-cpp: Update to 1.11.848
Thu, Jul 16, 6:43 PM
eduardo committed R11:2b152f615469: devel/aws-c-s3: Update to 0.13.1 (authored by eduardo).
devel/aws-c-s3: Update to 0.13.1
Thu, Jul 16, 6:43 PM
eduardo committed R11:d25553ed601a: devel/aws-crt-cpp: Update to 0.42.1 (authored by eduardo).
devel/aws-crt-cpp: Update to 0.42.1
Thu, Jul 16, 6:43 PM
eduardo committed R11:97008355848d: security/aws-c-auth: Update to 0.10.4 (authored by eduardo).
security/aws-c-auth: Update to 0.10.4
Thu, Jul 16, 6:43 PM
eduardo committed R11:03bfd5796e05: devel/aws-c-common: Update to 0.14.2 (authored by eduardo).
devel/aws-c-common: Update to 0.14.2
Thu, Jul 16, 6:43 PM
eduardo committed R11:d2b159b747cb: devel/aws-c-io: Update to 0.27.4 (authored by eduardo).
devel/aws-c-io: Update to 0.27.4
Thu, Jul 16, 6:43 PM

Panel Used By

DashboardRestricted Dashboard

Event Timeline

yan.jurak_gmail.com edited an edge.