Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ubinux/yocto-ubinux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: ubinux/yocto-ubinux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ubinuxv2024.10
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 3 files changed
  • 2 contributors

Commits on Oct 15, 2024

  1. nmap: Backport a patch to fix "nmap -sO" runtime error:

    nmap/nmap@efa0dc3#diff-2676198037146235a5bbe1cdb0cbcf58a94ff6dfa8bca0f81a49d30c688405d7R483
    
    root # nmap -sO 127.0.0.1
    Starting Nmap 7.95 ( https://nmap.org ) at 2024-10-11 13:19 UTC
    Nmap scan report for localhost (127.0.0.1)
    Host is up (0.000030s latency).
    Not shown: 246 closed n/a protocols (proto-unreach)
    nmap: protocols.cc:194: const nprotoent* nmap_getprotbynum(int): Assertion `num >= 0 && num < UCHAR_MAX' failed.
    Aborted (core dumped)
    
    Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
    leimaohui committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    01430ae View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Create releasenote.md

    hasegawa72 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    71d75fa View commit details
    Browse the repository at this point in the history
Loading